diff --git a/docs/robots.txt b/docs/robots.txt new file mode 100644 index 0000000..5f861f5 --- /dev/null +++ b/docs/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: http://sd-card-images.johang.se/sitemap.txt diff --git a/docs/sitemap.txt b/docs/sitemap.txt new file mode 100644 index 0000000..d41ba0a --- /dev/null +++ b/docs/sitemap.txt @@ -0,0 +1,7 @@ +--- +--- +https://sd-card-images.johang.se/ +https://sd-card-images.johang.se/boards.html +{% for board in site.boards -%} +https://sd-card-images.johang.se/boards/{{ board.board_id }}.html +{% endfor -%}