chore(docs): set up initial Hugo scaffolding

This commit is contained in:
Jef Roosens 2025-06-18 12:17:49 +02:00
parent dd418c872a
commit 5e653407f2
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
9 changed files with 32 additions and 2 deletions

4
docs/hugo.toml Normal file
View file

@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Otter'
theme = "hugo-book"