This commit is contained in:
parent
432b8487bb
commit
60fb20fab0
13 changed files with 4343 additions and 325 deletions
|
@ -1,7 +1,6 @@
|
|||
baseURL = 'https://korhonen.cc'
|
||||
languageCode = 'en-us'
|
||||
title = 'Marko Korhonen'
|
||||
theme = 'toha'
|
||||
|
||||
enableEmoji = true
|
||||
enableGitInfo = true
|
||||
|
|
7
config/_default/module.toml
Normal file
7
config/_default/module.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
imports = [{ path = "github.com/hugo-toha/toha/v4" }]
|
||||
mounts = [
|
||||
{ source = "static/files", target = "static/files" },
|
||||
{ source = "./node_modules/flag-icon-css/flags", target = "static/flags" },
|
||||
{ source = "./node_modules/@fontsource/mulish/files", target = "static/files" },
|
||||
{ source = "./node_modules/katex/dist/fonts", target = "static/fonts" },
|
||||
]
|
|
@ -11,9 +11,8 @@ gitForge = "gitea"
|
|||
enable = false
|
||||
|
||||
[darkMode]
|
||||
provider = "darkreader"
|
||||
enable = true
|
||||
default = "system"
|
||||
#default = "system"
|
||||
|
||||
[logo]
|
||||
main = "images/marko.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue