Skip to content
/ kirby-plainkit Public template

🍪 A Cookiecutter template for a fresh Kirby site

License

Notifications You must be signed in to change notification settings

beste/kirby-plainkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Plainkit Cookiecutter

Sponsor

A Cookiecutter template to start a fresh Kirby site with a public folder setup.

Features

  • A fresh, git(Hub)-ready plainkit Kirby site
  • The site title is already set up
  • Run it locally out of the box with [Valet] or with composer start
  • Media is stored folder is located in storage/media folder and symlinked to public/media

Using this cookiecutter

Install Cookiecutter:

$ pip install -U cookiecutter
# Or, on a mac with Homebrew
$ brew install cookiecutter

Generate a new Kirby site:

$ cookiecutter gh:beste/kirby-plainkit

See it in action

asciicast

User config

If you use this (or other) Cookiecutters a lot, you can override the defaults by having a .cookiecutterrc file in your home directory:

default_context:
    full_name: "My full name"
    email: "me@example.com"
    github_username: "mygithubusername"
abbreviations:
    kirby: https://github.com/beste/kirby-plainkit

You can find more information at https://cookiecutter.readthedocs.io/en/latest/advanced/user_config.html