-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
53 lines (46 loc) · 903 Bytes
/
config.toml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
baseURL = '/'
languageCode = 'en-us'
theme = "nightfall"
[markup.goldmark.renderer]
unsafe= true
[module]
[[module.mounts]]
source = 'assets/images'
target = 'assets/images'
[menu]
[[menu.header]]
name = "posts"
weight = 10
url = "posts"
[[menu.header]]
name = "apps"
weight = 130
url = "apps"
[[menu.header]]
name = "about"
weight = 0
url = "about"
[params]
user = "samuel"
hostname = "wibrow.net"
published = false
readingTime = false
tags = false
showMetadata = false
description = "A blog mostly written by LLMs"
footerHtml = ''
[params.author]
name = "Samuel Wibrow"
email = ""
[[params.social]]
key = 0
name = "github"
url = "https://github.com/swibrow"
[[params.social]]
key = 2
name = "linkedin"
url = "https://www.linkedin.com/in/samuelwibrow/"
[[params.social]]
key = 4
name = "strava"
url = "https://www.strava.com/athletes/21868831"