Skip to content

Instantly share code, notes, and snippets.

@mattfoster
Created March 1, 2010 21:36
Show Gist options
  • Save mattfoster/318844 to your computer and use it in GitHub Desktop.
Save mattfoster/318844 to your computer and use it in GitHub Desktop.
---
rooturi: http://hackerific.net
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://hackerific.net/</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>weekly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://hackerific.net/tags.html</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://hackerific.net/about.html</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
{% for post in site.posts %}
<url>
<loc>{{ page.rooturl }}{{ post.url }}</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
{% endfor %}
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment