diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-14 19:25:54 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-14 19:25:54 +0000 |
| commit | d9e379d1e7d3e3f802d74bb15ded562ab13354e3 (patch) | |
| tree | daedd0cc2b2f69abb4e0c23a9b80d21f466df2a5 /_config.yml.example | |
| parent | bee356476f2932f69b05c0b1d8decd0e1843ff6b (diff) | |
Add categories for posts.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_config.yml.example b/_config.yml.example index 248c858..e46d2bc 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -68,3 +68,15 @@ permalink: /archives/:year/:month/:day/:title/ # Directory where plugins are located. plugins: _site_build/_plugins + +# Set to true to have Jekyll generate category pages for posts. +#generate_category_indexes: true + +# The directory where categories will be served from. Defaults to categories +#category_dir: + +# String prefixed to the title of the category page. Defaults to Category: +#category_title_prefix: + +# String prefixed to the meta description of the category page. Defaults to Category: +#category_meta_description_prefix: |
