Skip to content

Commit

Permalink
feat: add comment feature
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenSlime1024 committed Oct 31, 2024
1 parent 24097ed commit a902ea6
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ images = ["/greenslime1024.jpg"]
copy = true
maxShownLines = 10

[page.toc]
# whether to enable the table of the contents
enable = true
# DoIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
keepStatic = false
# whether to make the table of the contents in the sidebar automatically collapsed
auto = true
position = "right"

[page.comment]
enable = true

[page.comment.utterances]
enable = true
repo = "GreenSlime1024/blog"
issueTerm = "pathname"
label = ""
lightTheme = "github-light"
darkTheme = "github-dark"

[home.profile]
enable = true
# Gravatar Email for preferred avatar in home page
Expand Down Expand Up @@ -80,12 +100,3 @@ images = ["/greenslime1024.jpg"]
cursorChar = "|"
# cursor duration after typing finishing (measured in milliseconds, "-1" means unlimited)
duration = -1

[page.toc]
# whether to enable the table of the contents
enable = true
# DoIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
keepStatic = false
# whether to make the table of the contents in the sidebar automatically collapsed
auto = true
position = "right"

0 comments on commit a902ea6

Please sign in to comment.