From 446021c6b75dfafd0da8fd80ab33202b1376ec62 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Wed, 15 Nov 2023 22:26:06 +0100 Subject: [PATCH] update recipes --- content/notes/_index.md | 1 + content/{notes/cooking => recipes}/index.md | 8 ++++++-- static/recipes/.htaccess | 6 ++++++ 3 files changed, 13 insertions(+), 2 deletions(-) rename content/{notes/cooking => recipes}/index.md (77%) create mode 100644 static/recipes/.htaccess diff --git a/content/notes/_index.md b/content/notes/_index.md index 2fad1e0..77a18e1 100644 --- a/content/notes/_index.md +++ b/content/notes/_index.md @@ -20,3 +20,4 @@ draft = true +++ These are my notes. They are usually too small to create an extra article. + diff --git a/content/notes/cooking/index.md b/content/recipes/index.md similarity index 77% rename from content/notes/cooking/index.md rename to content/recipes/index.md index a0223d2..7b4792c 100644 --- a/content/notes/cooking/index.md +++ b/content/recipes/index.md @@ -1,6 +1,6 @@ +++ -title = 'Cooking and/or receipts' -date = '2023-11-14T09:31:48+0100' +title = 'Recipes' +date = '2023-11-15T22:16:53+0100' #lastmod = '' #showDate = false @@ -35,4 +35,8 @@ Auch perfekt für Fritatten. ## Weißes Muas +## JT Baguettes + +Vorheizen: 200 °C / 180 °C +Tiefgekühlte Baguettes in die Mitte legen und ca. 12-15 Minuten backen. diff --git a/static/recipes/.htaccess b/static/recipes/.htaccess new file mode 100644 index 0000000..6c42844 --- /dev/null +++ b/static/recipes/.htaccess @@ -0,0 +1,6 @@ +AuthType Basic +AuthName "Sry, this is useless crap only for myself." +AuthBasicProvider file +AuthUserFile /etc/apache2/.htpasswd +Require valid-user +