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 +