From aabf3632b636e51847b7f5de3264102e96c0b21f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Apr 2018 23:58:39 +0000 Subject: [PATCH] Sitemap --- _pages/sitemap.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _pages/sitemap.xml diff --git a/_pages/sitemap.xml b/_pages/sitemap.xml new file mode 100644 index 0000000..a5bbb3f --- /dev/null +++ b/_pages/sitemap.xml @@ -0,0 +1,27 @@ +--- +permalink: "sitemap.xml" +layout: compress +--- + + + + + + {% for item in site.html_pages %} + + {{ item.url | absolute_url | xml_escape }} + {{ site.time | date_to_xmlschema }} + monthly + 0.5 + + {% endfor %} + + {% for item in site.posts %} + + {{ item.url | absolute_url | xml_escape }} + {{ item.date | date_to_xmlschema }} + weekly + 0.8 + + {% endfor %} +