diff --git a/content/made-with-open-source/contents.lr b/content/made-with-open-source/contents.lr index 6faf0ad..e405250 100644 --- a/content/made-with-open-source/contents.lr +++ b/content/made-with-open-source/contents.lr @@ -15,6 +15,6 @@ And of course, this site "source code" [is publicly accessible on Github too](ht --- _template: open-source.html --- -_discoverable: no +_discoverable: yes --- title: Made with Open Source diff --git a/content/sitemap.xml/contents.lr b/content/sitemap.xml/contents.lr new file mode 100644 index 0000000..ea42d08 --- /dev/null +++ b/content/sitemap.xml/contents.lr @@ -0,0 +1,3 @@ +_template: sitemap.xml +--- +_model: none diff --git a/templates/sitemap.xml b/templates/sitemap.xml new file mode 100644 index 0000000..772c3d8 --- /dev/null +++ b/templates/sitemap.xml @@ -0,0 +1,7 @@ + + + {%- for page in [site.root] if page != this recursive %} + {{ page|url(external=true) }} + {{- loop(page.children) }} + {%- endfor %} +