From 372a860f4e67c30c101aff1e48e5b68cca068a0f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 11 Sep 2010 13:00:45 +0200 Subject: sitemap --- sitemap.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..34ba2f4 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,44 @@ +--- +layout: nil +--- + + + + http://lumberjaph.net/ + {{ site.time | date_to_xmlschema}} + daily + 1.0 + + + http://lumberjaph.net/about/index.html + {{ site.time | date_to_xmlschema}} + monthly + 0.8 + + + http://lumberjaph.net/talks/index.html + {{ site.time | date_to_xmlschema}} + monthly + 0.8 + + + http://lumberjaph.net/contact/index.html + {{ site.time | date_to_xmlschema}} + monthly + 0.8 + + + http://lumberjaph.net/archives.html + {{ site.time | date_to_xmlschema}} + daily + 0.7 + + {% for post in site.posts %} + + http://lumberjaph.net{{ post.url }} + {{ post.date | date_to_xmlschema }} + monthly + 0.5 + + {% endfor %} + \ No newline at end of file -- cgit v1.2.3