Fix syntax highlighting, static dir and add back header template
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
7bdd8253d3
commit
9fab21384d
21 changed files with 271 additions and 7 deletions
|
@ -2,8 +2,8 @@
|
|||
path = "github.com/hugo-toha/toha/v4"
|
||||
|
||||
[[mounts]]
|
||||
source = "static/files"
|
||||
target = "static/files"
|
||||
source = "static"
|
||||
target = "static"
|
||||
|
||||
[[mounts]]
|
||||
source = "./node_modules/flag-icon-css/flags"
|
||||
|
|
1
config/_default/outputs.toml
Normal file
1
config/_default/outputs.toml
Normal file
|
@ -0,0 +1 @@
|
|||
home = ["HTML", "RSS", "JSON"]
|
|
@ -11,7 +11,7 @@ enable = false
|
|||
[logo]
|
||||
main = "/images/marko.png"
|
||||
inverted = "/images/marko.png"
|
||||
favicon = "/favicon-32x32.png"
|
||||
favicon = "/favicon.png"
|
||||
|
||||
[features.toc]
|
||||
enable = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue