diff --git a/_config.yml b/_config.yml index f3b1a5d..68da5e4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,27 +1,27 @@ # Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the server process. # Site settings title: Plasma Mobile email: admin@plasma-mobile.org description: Plasma Mobile - Plasma in your pocket baseurl: "" -url: "" +url: "https://plasma-mobile.org" # Build settings plugins: - jekyll-feed - jekyll-tidy exclude: - vendor - build.rb - Gemfile - Gemfile.lock - build.sh - planet.* markdown: kramdown diff --git a/feed-kde-planet.xml b/feed-kde-planet.xml index 6be4f4e..0855999 100644 --- a/feed-kde-planet.xml +++ b/feed-kde-planet.xml @@ -1,28 +1,28 @@ --- --- Jekyll {{ site.time | date_to_xmlschema }} /feed-kde-planet.xml {{ site.title }} {{ site.description }} {% for post in site.posts %} {% unless post.path contains ".html" %} {{ post.title | xml_escape }} - + {{ post.date | date_to_xmlschema }} {{ post.date | date_to_xmlschema }} {{ post.url }} - + {{ post.content | xml_escape }} {{ post.author }} {{ post.excerpt | xml_escape }} {% endunless %} {% endfor %}