Initial commit

This commit is contained in:
Abner Coimbre
2026-01-09 20:14:03 -08:00
commit 45813344a0
117 changed files with 23130 additions and 0 deletions

25
hugo.toml Normal file
View File

@@ -0,0 +1,25 @@
baseURL = '/'
languageCode = 'en-us'
title = 'Handmade Cities Guide'
enableEmoji = true
[module]
replacements = "github.com/colinwilson/lotusdocs -> lotusdocs, github.com/gohugoio/hugo-mod-bootstrap-scss -> hugo-mod-bootstrap-scss, github.com/gohugoio/hugo-mod-jslibs-dist/popperjs -> hugo-mod-jslibs-dist/popperjs, github.com/twbs/bootstrap -> twbs/bootstrap"
[[module.imports]]
path = "github.com/colinwilson/lotusdocs"
disable = false
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss"
disable = false
[params]
[params.footer]
copyright = "© :YEAR: Handmade Cities. Docs licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)."
[params.social]
rss = true
[params.docs]
title = "HMC Guide"
darkMode = true
sidebarIcons = true