diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 1397f8d3..74d35bad 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,11 @@ plugins: plugins code_dir: downloads/code category_dir: blog/categories markdown: rdiscount +rdiscount: + extensions: + - autolink + - footnotes + - smart pygments: false # default python pygments have been replaced by pygments.rb paginate: 10 # Posts per page on the blog index |