From f103433f4e49113c171f98d110c5f85178cbf397 Mon Sep 17 00:00:00 2001 From: kako57 <71569154+kako57@users.noreply.github.com> Date: Thu, 12 Oct 2023 03:02:29 -0400 Subject: [PATCH] font, color, and code view changes --- .gitmodules | 2 +- config.toml | 6 +++--- themes/terminal | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index a6851ba..10c4d47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/terminal"] path = themes/terminal - url = https://github.com/panr/hugo-theme-terminal.git + url = https://github.com/kako57/hugo-theme-terminal.git diff --git a/config.toml b/config.toml index 8867194..e037bca 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' title = 'kako57' theme = "terminal" -paginate = 5 +paginate = 10 [params] # dir name of your main content (default is `content/posts`). @@ -11,7 +11,7 @@ paginate = 5 contentTypeName = "posts" # ["orange", "blue", "red", "green", "pink"] - themeColor = "red" + themeColor = "blue" # if you set this to 0, only submenu trigger will be visible showMenuItems = 2 @@ -100,6 +100,6 @@ paginate = 5 # In case you would like to make changes to the theme and keep it locally in you repository, # uncomment the line below (and correct the local path if necessary). # -- - replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal" + replacements = "github.com/kako57/hugo-theme-terminal -> themes/terminal" # [[module.imports]] # path = 'github.com/panr/hugo-theme-terminal' diff --git a/themes/terminal b/themes/terminal index 1610962..372e36f 160000 --- a/themes/terminal +++ b/themes/terminal @@ -1 +1 @@ -Subproject commit 161096273113101926c90e6de31a955bdc66c235 +Subproject commit 372e36f3f40113ed59c7643527d6c1023641654f