fixed asciidoc admonitions.
This commit is contained in:
parent
52e49beff6
commit
9041aafcfd
5 changed files with 34 additions and 12 deletions
18
hugo.toml
18
hugo.toml
|
@ -5,8 +5,8 @@ enableRobotsTXT = true
|
|||
|
||||
[params]
|
||||
env = 'production'
|
||||
title = 'ExampleSite'
|
||||
description = "ExampleSite description"
|
||||
title = 'Mildly interesting'
|
||||
description = "Mildly interesting Things ive Done"
|
||||
author = 'Gabe Venberg'
|
||||
DateFormat = "2006-1-2"
|
||||
defaultTheme = 'dark'
|
||||
|
@ -33,7 +33,7 @@ mainSections = ['posts', 'docs']
|
|||
disableHLJS = true
|
||||
|
||||
[params.homeInfoParams]
|
||||
Title = "Gabe Venberg"
|
||||
Title = "Mildly Interesting"
|
||||
Content = """
|
||||
Mildly interesting things Ive done.
|
||||
"""
|
||||
|
@ -58,23 +58,23 @@ weight = 1
|
|||
[[menu.main]]
|
||||
name = "Resume"
|
||||
url = "resume"
|
||||
weight = 1
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Archive"
|
||||
url = "archives"
|
||||
weight = 2
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Search"
|
||||
url = "search"
|
||||
weight = 3
|
||||
weight = 4
|
||||
|
||||
[params.profileMode]
|
||||
enabled = false
|
||||
title = "Gabe Venberg"
|
||||
title = "Mildly Interesting"
|
||||
imageUrl = "#"
|
||||
imageTitle = "Gabe Venberg"
|
||||
imageTitle = "TODO"
|
||||
|
||||
[[params.profileMode.buttons]]
|
||||
name = "About"
|
||||
|
@ -114,7 +114,7 @@ startLevel = 2
|
|||
|
||||
|
||||
[security]
|
||||
enableInlineShortcodes = false
|
||||
enableInlineShortcodes = true
|
||||
|
||||
[security.exec]
|
||||
allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue