diff --git a/config/_default/params.toml b/config/_default/params.toml index f760fa9..51f1da4 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -134,12 +134,12 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" # externalLinkForceNewTab = false # disable to allow external links in the same tab (defaults to true) [list] - showHero = false - # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground + showHero = true + heroStyle = "background" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background showBreadcrumbs = false - showSummary = false + showSummary = true showViews = false showLikes = false showTableOfContents = false @@ -155,8 +155,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" [taxonomy] showTermCount = true - showHero = false - # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground + showHero = true + heroStyle = "background" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background showBreadcrumbs = false @@ -166,8 +166,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" cardView = false [term] - showHero = false - # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground + showHero = true + heroStyle = "background" # valid options: basic, big, background, thumbAndBackground layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background showBreadcrumbs = false diff --git a/content/posts/dnd-monsters/index.md b/content/posts/dnd-monsters/index.md index 3ac0cc9..64bbdd6 100644 --- a/content/posts/dnd-monsters/index.md +++ b/content/posts/dnd-monsters/index.md @@ -2,6 +2,7 @@ date = '2026-05-26T16:00:00-06:00' draft = false title = "How a dragon runs his monsters" +summary = "Learn how to make impromptu monsters in Dnd, as well as how to run a homebrew monster." tags = ['ttrpg', 'tutorial', 'dnd'] +++ diff --git a/content/posts/how-to-dm-1/index.md b/content/posts/how-to-dm-1/index.md index 88eabe9..ae6daf7 100644 --- a/content/posts/how-to-dm-1/index.md +++ b/content/posts/how-to-dm-1/index.md @@ -2,6 +2,7 @@ date = '2026-05-24T16:00:00-06:00' draft = false title = "So you wanna GM?" +summary = "Have you ever wanted to be a GM? Learn some of the tips and tricks that help me run games as a Game Master." tags = ['ttrpg', 'tutorial'] +++ diff --git a/content/posts/katchi/index.md b/content/posts/katchi/index.md index d25ad97..738aaed 100644 --- a/content/posts/katchi/index.md +++ b/content/posts/katchi/index.md @@ -2,6 +2,7 @@ date = '2026-05-17T23:57:15-06:00' draft = false title = "Katchi, a dragon's best friend" +summary = "Buidling a smart speaker with ESPHome for Home Assistant, and it just so happens to look like a kobold." tags = ['kobold', 'esp32'] +++ diff --git a/content/posts/meppa-1/index.md b/content/posts/meppa-1/index.md index 2fa647f..d77b29b 100644 --- a/content/posts/meppa-1/index.md +++ b/content/posts/meppa-1/index.md @@ -2,6 +2,7 @@ date = '2026-05-27T16:00:00-06:00' draft = false title = "Meppa the Kobold, Chapter One" +summary = "The beggining of the journey, Meppa begins her pilgrimage." tags = ['story', 'meppa the kobold'] showTableOfContents = false showPagination = false diff --git a/content/posts/meppa-2/index.md b/content/posts/meppa-2/index.md index 1c6c901..3c1d033 100644 --- a/content/posts/meppa-2/index.md +++ b/content/posts/meppa-2/index.md @@ -2,6 +2,7 @@ date = '2026-05-28T06:00:00-06:00' draft = false title = "Meppa the Kobold, Chapter Two" +summary = "Meppa's journey continues, she learns first hand to be wary of the tall creatures." tags = ['story', 'meppa the kobold'] showTableOfContents = false showPagination = false diff --git a/content/posts/meppa-3/index.md b/content/posts/meppa-3/index.md index afe5b00..6e31271 100644 --- a/content/posts/meppa-3/index.md +++ b/content/posts/meppa-3/index.md @@ -2,6 +2,7 @@ date = '2026-05-29T16:00:00-06:00' draft = true title = "Meppa the Kobold, Chapter Three" +summary = "Meppa and her company are lost, they need to continue their journey." tags = ['story', 'meppa the kobold'] showTableOfContents = false showPagination = false