Initial commit
This commit is contained in:
commit
6a348db52f
471 changed files with 76070 additions and 0 deletions
8
sitemap.txt
Normal file
8
sitemap.txt
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue