This commit is contained in:
parent
2c20250a7c
commit
98c8c2f2be
1 changed files with 11 additions and 11 deletions
22
config.toml
22
config.toml
|
@ -131,15 +131,15 @@ paginate = 20
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|
||||||
[module]
|
# [module]
|
||||||
[[module.imports]]
|
# [[module.imports]]
|
||||||
path = "github.com/divinerites/plausible-hugo"
|
# path = "github.com/divinerites/plausible-hugo"
|
||||||
|
|
||||||
[plausible]
|
# [plausible]
|
||||||
enable = true
|
# enable = true
|
||||||
selfhosted_domain = "plausible.sergiodj.net"
|
# selfhosted_domain = "plausible.sergiodj.net"
|
||||||
domain = "blog.sergiodj.net"
|
# domain = "blog.sergiodj.net"
|
||||||
outbound_link = true
|
# outbound_link = true
|
||||||
file_downloads = true
|
# file_downloads = true
|
||||||
debug = false
|
# debug = false
|
||||||
gitstar = false
|
# gitstar = false
|
||||||
|
|
Loading…
Reference in a new issue