diff --git a/.gitmodules b/.gitmodules index cb4de26..504cf52 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "themes/hugo-kiera"] path = themes/hugo-kiera url = https://github.com/funkydan2/hugo-kiera.git +[submodule "themes/themes/kiera"] + path = themes/themes/kiera + url = https://github.com/funkydan2/hugo-kiera.git +[submodule "themes/kiera"] + path = themes/kiera + url = https://github.com/funkydan2/hugo-kiera.git diff --git a/content/posts/one-more-time-with-feeling.md b/content/posts/one-more-time-with-feeling.md index 60e7564..b3aec38 100644 --- a/content/posts/one-more-time-with-feeling.md +++ b/content/posts/one-more-time-with-feeling.md @@ -2,8 +2,8 @@ title = "One More Time With Feeling" date = 2024-10-28T11:42:03-05:00 images = [] -tags = [] -categories = [] +tags = ["musings"] +categories = ["generic"] draft = false +++ diff --git a/hugo.toml b/hugo.toml index 037cf09..59d8534 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://fyrfli.blog/' languageCode = 'en-us' title = ".: jus' fyrfli tings :." -theme = 'hugo-kiera' +theme = 'kiera' enableEmoji = true [params.author] name = "fyrfli" @@ -11,3 +11,16 @@ enableEmoji = true tagline = "revelling in tech tings since sometime last century" description = "fyrfli tings" favicon = "https://cdn.fyrfli.link/i/favicon.ico" +# uncomment to enable the Tags link on the main toolbar + [[menu.main]] + identifier = "tags" + name = "tags" + url = "/tags" + weight = 1 + +# uncomment to enable the Categories link on the main toolbar + [[menu.main]] + identifier = "categories" + name = "categories" + url = "/categories" + weight = 1 diff --git a/themes/kiera b/themes/kiera new file mode 160000 index 0000000..5676dfa --- /dev/null +++ b/themes/kiera @@ -0,0 +1 @@ +Subproject commit 5676dfaf565148f472d6a35c1f244d1199454a49