diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-23 12:18:55 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-23 12:18:55 +0100 |
commit | c3db8713b501b3bbd6ef01d35710cebe9180bc14 (patch) | |
tree | f632e6e9d2ba992ed5c5b74fd6344e143a80c90d /content/bunkerage | |
parent | af950d652e30ef33c2d738c2005db130b993fcfe (diff) |
added bunkerage and protected area
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. |