diff options
Diffstat (limited to 'content/bunkerage')
-rw-r--r-- | content/bunkerage/.htaccess | 4 | ||||
-rw-r--r-- | content/bunkerage/_index.md | 7 | ||||
-rw-r--r-- | content/bunkerage/day.md | 7 |
3 files changed, 18 insertions, 0 deletions
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. |