Split configuration, add ko-fi floating button
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
5340631b41
commit
f9b99e3444
10 changed files with 76 additions and 68 deletions
28
config/_default/params.toml
Normal file
28
config/_default/params.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue