blob: b21c0831bc3c46e06c42f5037a734e2e565d4b8e (
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 = 'sine'
[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
|