Skip to content

Commit

Permalink
feat: moved to waline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmx committed Jul 15, 2023
1 parent 6628f71 commit 4665c95
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,20 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
Trello = true
[params.page.comment]
enable = true
[params.page.comment.disqus]
[params.page.comment.waline]
enable = true
shortname = "dead-airspace"
serverURL = "https://waline-dharmx.vercel.app"
pageview = true
comment = true
emoji = ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
meta = ['dharmx', 'dharmx.dev@gmail.com', 'https://dharmx.is-a.dev']
requiredMeta = []
login = 'enable'
wordLimit = 0
pageSize = 10
imageUploader = true
highlighter = true
texRenderer = true

[params.typeit]
speed = 100
Expand Down

0 comments on commit 4665c95

Please sign in to comment.