diff --git a/_config.yml b/_config.yml index 42f5e4d..31b376e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,7 @@ exclude: - _sass/bootstrap/ +plugins: + - jekyll-feed +title: Wayfire blog +description: The blog of the Wayfire wayland window manager +author: Wayfire developers diff --git a/feed.xml b/feed.xml deleted file mode 100644 index 06a53fb..0000000 --- a/feed.xml +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: null ---- - - - - - {{ site.title }} - {{ site.url }} - {{ site.description }} - {{ site.time | date_to_rfc822 }} - {% for post in site.posts %} - - {{ post.title }} - - {{ post.url | prepend: site.url }} - - - {{ post.content | escape | truncate: '400' }} - - {{ post.date | date_to_rfc822 }} - - {{ post.url | prepend: site.url }} - - - {% endfor %} - -