-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (41 loc) · 983 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
baseurl = "//pierreca.github.io/"
languageCode = "en-us"
title = "So much to learn!"
copyright = "(c) 2023 Pierre Cauchois"
metaDataFormat = "yaml"
theme = ["hyde-hyde", "hugo-shortcode-gallery"]
postNavigation = false
[params]
brand = "So much to learn!"
topline = "Pierre Cauchois"
sidebar = "left"
themeColor = "theme-base-0d"
layoutReverse = true
[params.social]
github = "pierreca"
linkedin = "pierrecauchois"
[menu]
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
[[menu.main]]
identifier = "aviation"
name = "Aviation"
url = "/aviation"
[[menu.main]]
identifier = "reads"
name = "Bookshelf"
url = "/bookshelf"
[[menu.main]]
identifier = "podcasts"
name = "Podcasts"
url = "/podcasts"
[[menu.main]]
identifier = "diving"
name = "Diving"
url = "/diving"
[[menu.main]]
identifier = "woodworking"
name = "Woodworking"
url = "/woodworking"