diff options
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 |
