Switch theme for recipes
This commit is contained in:
parent
a80bd749a3
commit
87a773e8ad
|
@ -1,3 +1,6 @@
|
|||
[submodule "hugo/recipe/themes/ilia-hugo-theme"]
|
||||
path = hugo/recipe/themes/ilia-hugo-theme
|
||||
url = git@github.com:em-ilia/ilia-hugo-theme.git
|
||||
[submodule "hugo/recipe/themes/waltuh-hugo-theme"]
|
||||
path = hugo/recipe/themes/waltuh-hugo-theme
|
||||
url = https://git.ilia.moe/emilia/waltuh-hugo-theme
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
baseURL = 'https://ilia.moe/cool-stuff/recipes'
|
||||
languageCode = 'en-us'
|
||||
title = 'Recipes'
|
||||
theme = 'ilia-hugo-theme'
|
||||
theme = 'waltuh-hugo-theme'
|
||||
|
||||
[taxonomies]
|
||||
tag = 'tags'
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5671f376d5c80b2f125c17af373665f417aebd85
|
Loading…
Reference in New Issue