Split configuration, add ko-fi floating button
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Marko Korhonen 2022-07-19 00:12:21 +03:00
parent 5340631b41
commit f9b99e3444
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
10 changed files with 76 additions and 68 deletions

View file

@ -0,0 +1,9 @@
baseURL = 'https://korhonen.cc'
languageCode = 'en-us'
title = 'Marko Korhonen'
theme = 'toha'
enableEmoji = true
enableGitInfo = true
urls = ['.*']

View file

@ -0,0 +1,7 @@
[en]
languageName = "English"
weight = 1
[fi]
languageName = "Suomi"
weight = 2

View file

@ -0,0 +1,10 @@
[asciidocExt]
workingFolderCurrent = true
[asciidocExt.attributes]
source-highlighter = "rouge"
[tableOfContents]
startLevel = 2
endLevel = 6
ordered = false

View file

@ -0,0 +1,6 @@
[features.support]
enabled = true
[features.support.kofi]
user = "functionalhacker"
text = "Anna tippiä"

View file

@ -0,0 +1,28 @@
enableBlogPost = false
enableTOC = false
background = "images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
[newsletter]
enable = false
[darkMode]
provider = "darkreader"
enable = true
default = "system"
[features.comment]
enable = true
[features.comment.giscus]
repo = "FunctionalHacker/korhonen.cc"
repoID = "R_kgDOHfIUew"
category = "Announcements"
categoryID = "DIC_kwDOHfIUe84CPnO-"
theme = "preferred_color_scheme"
[features.support]
enabled = true
[features.support.kofi]
user = "functionalhacker"
text = "Tip me"

View file

@ -0,0 +1,12 @@
enableInlineShortcodes = false
[exec]
allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[funcs]
getenv = ['^HUGO_']
[http]
methods = ['(?i)GET|POST']