docs: Add robots.txt and sitemap.txt

This commit is contained in:
Johan Gunnarsson 2022-08-18 23:13:11 +02:00
parent 8741e797bd
commit 1631d2acfc
2 changed files with 10 additions and 0 deletions

3
docs/robots.txt Normal file
View File

@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: http://sd-card-images.johang.se/sitemap.txt

7
docs/sitemap.txt Normal file
View File

@ -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 -%}