fix publish directory, add talkyard comments
This commit is contained in:
parent
38714fc871
commit
091e99598e
|
@ -5,7 +5,7 @@ languageCode = "en-us"
|
||||||
title = "RayElliottDev"
|
title = "RayElliottDev"
|
||||||
theme = "hugo-coder"
|
theme = "hugo-coder"
|
||||||
|
|
||||||
publishDir = "rayelliott.dev"
|
publishDir = "rayelliott.dev/blog"
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe= true
|
unsafe= true
|
||||||
|
@ -31,6 +31,9 @@ hidecredits = true
|
||||||
colorscheme = "auto"
|
colorscheme = "auto"
|
||||||
custom_scss = ["/css/main.scss"]
|
custom_scss = ["/css/main.scss"]
|
||||||
|
|
||||||
|
talkyardServerUrl = "https://comments-for-rayelliott-dev.talkyard.net"
|
||||||
|
talkyardScriptUrl = "https://c1.ty-cdn.net/-/talkyard-comments.min.js"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "Gitea"
|
name = "Gitea"
|
||||||
svg = "gitea.svg"
|
svg = "gitea.svg"
|
||||||
|
|
Reference in New Issue