hugo-theme-tui

TUI
Log | Files | Refs | README | LICENSE

commit 6e5683220bff866f5f7ac555361d9bd96209d4ca
parent ddb4cc6b3e69c9d3c847bce3600521c1750c9b95
Author: FedorVinog <fedor.vinogradov@student.howest.be>
Date:   Thu, 11 Jun 2026 00:44:52 +0200

add hugo.toml with module.hugoVersion (required by themes.gohugo.io)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Diffstat:
Ahugo.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/hugo.toml b/hugo.toml @@ -0,0 +1,3 @@ +[module] + [module.hugoVersion] + min = "0.110.0"