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"
This commit is contained in:
parent
1f3596c445
commit
f04e8a8362
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
permalink: /:categories/:year/:month/:day/:title
|
permalink: /:categories/:year/:month/:day/:title
|
||||||
|
|
||||||
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
|
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
|
||||||
pygments: true
|
highlighter: pygments
|
||||||
|
|
||||||
# Themes are encouraged to use these universal variables
|
# Themes are encouraged to use these universal variables
|
||||||
# so be sure to set them if your theme uses them.
|
# so be sure to set them if your theme uses them.
|
||||||
|
|
4
atom.xml
4
atom.xml
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: nil
|
layout: null
|
||||||
title : Atom Feed
|
title : Atom Feed
|
||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
@ -25,4 +25,4 @@ title : Atom Feed
|
||||||
</entry>
|
</entry>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</feed>
|
</feed>
|
||||||
|
|
2
rss.xml
2
rss.xml
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: nil
|
layout: null
|
||||||
title : RSS Feed
|
title : RSS Feed
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue