rewrite main config as toml
This commit is contained in:
parent
61e864fdc9
commit
61f52ee5dc
1 changed files with 42 additions and 0 deletions
42
config.toml
Normal file
42
config.toml
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
baseURL = "https://vrifox.cc/"
|
||||||
|
title = "Vris Cute Corner"
|
||||||
|
enableRobotsTXT = true
|
||||||
|
[menu]
|
||||||
|
[[menu.name]]
|
||||||
|
identifier = "vrifox.cc"
|
||||||
|
name = "VrifoxCC"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "kenntnisse"
|
||||||
|
name = "Kenntnisse"
|
||||||
|
url = "/kenntnisse/"
|
||||||
|
weight = 1
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "Portfolio"
|
||||||
|
name = "Portfolio"
|
||||||
|
url = "/portfolio/"
|
||||||
|
weight = 2
|
||||||
|
[[menu.footer]]
|
||||||
|
identifier = "blog"
|
||||||
|
name = "Blog"
|
||||||
|
url = "/blog/"
|
||||||
|
weight = 1
|
||||||
|
[[menu.footer]]
|
||||||
|
identifier = "blogroll"
|
||||||
|
name = "Empfehlungen"
|
||||||
|
url = "/blogroll/"
|
||||||
|
weight = 2
|
||||||
|
[markup]
|
||||||
|
[highlight]
|
||||||
|
anchorLineNos = false
|
||||||
|
lineNos = false
|
||||||
|
lineNumbersInTable = false
|
||||||
|
noClasses = false
|
||||||
|
style = "dracula"
|
||||||
|
tabWidth = 4
|
||||||
|
[goldmark]
|
||||||
|
[extensions]
|
||||||
|
linkify = false
|
||||||
|
[renderer]
|
||||||
|
unsafe = true
|
Loading…
Reference in a new issue