From f8b665f1eaf26508a4e0992e7ad8e615311657dd Mon Sep 17 00:00:00 2001 From: Amir Chaudhry Date: Thu, 22 Jan 2015 23:25:08 +0000 Subject: [PATCH] update to config and feeds for newer Jekyll --- _config.yml | 4 ++-- atom.xml | 2 +- rss.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 022ee4d..c5a4e84 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ permalink: /:categories/:year/:title exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] -pygments: true +highlighter: pygments port: 8888 -markdown: rdiscount +markdown: kramdown # Themes are encouraged to use these universal variables # so be sure to set them if your theme uses them. diff --git a/atom.xml b/atom.xml index 97f6d6b..13d4eae 100644 --- a/atom.xml +++ b/atom.xml @@ -1,5 +1,5 @@ --- -layout: nil +layout: null title : Atom Feed --- diff --git a/rss.xml b/rss.xml index 106b649..cb0e9b9 100644 --- a/rss.xml +++ b/rss.xml @@ -1,5 +1,5 @@ --- -layout: nil +layout: null title : RSS Feed ---