added hugo files

This commit is contained in:
2026-02-27 22:36:11 -06:00
parent 88956b969d
commit 18e8886c41
24 changed files with 370 additions and 0 deletions

8
hugo.toml Normal file
View File

@@ -0,0 +1,8 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
[contentTypes]
[contentTypes.'text/markdown']
[taxonomies]
tag = 'tags'
chapter = 'chapter'