Initial commit

This commit is contained in:
Set Hallstrom 2020-07-03 18:47:56 +02:00
commit 6a348db52f
471 changed files with 76070 additions and 0 deletions

8
sitemap.txt Normal file
View file

@ -0,0 +1,8 @@
---
# Remember to set url in your _config.yml file!
title : Sitemap
---
{% for page in site.pages %}
{{site.url}}{{ page.url }}{% endfor %}
{% for post in site.posts %}
{{site.url}}{{ post.url }}{% endfor %}