blob: 2ae7654d43ad089f52fc273f24b9e504737e7eb1 (
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
35
36
|
baseURL = 'https://www.samanthony.xyz/'
languageCode = 'en-us'
title = 'Sam Anthony'
enableGitInfo = true
relativeURLs = true
[markup.goldmark.renderer]
unsafe = 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
|