-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (31 loc) · 699 Bytes
/
config.toml
File metadata and controls
37 lines (31 loc) · 699 Bytes
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
languageCode = "en-us"
title = "neap space"
theme = "etch"
summaryLength = 64
enableInlineShortcodes = true
[markup]
[markup.highlight]
codeFences = true
style = "dracula"
[params]
copyright = "Copyright © 2022 Benjamin Spiegel"
dark = "auto"
highlight = true
[menu]
[[menu.main]]
identifier = "posts"
name = "posts"
title = "posts"
url = "/"
weight = 10
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
url = "/about/"
weight = 20
[permalinks]
posts = "/:year/:month/:title/"
[markup.goldmark.renderer]
#Allows HTML in Markdown
unsafe = true