diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-02-29 22:33:57 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-02-29 22:33:57 +0000 |
| commit | 61ee181397d5ba77127f8f12891a3b512a74b586 (patch) | |
| tree | e202ad32c245e0faa7833e51276ab245084ce9ed /_config.yml.example | |
| parent | ba12d5a3cb6dd9dcde60712f51236b1ff358e61e (diff) | |
0.2.0 Release.
Update to HTML5 Boilerplate v3.0.2
Add Pygments.
Links to post comments corrected on index and category pages.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml.example b/_config.yml.example index cea3f46..6f78a0b 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -69,6 +69,10 @@ destination: public # Format that Jekyll will use when generating URLs to posts. permalink: /archives/:year/:month/:day/:title/ +# Enable if you want syntax highlighting. +# Will require you to install pygments onto your system. +#pygments: true + # *************************** # PLUGINS # *************************** |
