Initial commit for the new website!

This commit is contained in:
Shashank Mehta
2014-01-18 19:50:24 +05:30
commit 1f5b6cf998
69 changed files with 3558 additions and 0 deletions

15
sitemap.xml Normal file
View File

@ -0,0 +1,15 @@
---
layout: nil
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>{{ site.url }}</loc>
</url>
{% for post in site.posts %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
</url>
{% endfor %}
</urlset>