Fix default params

This commit is contained in:
David 2021-01-12 03:17:02 +01:00
commit 6b2a5a809f
3 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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

@ -0,0 +1 @@
Subproject commit 8564ee33a12fe06e40c8df1a36a58bf2736a4cc9