diff options
| author | forever2k38 <forever2k38@noreply.codeberg.org> | 2026-09-05 01:34:40 +0200 |
|---|---|---|
| committer | forever2k38 <forever2k38@noreply.codeberg.org> | 2026-09-05 01:34:40 +0200 |
| commit | aa2528adf2e9e7d1d1e8baed2d6fda511a0502d9 (patch) | |
| tree | 1824ef5dc9ccdda8c0e60e9eedfc39c7aecb286c /hugo.toml | |
initial commit
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..ec9ba7b --- /dev/null +++ b/hugo.toml @@ -0,0 +1,17 @@ +baseURL = 'https://forever2k38.net' +locale = 'en-us' +title = 'forever2k38' + +[menus] + [[menus.main]] + name = 'blog' + pageRef = '/blog' + weight = 5 + [[menus.main]] + name = 'politics' + pageRef = '/politics' + weight = 10 + [[menus.main]] + name = 'donate' + pageRef = '/donate' + weight = 9999 |
