blob: 6c1f596522b99617f8bfee1b34c65d7be8f9a498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
baseURL = 'https://culsans.site/'
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
|