Skip to content

Commit

Permalink
sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaid Wong authored and Kaid Wong committed Oct 7, 2009
1 parent e76eb9a commit d53131a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sitemap.xml
@@ -0,0 +1,24 @@
---
layout: nil
site_pages:
- /
- /about/
- /archive/
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for site_page in page.site_pages %}
<url>
<loc>http://kaid.github.com{{site_page}}</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<changefreq>hourly</changefreq>
</url>
{% endfor %}
{% for post in site.posts %}
<url>
<loc>http://kaid.github.com{{ post.url }}</loc>
<lastmod>{{ post.date | date_to_xmlschema }}</lastmod>
<changefreq>hourly</changefreq>
</url>
{% endfor %}
</urlset>

0 comments on commit d53131a

Please sign in to comment.