website/config.toml

82 lines
1.8 KiB
TOML
Raw Normal View History

2021-01-04 03:29:13 +00:00
baseURL = "https://www.sketchymaze.com/"
languageCode = "en-us"
title = "Sketchy Maze"
theme = "notebook"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
2022-03-27 23:08:37 +00:00
[[menu.main]]
name = "Screenshots"
url = "/screenshots"
weight = 3
2021-01-04 03:29:13 +00:00
[[menu.main]]
name = "Download"
url = "/download"
2022-03-27 23:08:37 +00:00
weight = 4
2022-01-12 06:09:31 +00:00
[[menu.main]]
name = "Buy"
url = "/register"
2022-03-27 23:08:37 +00:00
weight = 5
2021-09-04 23:05:09 +00:00
[[menu.main]]
name = "FAQ"
url = "/faq"
2022-03-27 23:08:37 +00:00
weight = 6
2021-09-04 23:05:09 +00:00
[[menu.main]]
name = "Docs"
2022-02-22 00:48:15 +00:00
url = "https://www.sketchymaze.com/guidebook/"
2022-03-27 23:08:37 +00:00
weight = 7
2021-01-04 03:29:13 +00:00
[[menu.main]]
2021-09-04 23:05:09 +00:00
name = "Blog"
2021-01-04 03:29:13 +00:00
url = "/posts/"
2022-03-27 23:08:37 +00:00
weight = 8
2022-01-12 06:09:31 +00:00
[[menu.main]]
pre = '<i class="fab fa-discord"></i>'
2022-01-13 05:40:44 +00:00
name = "<!--Discord-->"
2022-01-12 06:09:31 +00:00
url = "/discord"
2022-03-27 23:08:37 +00:00
weight = 9
2022-01-13 05:40:44 +00:00
[[menu.main]]
pre = '<i class="fab fa-twitter"></i>'
name = "<!--Twitter-->"
url = "https://twitter.com/SketchyMaze"
2022-03-27 23:08:37 +00:00
weight = 10
2022-01-13 05:40:44 +00:00
[[menu.main]]
pre = '<i class="fab fa-github"></i>'
name = "<!--GitHub-->"
url = "https://github.com/SketchyMaze"
2022-03-27 23:08:37 +00:00
weight = 11
2021-09-04 23:05:09 +00:00
# [[menu.main]]
# name = "Tags"
# pre = "tag"
# url = "/tags/"
# weight = 7
2021-01-04 03:29:13 +00:00
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
startLevel = 1
endLevel = 3
ordered = false
2021-01-04 05:47:49 +00:00
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true