summaryrefslogtreecommitdiff
path: root/_site_build/sitemap.xml
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/sitemap.xml')
-rw-r--r--_site_build/sitemap.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/_site_build/sitemap.xml b/_site_build/sitemap.xml
deleted file mode 100644
index 05fbb19..0000000
--- a/_site_build/sitemap.xml
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: nil
----
-<?xml version="1.0" encoding="UTF-8"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
- <url>
- <loc>{{ site.url}}/</loc>
- <lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod>
- <changefreq>daily</changefreq>
- <priority>1.0</priority>
- </url>
- <url>
- <loc>{{ site.url}}/about/</loc>
- <lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod>
- <changefreq>monthly</changefreq>
- <priority>0.6</priority>
- </url>
- {% for post in site.posts %}
- <url>
- <loc>{{ site.url}}{{ post.url }}</loc>
- <lastmod>{{ post.date | date: "%Y-%m-%d" }}</lastmod>
- <changefreq>weekly</changefreq>
- <priority>0.8</priority>
- </url>
- {% endfor %}
-</urlset>