blob: 45197f2e3dae2fd0cab41bfe775870baaaa9b971 (
plain) (
blame)
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
26
27
28
29
30
31
32
33
34
|
baseURL = 'https://www.samanthony.xyz/'
languageCode = 'en-us'
title = 'Sam Anthony'
theme = 'aoidh'
enableGitInfo = true
relativeURLs = true
[params]
[params.author]
name = 'Sam Anthony'
email = 'sam@samanthony.xyz'
[params.repo]
url = 'https://git.samanthony.xyz/samanthony.xyz/'
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 1
[[menus.main]]
name = 'Résumé'
pageRef = 'resume'
weight = 2
[[menus.main]]
name = 'Articles'
pageRef = '/articles'
weight = 3
[[menus.main]]
name = 'Projects'
pageRef = '/projects'
weight = 4
|