From c3db8713b501b3bbd6ef01d35710cebe9180bc14 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 23 Aug 2022 12:18:55 +0100 Subject: added bunkerage and protected area --- content/bunkerage/.htaccess | 4 ++++ content/bunkerage/_index.md | 7 +++++++ content/bunkerage/day.md | 7 +++++++ 3 files changed, 18 insertions(+) create mode 100644 content/bunkerage/.htaccess create mode 100644 content/bunkerage/_index.md create mode 100644 content/bunkerage/day.md (limited to 'content/bunkerage') diff --git a/content/bunkerage/.htaccess b/content/bunkerage/.htaccess new file mode 100644 index 0000000..6af0d7c --- /dev/null +++ b/content/bunkerage/.htaccess @@ -0,0 +1,4 @@ +AuthType Basic +AuthName "Password Required" +Require valid-user +AuthUserFile /etc/apache2/.htpasswd diff --git a/content/bunkerage/_index.md b/content/bunkerage/_index.md new file mode 100644 index 0000000..aea6cab --- /dev/null +++ b/content/bunkerage/_index.md @@ -0,0 +1,7 @@ +--- +title: "Bunkering area" +--- + +This should be visible. Nonce. + +This should also be up. diff --git a/content/bunkerage/day.md b/content/bunkerage/day.md new file mode 100644 index 0000000..82fab01 --- /dev/null +++ b/content/bunkerage/day.md @@ -0,0 +1,7 @@ +--- +title: "Day" +date: 2022-08-23T12:15:37+01:00 +draft: false +--- + +This is where the day stuff goeth. -- cgit v1.2.3