From 1631d2acfc8da496c33be211fb035d15d8a9514e Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Thu, 18 Aug 2022 23:13:11 +0200 Subject: [PATCH] docs: Add robots.txt and sitemap.txt --- docs/robots.txt | 3 +++ docs/sitemap.txt | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 docs/robots.txt create mode 100644 docs/sitemap.txt 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 -%}