Initial version of hugo-stack

This commit is contained in:
Alex Selimov 2026-08-13 16:31:11 -04:00
commit e19eb92b4b
28 changed files with 487 additions and 0 deletions

6
exampleSite/hugo.toml Normal file
View file

@ -0,0 +1,6 @@
baseURL = 'http://localhost:1313/'
languageCode = 'en-us'
title = 'Stack Example'
[params]
accentColor = "#EF9F27"