Skip to content

Commit

Permalink
minor change to hugo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
moorlag committed Jan 5, 2024
1 parent aaf727f commit 5bd010e
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 9 deletions.
47 changes: 41 additions & 6 deletions !config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
theme = "ananke"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
title = "Notre-Dame de Paris"
baseURL = "https://gohugo-theme-ananke.pages.dev"
languageCode = "en-us"
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
resourceDir = "../resources"

DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true

[languages]
[languages.en]
title = "Ananke"
weight = 1
contentDir = "content/en"
# languageDirection = 'rtl' for Right-To-Left languages
[languages.fr]
title = "Ananke Fr"
weight = 2
contentDir = "content/fr"

[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"

[params]
text_color = ""
author = ""
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
recent_posts_number = 3

[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/GoHugoIO"
15 changes: 15 additions & 0 deletions content/pages/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Home"
date: 2024-01-05
draft: false
hideReadMore: true

---

Willkommen to Heidi's Koch Klub, where we're stirring up a nostalgic feast with a pinch of '70s flair! Dive into a world where traditional German cooking meets the groovy and dynamic tastes of the 1970s. Our club is a melting pot — or should we say, a 'Fondue pot' — of classic recipes, seasoned with a dash of history and a sprinkle of fun.

In our kitchen, we don't just 'knead' dough; **we celebrate the hearty and wholesome flavors that defined a decade**. From __the iconic Schnitzel__ to __the comforting Kartoffelsalat__, our recipes are more than just meals; they're time capsules of taste. And let's not forget the sweet stars of the era, like the Black Forest cake, which we promise won't 'leave you hanging on a cherry-picking cliffhanger.'

Join us as we explore the culinary wonders of Germany's past, cooked up in the warmth of Heidi's virtual kitchen. Whether you're a seasoned 'Bäcker' or a cooking novice, there's always a seat at our table. So, tie on your apron, grab your spatula, and let's cook up some Gemütlichkeit!

If '70s German cuisine is your 'Bratwurst case scenario' for a culinary adventure, you're in for a treat! Follow us on this delicious journey at Heidi's Koch Klub. Guten Appetit!
2 changes: 1 addition & 1 deletion content/pages/recipes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Recipes"
date: 2024-01-05
date: 2024-01-04
draft: false
---

Expand Down
16 changes: 15 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ baseURL = 'https://heidiskockklub.com'
languageCode = 'en-us'
title = 'Heidis Kock Klub'
theme = 'ananke'
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
[params]
text_color = ""
author = ""
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
recent_posts_number = 3
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/Moorlag"
[menus]
[[menus.main]]
name = 'Home'
Expand All @@ -13,7 +27,7 @@ theme = 'ananke'
weight = 20
[[menus.main]]
name = 'Issue or problem?'
pageRef = 'https://github.com/moorlag/kock/issues'
pageRef = 'a href ="https://github.com/moorlag/kock/issues"'
weight = 30
[[menus.main]]
name = 'Contact'
Expand Down

Large diffs are not rendered by default.

0 comments on commit 5bd010e

Please sign in to comment.