-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
43 lines (39 loc) · 826 Bytes
/
config.toml
File metadata and controls
43 lines (39 loc) · 826 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
38
39
40
41
42
43
baseURL = "/"
languageCode = "en-us"
title = "strall.com"
theme = "PaperMod"
enableRobotsTXT = true
[params]
author = "Ted Strall"
ShowReadingTime = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
defaultTheme = "auto"
[params.assets]
favicon = "/assets/logo/favicon-32x32.png"
customJS = ["js/logo-theme-switch.js"]
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Articles"
url = "/posts/"
weight = 2
[[menu.main]]
identifier = "open-source"
name = "Open Source"
url = "/open-source/"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 99
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
attribute = true