diff --git a/_config.yml b/_config.yml index eaf0c8a..eea5d0f 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ plugins: - jemoji - jekyll-seo-tag - jekyll-sitemap + - jekyll-feed paginate_path: "/page:num/" diff --git a/_data/nav.yml b/_data/nav.yml index 9da9cd6..ef79cf1 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -4,4 +4,4 @@ list: - title: About url: about - title: Feed - url: atom.xml \ No newline at end of file + url: feed.xml \ No newline at end of file diff --git a/atom.xml b/atom.xml deleted file mode 100644 index c296ef9..0000000 --- a/atom.xml +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: null ---- - - - - - {{ site.title }} - - - {{ site.time | date_to_xmlschema }} - {{ site.url }} - - {{ site.author.name }} - {{ site.author.email }} - - - {% for post in site.posts %} - - {{ post.title | xml_escape }} - - {{ post.date | date_to_xmlschema }} - {{ site.url }}{{ site.baseurl }}{{ post.url }} - {{ post.content | xml_escape }} - - {% endfor %} - -