From 6b2a5a809fd285eeed828a559f64c5dc1f36147b Mon Sep 17 00:00:00 2001 From: David Date: Tue, 12 Jan 2021 03:17:02 +0100 Subject: [PATCH] Fix default params --- .gitmodules | 3 +++ config.toml | 6 +++++- themes/terminal | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 160000 themes/terminal diff --git a/.gitmodules b/.gitmodules index abb74a9..63b06b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/config.toml b/config.toml index 85f0a3e..fe9decc 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/themes/terminal b/themes/terminal new file mode 160000 index 0000000..8564ee3 --- /dev/null +++ b/themes/terminal @@ -0,0 +1 @@ +Subproject commit 8564ee33a12fe06e40c8df1a36a58bf2736a4cc9