commit 4b56cfac891ed4dfa83ac86793232e282b41fa03
parent f72fb035f801ae923dda9787bbd36f4f86ce5a9c
Author: Lou Woell <lou.woell@posteo.de>
Date:   Sun,  2 Mar 2025 14:18:15 +0100

update minimum hugo version

Diffstat:
Massets/css/style.scss | 1-
MexampleSite/config.toml | 1+
Mtheme.toml | 2+-
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/css/style.scss b/assets/css/style.scss @@ -20,4 +20,3 @@ @import "tabbedContainer"; @import "video"; - diff --git a/exampleSite/config.toml b/exampleSite/config.toml @@ -1,6 +1,7 @@ baseurl = "https://example.com/" languageCode = "en-us" theme = "hugo-theme-terminal" +pagination.pagerSize = 2 [params] contentTypeName = "posts" diff --git a/theme.toml b/theme.toml @@ -5,7 +5,7 @@ description = "A simple, retro theme for Hugo." homepage = "https://github.com/panr/hugo-theme-terminal/" tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "monotone", "multilingual", "personal", "responsive", "simple", "technical", "retro"] features = ["blog", "shortcode", "syntax highlighting"] -min_version = 0.134.1 +min_version = "0.144.2" [author] name = "panr"