Skip to content

Commit

Permalink
feat: try to use gittalk
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Oct 22, 2024
1 parent 10223a2 commit b6978e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b6978e0

Please sign in to comment.