Add robots.txt and a couple static pages

This commit is contained in:
Jesse Braham 2025-02-17 16:27:02 +01:00
parent 7ff9a3c164
commit b3957896ec
3 changed files with 17 additions and 0 deletions

4
content/extra/robots.txt Normal file
View File

@ -0,0 +1,4 @@
User-Agent: *
Disallow:
Sitemap: https://blog.hatebit.org/sitemap.xml

7
content/pages/404.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Page Not Found
save_as: 404.html
status: hidden
---
The requested page could not be found.

6
content/pages/series.md Normal file
View File

@ -0,0 +1,6 @@
---
title: Series
save_as: series.html
template: series
sortorder: 0
---