korhonen.cc/config/_default/module.toml
Marko Korhonen 60fb20fab0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Migrate to Toha v4 theme
2023-12-10 13:36:44 +02:00

8 lines
359 B
TOML

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" },
]