Migrate to Toha v4 theme
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marko Korhonen 2023-12-10 13:36:44 +02:00
parent 432b8487bb
commit 60fb20fab0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
13 changed files with 4343 additions and 325 deletions

10
assets/jsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.0.0/assets/*"
]
}
}
}