summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: a20708e379e8086a3cfbda7c4a09c913e76f9668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 = 'socials'
    pageRef = '/socials'
    weight = 9997
  [[menus.main]]
    name = 'contact'
    pageRef = '/contact'
    weight = 9998
  [[menus.main]]
    name = 'donate'
    pageRef = '/donate'
    weight = 9999