docs: Add robots.txt and sitemap.txt
This commit is contained in:
parent
8741e797bd
commit
1631d2acfc
|
|
@ -0,0 +1,3 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: http://sd-card-images.johang.se/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 -%}
|
||||
Loading…
Reference in New Issue