summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: ec9ba7bc280bd96850f8dcb94cdce77a1660e43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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