blob: f4052f5f10d4344577b979a281287c42da756f57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
baseURL = 'https://lucia.garden/'
languageCode = 'en-us'
title = 'lucia.garden'
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.lucia.garden'
weight = 30
|