diff --git a/sitemap.txt b/sitemap.txt new file mode 100644 index 0000000000000000000000000000000000000000..25c568f502b97fe5a976a0c2cf7d51674293359f --- /dev/null +++ b/sitemap.txt @@ -0,0 +1,8 @@ +--- +# Remember to set production_url in your _config.yml file! +title : Sitemap +--- +{% for page in site.pages %} +{{site.production_url}}{{ page.url }}{% endfor %} +{% for post in site.posts %} +{{site.production_url}}{{ post.url }}{% endfor %} \ No newline at end of file