First tests with the awesome minimal mistakes theme

This commit is contained in:
julien lengrand-lambert
2014-02-11 21:42:58 +01:00
parent 248269896d
commit 3c697877b5
68 changed files with 5608 additions and 11 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>