Add PGP page, practice AsciiDoc
This commit is contained in:
parent
a7805fb82c
commit
2cb841af0e
6 changed files with 680 additions and 1 deletions
18
config.toml
18
config.toml
|
@ -24,8 +24,24 @@ ordered = false
|
|||
|
||||
[params]
|
||||
enableBlogPost = false
|
||||
enableTOC = true
|
||||
enableTOC = false
|
||||
background = "images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
|
||||
|
||||
[params.newsletter]
|
||||
enable = false
|
||||
|
||||
|
||||
[security]
|
||||
enableInlineShortcodes = false
|
||||
|
||||
[security.exec]
|
||||
allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
|
||||
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
|
||||
|
||||
[security.funcs]
|
||||
getenv = ['^HUGO_']
|
||||
|
||||
[security.http]
|
||||
methods = ['(?i)GET|POST']
|
||||
|
||||
urls = ['.*']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue