fix publish directory, add talkyard comments
This commit is contained in:
parent
38714fc871
commit
091e99598e
|
@ -5,7 +5,7 @@ languageCode = "en-us"
|
|||
title = "RayElliottDev"
|
||||
theme = "hugo-coder"
|
||||
|
||||
publishDir = "rayelliott.dev"
|
||||
publishDir = "rayelliott.dev/blog"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe= true
|
||||
|
@ -31,6 +31,9 @@ hidecredits = true
|
|||
colorscheme = "auto"
|
||||
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]]
|
||||
name = "Gitea"
|
||||
svg = "gitea.svg"
|
||||
|
|
Reference in New Issue