From b3957896ecdedacbab3f33b55aabc1d394f28d45 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Mon, 17 Feb 2025 16:27:02 +0100 Subject: [PATCH] Add robots.txt and a couple static pages --- content/extra/robots.txt | 4 ++++ content/pages/404.md | 7 +++++++ content/pages/series.md | 6 ++++++ 3 files changed, 17 insertions(+) create mode 100644 content/extra/robots.txt create mode 100644 content/pages/404.md create mode 100644 content/pages/series.md diff --git a/content/extra/robots.txt b/content/extra/robots.txt new file mode 100644 index 0000000..16cf5e6 --- /dev/null +++ b/content/extra/robots.txt @@ -0,0 +1,4 @@ +User-Agent: * +Disallow: + +Sitemap: https://blog.hatebit.org/sitemap.xml diff --git a/content/pages/404.md b/content/pages/404.md new file mode 100644 index 0000000..5961c9b --- /dev/null +++ b/content/pages/404.md @@ -0,0 +1,7 @@ +--- +title: Page Not Found +save_as: 404.html +status: hidden +--- + +The requested page could not be found. diff --git a/content/pages/series.md b/content/pages/series.md new file mode 100644 index 0000000..0de3ab8 --- /dev/null +++ b/content/pages/series.md @@ -0,0 +1,6 @@ +--- +title: Series +save_as: series.html +template: series +sortorder: 0 +---