-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
59 lines (52 loc) · 1.44 KB
/
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
54
55
56
57
58
59
baseurl = "https://bmchtech.github.io/"
languageCode = "en-us"
theme = "terminal"
paginate = 10
summaryLength = 20
[params]
contentTypeName = "post"
themeColor = "beanmachine"
showMenuItems = 2
fullWidthTheme = false
centerTheme = true
oneHeadingSize = false
tocTitle = "contents"
favicon = "favicon.ico"
noDescription = true
math = true
[languages]
[languages.en]
title = "beanmachine tech."
copyright = "© 2019-2024. CC BY-NC-SA 4.0"
[languages.en.params]
subtitle = "machine"
keywords = "development linux blog research emulation architecture systems"
menuMore = "show more"
readMore = "more"
readOtherPosts = "other posts"
[languages.en.params.logo]
logoText = "beanmachine"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about"
[[languages.en.menu.main]]
identifier = "contact"
name = "contact"
url = "/contact"
# [[languages.en.menu.main]]
# identifier = "showcase"
# name = "Showcase"
# url = "/showcase"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[markup.goldmark.renderer]
unsafe = true