diff --git a/content/basic-waffles.md b/content/basic-waffles.md new file mode 100644 index 000000000..905a91070 --- /dev/null +++ b/content/basic-waffles.md @@ -0,0 +1,35 @@ +--- +title: "Basic Waffles" +date: 2024-02-24T15:40:05+01:00 +tags: ['sweet', 'basic', 'dessert', 'waffle'] +author: logianer +--- + +- ⏲️ Prep time: 10 mins +- 🍳 Cook time: 20 mins +- πŸ§‡ Amount: 19-20 waffles + +![Small Waffle Tower](/pix/basic-waffles-01.webp) + +This is a basic recipe for waffles that are made with the help of a **waffle maker**: + +![Waffle Maker](/pix/basic-waffles-02.webp) +## Ingredients +* 250g butter +* 200g sugar +* 2 pcks vanilla sugar (16g) *or* other vanilla flavouring +* 5 eggs +* 500g flour +* 2 tbsp baking powder +* 350-400ml milk + +## Directions +1. Beat the eggs till creamy. +2. Gradually add all the sugar and the vanilla flavouring. +3. Melt and then mix in the butter. +4. Add the baking powder. +5. Add the milk and flower in alternation. Stir constantly while doing so. +6. Blend and mix until you got a smooth dough. Use the highest speed of your mixer. +7. Let the dough rest for a couple of minutes. Turn on & preheat your waffle maker, then pour in the dough. Bake inside the waffle maker till golden brown. + +***Enjoy!*** \ No newline at end of file diff --git a/data/authors/logianer.json b/data/authors/logianer.json new file mode 100644 index 000000000..a48ed87ef --- /dev/null +++ b/data/authors/logianer.json @@ -0,0 +1,4 @@ +{ + "name": "Logianer", + "website": "https://github.com/Logianer" +} \ No newline at end of file diff --git a/static/pix/basic-waffles-01.webp b/static/pix/basic-waffles-01.webp new file mode 100644 index 000000000..e15905be5 Binary files /dev/null and b/static/pix/basic-waffles-01.webp differ diff --git a/static/pix/basic-waffles-02.webp b/static/pix/basic-waffles-02.webp new file mode 100644 index 000000000..bdc3cb593 Binary files /dev/null and b/static/pix/basic-waffles-02.webp differ diff --git a/static/style.css b/static/style.css index 39b5f056e..e82a48d8b 100644 --- a/static/style.css +++ b/static/style.css @@ -272,6 +272,7 @@ button#clear-search:hover { #tag_turkish:before { content: "πŸ‡ΉπŸ‡·" ; } #tag_ukrainian:before { content: "πŸ‡ΊπŸ‡¦" ; } #tag_vietnamese:before { content: "πŸ‡»πŸ‡³" ; } +#tag_waffle:before { content: "πŸ§‡" ; } #tag_wine:before { content: "🍷" ; } .cryptocontainer {