-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
65 lines (52 loc) · 1.82 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
60
61
62
63
64
65
baseURL = "https://research.mach1.tech/"
languageCode = "en-us"
title = "Mach1 Research"
titledescription = "Spatial & Multichannel Blog"
theme = "ace-documentation"
copyright = "©2022 Mach1, Corp."
enableGitInfo = true
enableRobotsTXT = true
[markup.highlight]
codeFences = true
noClasses = false
[markup.goldmark.renderer]
unsafe = true # enable raw HTML in Markdown
[params]
style = "auto" # default: auto. light: light theme, dark: dark theme, auto: based on system.
dateFormat = "January 2, 2006" # if unset, default is "2006-01-02"
ShowDatesOnPosts = true
logo = "" # if you have a logo png
slogan = ""
fullRss = true # Puts entire HTML post into rss 'description' tag. If unset, default is false.
disableSearch = true # default is false
disableReadmoreNav = true # set true to hide prev/next navigation, default is false
# Google Analytics 4
googleAnalyticsID = "G-7RBPB84DPR"
[params.comments]
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
[params.math]
enable = false # optional: true, false. Enable globally, default: false. You can always enable math on per page.
use = "katex" # option: "katex", "mathjax". default: "katex"
[params.syntax]
use = "none" # builtin: "prismjs", "hljs". "none" means Chroma
theme = "xcode"
darkTheme = "xcode-dark" # apply this theme in dark mode
[[params.nav.custom]]
title = "Mach1 Research Blog"
url = "https://www.mach1.tech"
[[params.nav.custom]]
title = "About"
url = "/about"
[params.nav]
showCategories = true # /categories/
showTags = true # /tags/
[[menu.shortcuts]]
name = "Mach1 Website"
url = "https://www.mach1.tech"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i>"
url = "https://github.com/Mach1Studios/m1-sdk"
weight = 2
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]