Skip to content

Commit

Permalink
chore(comment): add Valine config for exampleSite
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Mar 10, 2020
1 parent 5d377ee commit d94c5f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
18 changes: 9 additions & 9 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ enableEmoji = true
clientSecret = ""
# Valine Comment Config (https://github.com/xCss/Valine)
[languages.en.params.comment.valine]
enable = false
appId = ""
appKey = ""
enable = true
appId = "QGzwQXOqs5JOhN4RGPOkR2mR-MdYXbMMI"
appKey = "WBmoGyJtbqUswvfLh6L8iEBr"
placeholder = "Your comment ..."
notify = false
verify = true
Expand Down Expand Up @@ -432,9 +432,9 @@ enableEmoji = true
clientSecret = ""
# Valine 评论系统设置 (https://github.com/xCss/Valine)
[languages.zh-cn.params.comment.valine]
enable = false
appId = ""
appKey = ""
enable = true
appId = "QGzwQXOqs5JOhN4RGPOkR2mR-MdYXbMMI"
appKey = "WBmoGyJtbqUswvfLh6L8iEBr"
placeholder = "你的评论 ..."
notify = false
verify = true
Expand Down Expand Up @@ -649,9 +649,9 @@ enableEmoji = true
clientSecret = ""
# Valine Comment Config (https://github.com/xCss/Valine)
[languages.fr.params.comment.valine]
enable = false
appId = ""
appKey = ""
enable = true
appId = "QGzwQXOqs5JOhN4RGPOkR2mR-MdYXbMMI"
appKey = "WBmoGyJtbqUswvfLh6L8iEBr"
placeholder = "Votre commentaire ..."
notify = false
verify = true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dark-theme .v *,.dark-theme .v .vwrap input,.dark-theme .v .vwrap input::placeholder,.dark-theme .v .veditor,.dark-theme .v .veditor::placeholder,.dark-theme .v a,.dark-theme .v a:hover{color:rgba(255,255,255,0.75);opacity:1}.dark-theme .v .vbtn{color:rgba(255,255,255,0.75);background:#333;border:none}.dark-theme .v .vbtn:hover{color:#3090e4;border-color:#3090e4}.dark-theme .v .vlist .vcard .vhead .vsys{background:#333}.dark-theme .v code,.dark-theme .v pre{background:#272C34}.v code,.v pre{text-align:left}

/*# sourceMappingURL=dark.css.map */
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"lib/valine/dark.css","MediaType":"text/css","Data":{}}

0 comments on commit d94c5f1

Please sign in to comment.