This commit is contained in:
parent
00bb334293
commit
7bdd8253d3
15 changed files with 4362 additions and 350 deletions
|
@ -1,11 +1,8 @@
|
|||
baseURL = 'https://korhonen.cc'
|
||||
languageCode = 'en-us'
|
||||
title = 'Marko Korhonen'
|
||||
theme = 'toha'
|
||||
|
||||
enableEmoji = true
|
||||
enableGitInfo = true
|
||||
|
||||
urls = ['.*']
|
||||
|
||||
staticDir = "assets"
|
||||
|
|
18
config/_default/module.toml
Normal file
18
config/_default/module.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[[imports]]
|
||||
path = "github.com/hugo-toha/toha/v4"
|
||||
|
||||
[[mounts]]
|
||||
source = "static/files"
|
||||
target = "static/files"
|
||||
|
||||
[[mounts]]
|
||||
source = "./node_modules/flag-icon-css/flags"
|
||||
target = "static/flags"
|
||||
|
||||
[[mounts]]
|
||||
source = "./node_modules/@fontsource/mulish/files"
|
||||
target = "static/files"
|
||||
|
||||
[[mounts]]
|
||||
source = "./node_modules/katex/dist/fonts"
|
||||
target = "static/fonts"
|
|
@ -1,6 +1,4 @@
|
|||
enableBlogPost = true
|
||||
enableTOC = true
|
||||
background = "images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
|
||||
background = "/images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
|
||||
description = "Personal website and portfolio"
|
||||
|
||||
gitRepo = "https://git.korhonen.cc/FunctionalHacker/korhonen.cc"
|
||||
|
@ -10,20 +8,20 @@ gitForge = "gitea"
|
|||
[newsletter]
|
||||
enable = false
|
||||
|
||||
[darkMode]
|
||||
provider = "darkreader"
|
||||
enable = true
|
||||
default = "system"
|
||||
|
||||
[logo]
|
||||
main = "images/marko.png"
|
||||
inverted = "images/marko.png"
|
||||
favicon = "favicon-32x32.png"
|
||||
main = "/images/marko.png"
|
||||
inverted = "/images/marko.png"
|
||||
favicon = "/favicon-32x32.png"
|
||||
|
||||
[features.toc]
|
||||
enable = true
|
||||
|
||||
[features.darkMode]
|
||||
enable = true
|
||||
|
||||
[features.comment]
|
||||
enable = true
|
||||
|
||||
[features.comment.giscus]
|
||||
[features.comment.services.giscus]
|
||||
repo = "FunctionalHacker/korhonen.cc"
|
||||
repoID = "R_kgDOHfIUew"
|
||||
category = "Announcements"
|
||||
|
@ -31,11 +29,10 @@ categoryID = "DIC_kwDOHfIUe84CPnO-"
|
|||
theme = "preferred_color_scheme"
|
||||
|
||||
[features.support]
|
||||
enabled = true
|
||||
enabled = false
|
||||
|
||||
[features.blog]
|
||||
enable = true
|
||||
|
||||
[features.blog.sharebuttons]
|
||||
facebook = true
|
||||
twitter = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue