summaryrefslogtreecommitdiff
path: root/site/hugo.toml
blob: 5c7cd77a73fc1bec1f9279ed5796723d1c71ae13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'culsans.site'
theme = 'hugo-starter'

[menus]
  [[menus.main]]
    name = 'about'
    pageRef = '/'
    weight = 10
  [[menus.main]]
    name = 'blog'
    pageRef = '/posts'
    weight = 20
  [[menus.main]]
    name = 'git'
    url = 'https://git.culsans.site'
    weight = 30