-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
106 lines (93 loc) · 2.44 KB
/
Copy pathconfig.toml
File metadata and controls
106 lines (93 loc) · 2.44 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
baseURL = "https://maxdesalle.com/"
languageCode = "en-us"
title = "Maxime Desalle"
theme = "etch"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
enableRobotsTXT = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
description = "Maxime Desalle — essays, a podcast, and talks on cryptography, Zcash, quantum mechanics, and investing."
dark = "off"
highlight = true
mainSections = ["posts"]
math = true
stream_customer_code = "nif7o4as5sqoitmq"
author = "Maxime Desalle"
email = "rss@maxdesalle.com"
twitter = "maxdesalle"
# Public Turnstile site key for the newsletter widget. Replace after creating
# the Turnstile widget in the Cloudflare dashboard (the secret key is a Pages secret).
turnstile_sitekey = "0x4AAAAAADvvyUm3hv0n8vl8"
# images = ["https://maxdesalle.com/social_image.jpg"]
[menu]
[[menu.main]]
identifier = "startup ideas"
name = "startup ideas"
title = "startup ideas"
url = "/startup-ideas/"
weight = 5
[[menu.main]]
identifier = "piano"
name = "piano"
title = "piano"
url = "/piano/"
weight = 10
[[menu.main]]
identifier = "photography"
name = "photography"
title = "photography"
url = "/photography/"
weight = 15
[[menu.main]]
identifier = "resources"
name = "resources"
title = "resources"
url = "/resources/"
weight = 20
[[menu.socials]]
identifier = "x"
name = "x"
title = "x"
url = "https://x.com/maxdesalle"
weight = 25
[[menu.socials]]
identifier = "github"
name = "github"
title = "github"
url = "https://github.com/maxdesalle"
weight = 30
[[menu.socials]]
identifier = "signal"
name = "signal"
title = "signal"
url = "https://signal.me/#eu/TST_2FkJznjly3Xkn2NnsNRDw32eoOTHwO0L9REt2N1A2fOQ_vdKEYb-C-KsvEW6"
weight = 35
[permalinks]
posts = "/:contentbasename/"
[taxonomies]
tag = "tags"
[related]
threshold = 80
includeNewer = true
toLower = true
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
[markup]
[markup.goldmark]
[markup.goldmark.parser]
attribute = true
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]