From b6978e05b84a732dded4e459d7110987dfba29ba Mon Sep 17 00:00:00 2001 From: Matteo Juen Date: Tue, 22 Oct 2024 17:20:58 +0200 Subject: [PATCH] feat: try to use gittalk --- hugo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hugo.toml b/hugo.toml index 61028f2..0671eff 100644 --- a/hugo.toml +++ b/hugo.toml @@ -21,6 +21,20 @@ pygmentsUseClasses = true avatar = "https://avatars.githubusercontent.com/sanriodev" headerIcon = "/images/github-mark-white.png" location = "Austria" + enableGitalk = true + + [params.gitalk] + clientID = "Iv23ct9oFW1JsyqzN592" + clientSecret = getenv("GITALK_CLIENT_SECRET") + repo = "blog.blvckleg.dev" + owner = "sanriodev" + admin = "sanriodev" + id = "location.pathname" + labels = "gitalk" + perPage = 30 + pagerDirection = "last" + createIssueManually = false + distractionFreeMode = false [[params.links]] title = "Link2"