From d11a320493cc0ad7ea34bde9a728602817812178 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 4 Nov 2023 08:33:48 +0100 Subject: [PATCH] adds new page (notes) --- content/notes/index.md | 23 +++++++++++++++++++++++ static/notes/.htaccess | 6 ++++++ 2 files changed, 29 insertions(+) create mode 100644 content/notes/index.md create mode 100644 static/notes/.htaccess diff --git a/content/notes/index.md b/content/notes/index.md new file mode 100644 index 0000000..ce06884 --- /dev/null +++ b/content/notes/index.md @@ -0,0 +1,23 @@ ++++ +title = 'Notes' +date = '2023-11-04T08:01:00+01:00' +#lastmod = '' + +showDate = false +showReadingTime = false +showWordCount = false +showPagination = false +showAuthor = false + +feed_exclude = true +site_exclude = true + +draft = true + ++++ + +## Cooking eggs + +Half-fluid eggs for breakfast. Leave them 7:30 minutes in boiling water. +I'd rather go for 8 minutes as they are mostly clear. + diff --git a/static/notes/.htaccess b/static/notes/.htaccess new file mode 100644 index 0000000..5947a52 --- /dev/null +++ b/static/notes/.htaccess @@ -0,0 +1,6 @@ +AuthType Basic +AuthName "Oh I'm afraid, the notes section is of private nature!" +AuthBasicProvider file +AuthUserFile /etc/apache2/.htpasswd +Require valid-user +