summaryrefslogtreecommitdiff
path: root/sitemap.txt
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2011-12-30 14:17:44 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-11 15:13:40 -0800
commit4c18e3c136bea49e3335ab594ae22d999892cf27 (patch)
tree6ee24ea94d767bc6c69081531350a6776a5f9fcb /sitemap.txt
version 0.0.1
Diffstat (limited to 'sitemap.txt')
-rw-r--r--sitemap.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/sitemap.txt b/sitemap.txt
new file mode 100644
index 0000000..59367c5
--- /dev/null
+++ b/sitemap.txt
@@ -0,0 +1,7 @@
+---
+# Remember to set production_url in your _config.yml file!
+---
+{% 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