Skip to content

Commit

Permalink
update to config and feeds for newer Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmc committed Jan 22, 2015
1 parent be7d7a6 commit f8b665f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion atom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: nil
layout: null
title : Atom Feed
---
<?xml version="1.0" encoding="utf-8"?>
Expand Down
2 changes: 1 addition & 1 deletion rss.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: nil
layout: null
title : RSS Feed
---

Expand Down

0 comments on commit f8b665f

Please sign in to comment.