From f04e8a83624e03b457388a17ed1e43e88bb62c61 Mon Sep 17 00:00:00 2001 From: Peterson Lian Date: Tue, 19 Aug 2014 16:55:06 +0800 Subject: [PATCH] fixing issue#225(deprecation...) by: 1,_config.yml; change "pygments: true" to "highlighter: pygments" 2,rss.xml&atom.xml; change "Layout: nil" to "Layout: null" --- _config.yml | 2 +- atom.xml | 4 ++-- rss.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 17bd3e2..2dfd2f3 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ permalink: /:categories/:year/:month/:day/:title exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] -pygments: true +highlighter: pygments # 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..eab90b1 100644 --- a/atom.xml +++ b/atom.xml @@ -1,5 +1,5 @@ --- -layout: nil +layout: null title : Atom Feed --- @@ -25,4 +25,4 @@ title : Atom Feed {% endfor %} - \ No newline at end of file + 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 ---