A Cookiecutter template to start a fresh Kirby site with a public folder setup.
- 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 topublic/media
$ pip install -U cookiecutter
# Or, on a mac with Homebrew
$ brew install cookiecutter
Generate a new Kirby site:
$ cookiecutter gh:beste/kirby-plainkit
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: "[email protected]"
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