summaryrefslogtreecommitdiff
path: root/_config.yml.example
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-02-29 22:56:44 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-02-29 22:56:44 +0000
commita0026c06058f564a021d66e47717cbbaf0069fa0 (patch)
tree30edcd9ab366f3aadf077b3874333be23aa1d3aa /_config.yml.example
parentee90bb9df8dd5f9510ad0e33be40247ec793da99 (diff)
parent61ee181397d5ba77127f8f12891a3b512a74b586 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '_config.yml.example')
-rw-r--r--_config.yml.example4
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
# ***************************