parent
6d1b5a1c96
commit
d11a320493
@ -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.
|
||||||
|
|
@ -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
|
||||||
|
|
Loading…
Reference in new issue