annotate docs/docs/06_themes/02_creating-a-theme.md @ 749:171051e1aca5

docs: Very basic theme documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jun 2016 22:31:42 -0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
749
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 ---
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 title: Creating a Theme
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 ---
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 A theme is really just a normal PieCrust website, but with a `theme_config.yml`
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 config file instead of a `config.yml`.
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 You can create a new theme by running `chef --theme init foo`.
171051e1aca5 docs: Very basic theme documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9