Fix default params
This commit is contained in:
parent
6dc98cc97f
commit
6b2a5a809f
3 changed files with 9 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "themes/novela"]
|
||||
path = themes/novela
|
||||
url = https://github.com/forestryio/hugo-theme-novela.git
|
||||
[submodule "themes/terminal"]
|
||||
path = themes/terminal
|
||||
url = https://github.com/panr/hugo-theme-terminal
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
baseURL = "https://phireh.fukurokuju.dev/test-hugo"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
theme = "novela"
|
||||
theme = "terminal"
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
canonifyURLs = true
|
||||
#relativeurls = false
|
||||
|
||||
[params]
|
||||
fullWidthTheme = false
|
||||
centerTheme = false
|
||||
|
|
|
|||
1
themes/terminal
Submodule
1
themes/terminal
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8564ee33a12fe06e40c8df1a36a58bf2736a4cc9
|
||||
Loading…
Add table
Add a link
Reference in a new issue