Fix default params
This commit is contained in:
parent
6dc98cc97f
commit
6b2a5a809f
3 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue