Add PGP page, practice AsciiDoc

This commit is contained in:
Marko Korhonen 2022-03-23 22:58:13 +02:00
parent a7805fb82c
commit 2cb841af0e
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
6 changed files with 680 additions and 1 deletions

View file

@ -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 = ['.*']