forgot to add the theme to the repo

This commit is contained in:
Camille Frantz 2024-10-28 16:01:22 -05:00
parent c0d2dce712
commit bfc8d4f380
Signed by: fyrfli
SSH Key Fingerprint: SHA256:cyNGncrLxKXAgYC96dYNROnQKikLInzrpiMraZdqyhY
4 changed files with 23 additions and 3 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,9 @@
[submodule "themes/hugo-kiera"] [submodule "themes/hugo-kiera"]
path = themes/hugo-kiera path = themes/hugo-kiera
url = https://github.com/funkydan2/hugo-kiera.git 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

View File

@ -2,8 +2,8 @@
title = "One More Time With Feeling" title = "One More Time With Feeling"
date = 2024-10-28T11:42:03-05:00 date = 2024-10-28T11:42:03-05:00
images = [] images = []
tags = [] tags = ["musings"]
categories = [] categories = ["generic"]
draft = false draft = false
+++ +++

View File

@ -1,7 +1,7 @@
baseURL = 'https://fyrfli.blog/' baseURL = 'https://fyrfli.blog/'
languageCode = 'en-us' languageCode = 'en-us'
title = ".: jus' fyrfli tings :." title = ".: jus' fyrfli tings :."
theme = 'hugo-kiera' theme = 'kiera'
enableEmoji = true enableEmoji = true
[params.author] [params.author]
name = "fyrfli" name = "fyrfli"
@ -11,3 +11,16 @@ enableEmoji = true
tagline = "revelling in tech tings since sometime last century" tagline = "revelling in tech tings since sometime last century"
description = "fyrfli tings" description = "fyrfli tings"
favicon = "https://cdn.fyrfli.link/i/favicon.ico" 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

1
themes/kiera Submodule

@ -0,0 +1 @@
Subproject commit 5676dfaf565148f472d6a35c1f244d1199454a49