changed config
This commit is contained in:
parent
435a30e448
commit
e679914d58
|
|
@ -4,7 +4,6 @@ title = "Arian's Berufsschul-Notizen (Informatik Systemtechnik EFZ)"
|
||||||
theme = 'hugo-theme-techdoc'
|
theme = 'hugo-theme-techdoc'
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
menu_style = 'slide-menu'
|
menu_style = 'slide-menu'
|
||||||
custom_background_color = '#902cf4'
|
custom_background_color = '#902cf4'
|
||||||
|
|
||||||
|
|
@ -36,19 +35,19 @@ theme = 'hugo-theme-techdoc'
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
defaultMarkdownHandler = "goldmark"
|
defaultMarkdownHandler = "goldmark"
|
||||||
[markup.goldmark.renderer]
|
|
||||||
unsafe= true
|
|
||||||
[markup.tableOfContents]
|
[markup.tableOfContents]
|
||||||
startLevel = 1
|
startLevel = 1
|
||||||
endLevel = 6
|
endLevel = 6
|
||||||
ordered = false
|
ordered = false
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
hardWraps = true
|
||||||
[markup.goldmark.parser]
|
[markup.goldmark.parser]
|
||||||
autoHeadingID = true
|
autoHeadingID = true
|
||||||
autoHeadingIDType = 'github'
|
autoHeadingIDType = 'github'
|
||||||
[markup.goldmark.extensions.typographer]
|
[markup.goldmark.extensions.typographer]
|
||||||
disable = true
|
disable = true
|
||||||
|
|
||||||
|
|
||||||
[params.meta]
|
[params.meta]
|
||||||
description = "Arian's Berufsschul-Notizen (Informatik Systemtechnik EFZ)"
|
description = "Arian's Berufsschul-Notizen (Informatik Systemtechnik EFZ)"
|
||||||
author = "Arian Furrer"
|
author = "Arian Furrer"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue