korhonen.cc/config.toml
Marko Korhonen 07e647032f
All checks were successful
continuous-integration/drone Build is passing
Fix include files in AsciiDoc(tor) config
2022-07-18 22:19:18 +03:00

69 lines
1.2 KiB
TOML

baseURL = 'https://korhonen.cc'
languageCode = 'en-us'
title = 'Marko Korhonen'
theme = 'toha'
enableEmoji = true
enableGitInfo = true
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.fi]
languageName = "Suomi"
weight = 2
[markup]
[markup.asciidocExt]
workingFolderCurrent = true
[markup.asciidocExt.attributes]
source-highlighter = "rouge"
[markup.tableOfContents]
startLevel = 2
endLevel = 6
ordered = false
[params]
enableBlogPost = false
enableTOC = false
background = "images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
[params.newsletter]
enable = false
[params.darkMode]
provider = "darkreader"
enable = true
default = "system"
[params.features.comment]
enable = true
[params.features.comment.giscus]
repo = "FunctionalHacker/korhonen.cc"
repoID = "R_kgDOHfIUew"
category = "Announcements"
categoryID = "DIC_kwDOHfIUe84CPnO-"
theme = "preferred_color_scheme"
[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 = ['.*']