From 381e8ecadcaea09b293c12db0497efd0c3731cd6 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 9 Apr 2016 14:13:16 -0400 Subject: [PATCH] Make use of more gems --- _config.yml | 4 ++++ atom.xml | 28 ---------------------------- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 atom.xml diff --git a/_config.yml b/_config.yml index 4b6fcbb..f843439 100644 --- a/_config.yml +++ b/_config.yml @@ -11,5 +11,9 @@ permalink: /news/:title.html exclude: ["README.md"] markdown: kramdown +feed: + path: atom.xml gems: - jekyll-sitemap + - jekyll-mentions + - jekyll-feed diff --git a/atom.xml b/atom.xml deleted file mode 100644 index 2842286..0000000 --- a/atom.xml +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: nil ---- - - - - - {{ site.title }} - - - {{ site.time | date_to_xmlschema }} - {{ site.url }}/ - - HexChat - webmaster@hexchat.org - - - {% for post in site.posts %} - - {{ post.title }} - - {{ post.date | date_to_xmlschema }} - {{ site.url }}{{ post.id }} - {{ post.content | xml_escape }} - - {% endfor %} - - \ No newline at end of file