Add robots.txt and a couple static pages
This commit is contained in:
parent
7ff9a3c164
commit
b3957896ec
4
content/extra/robots.txt
Normal file
4
content/extra/robots.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
User-Agent: *
|
||||||
|
Disallow:
|
||||||
|
|
||||||
|
Sitemap: https://blog.hatebit.org/sitemap.xml
|
7
content/pages/404.md
Normal file
7
content/pages/404.md
Normal 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
6
content/pages/series.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Series
|
||||||
|
save_as: series.html
|
||||||
|
template: series
|
||||||
|
sortorder: 0
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user