diff --git a/assets/style.sass b/assets/style.sass
index 1c6540d..2d6bfe9 100644
--- a/assets/style.sass
+++ b/assets/style.sass
@@ -242,10 +242,10 @@ div.flex-left
margin: .3rem 0 0 0
div.recipe
- width: 70%
+ width: 80%
margin: 2rem auto
background: #f5f4ee
- padding: 1rem
+ padding: .6rem
border-radius: 7px
border: 1px solid silver
p:first-of-type
@@ -299,7 +299,7 @@ article.split-me
main
width: 90%
div.recipe
- width: 80%
+ width: 95%
@media screen and (max-width: 1000px)
body
diff --git a/content/posts/sweet/bundt cake/cover.webp b/content/posts/sweet/bundt cake/cover.webp
new file mode 100644
index 0000000..566ed29
Binary files /dev/null and b/content/posts/sweet/bundt cake/cover.webp differ
diff --git a/content/posts/sweet/bundt cake/detail.webp b/content/posts/sweet/bundt cake/detail.webp
new file mode 100644
index 0000000..89a7afb
Binary files /dev/null and b/content/posts/sweet/bundt cake/detail.webp differ
diff --git a/content/posts/sweet/bundt cake/index.md b/content/posts/sweet/bundt cake/index.md
new file mode 100644
index 0000000..9f2c34c
--- /dev/null
+++ b/content/posts/sweet/bundt cake/index.md
@@ -0,0 +1,41 @@
+---
+title: "Basic bundt cake"
+date: 2023-10-17T00:00:00Z
+draft: false
+tags: ["czech", "baked", "chocolate"]
+categories: ["🍬Sweet"]
+---
+
+In my inevitable descent into becoming a housewife I have turned to the humble marble bundt cake. It's a fairy typical dessert to eat in the Czech Republic and I haven't had it in years. Hence, I present a recipe for this delicious staple of the mundane Sunday family occasion. Loosely inspired by [this recipe](https://web.archive.org/web/20230401104615/https://plantifulbakery.com/cs/vegan-mramorova-babovka/).
+
+![](detail.webp)
+
+
+Prep time: 15 minutes
+
+Cooking time: 45 minutes
+
+### Ingredients for 4 medium pancakes
+- [ ] 300g all purpose flour
+- [ ] 150g white sugar (yeah it's a lot)
+- [ ] 200g vegan yoghurt
+- [ ] 100ml plant-based milk
+- [ ] 2 tablespoons baking powder
+- [ ] 1 tablespoon baking soda
+- [ ] 120g neutral oil
+- [ ] juice of 1/2 lemon / vinegar
+- [ ] 15g cocoa powder
+### Optional
+- [ ] confectioners' sugar to decorate
+
+### Steps
+1. Preheat the oven to 180°C
+2. Mix the dry ingredients in a bowl (flour, sugar, baking powder, baking soda)
+3. Add the wet ingredients (yoghurt, milk, oil, lemon juice) to a separate bowl and mix
+4. Sift the dry ingredients into the wet ingredients and mix until combined
+5. Pour about half of the batter into a separate bowl and mix in the cocoa powder
+6. Grease a bundt cake form with oil, add some flour to coat the oil and pour in the batter alternating between the white and the chocolate batter in random patterns
+7. Take a skewer and swirl it through the batter to create a marble effect
+8. Bake for 45 minutes or until a skewer inserted into the cake comes out clean (I would start to watch it after ~35 minutes)
+
+
diff --git a/resources/_gen/assets/sass/style.sass_f120a3f402b106f64b18d498afd3d82e.content b/resources/_gen/assets/sass/style.sass_f120a3f402b106f64b18d498afd3d82e.content
index fbcb24b..4ff7c37 100644
--- a/resources/_gen/assets/sass/style.sass_f120a3f402b106f64b18d498afd3d82e.content
+++ b/resources/_gen/assets/sass/style.sass_f120a3f402b106f64b18d498afd3d82e.content
@@ -239,10 +239,10 @@ div.flex-left {
margin: .3rem 0 0 0; }
div.recipe {
- width: 70%;
+ width: 80%;
margin: 2rem auto;
background: #f5f4ee;
- padding: 1rem;
+ padding: .6rem;
border-radius: 7px;
border: 1px solid silver; }
div.recipe p:first-of-type {
@@ -295,7 +295,7 @@ article.split-me {
body main {
width: 90%; }
div.recipe {
- width: 80%; } }
+ width: 95%; } }
@media screen and (max-width: 1000px) {
body {
diff --git a/themes/bean/layouts/index.html b/themes/bean/layouts/index.html
index 9e41170..25a3aba 100644
--- a/themes/bean/layouts/index.html
+++ b/themes/bean/layouts/index.html
@@ -6,7 +6,7 @@
{{ end }}
- {{range ($.Site.GetPage "taxonomyTerm" "categories").Pages.ByWeight }}
+ {{range ($.Site.GetPage "taxonomyTerm" "categories").Pages.ByTitle}}
{{ if ne .Name "Oatmeal" }}
{{ .Title }}
diff --git a/themes/bean/layouts/partials/header.html b/themes/bean/layouts/partials/header.html
index f0912d0..b7f0830 100644
--- a/themes/bean/layouts/partials/header.html
+++ b/themes/bean/layouts/partials/header.html
@@ -22,7 +22,7 @@
{{.Title}} | {{ .Site.Title }}
{{ $text }}
{{ end }}
- {{range ($.Site.GetPage "taxonomyTerm" "categories").Pages.Reverse }}
+ {{range ($.Site.GetPage "taxonomyTerm" "categories").Pages }}
{{ .Title }}
{{ end }}