forgot to add the theme to the repo
This commit is contained in:
parent
c0d2dce712
commit
bfc8d4f380
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||||
|
@ -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
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
15
hugo.toml
15
hugo.toml
@ -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
1
themes/kiera
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5676dfaf565148f472d6a35c1f244d1199454a49
|
Reference in New Issue
Block a user