diff options
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   # ***************************  | 
