diff options
| author | JustZvan <justzvan@justzvan.xyz> | 2026-03-24 20:14:42 +0100 |
|---|---|---|
| committer | JustZvan <justzvan@justzvan.xyz> | 2026-03-24 20:14:42 +0100 |
| commit | a60a600522b9c638cf06fc484d80209dfb7d5c20 (patch) | |
| tree | 9801ae967ac65724333abf15a35d445a05167095 /themes/JustZvan/hugo.toml | |
feat: initial commit
Diffstat (limited to 'themes/JustZvan/hugo.toml')
| -rw-r--r-- | themes/JustZvan/hugo.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/JustZvan/hugo.toml b/themes/JustZvan/hugo.toml new file mode 100644 index 0000000..4015a68 --- /dev/null +++ b/themes/JustZvan/hugo.toml @@ -0,0 +1,22 @@ +baseURL = 'https://example.org/' +languageCode = 'en-US' +title = 'My New Hugo Site' + +[menus] + [[menus.main]] + name = 'Home' + pageRef = '/' + weight = 10 + + [[menus.main]] + name = 'Posts' + pageRef = '/posts' + weight = 20 + +[taxonomies] + category = 'categories' + +[module] + [module.hugoVersion] + extended = false + min = '0.146.0' |