master
xaoxuu 4 years ago
parent 719ebc7593
commit 9d7a0fcb06
  1. 8
      _config.yml
  2. 2
      source/css/_layout/article.styl

@ -490,8 +490,8 @@ comments:
subtitle:
service: valine # valine, minivaline, disqus, gitalk, livere
valine:
appId: # your appId
appKey: # your appKey
appId: dogUA2FSKGTo029M1SEwGROT-MdYXbMMI # your appId
appKey: u0NdtQ8nvHoMdJPSYqm1LRxE # your appKey
js: https://cdn.jsdelivr.net/npm/valine@1.4/dist/Valine.min.js
path: # All pages use the same path (share the same comments data)
meta: nick,mail,link # valine comment header info
@ -523,9 +523,9 @@ comments:
NoRecordIP: false # Do not record commenter IP.
maxNest: 6 # Sub-comment maximum nesting depth.
pageSize: 6 # Pagination size.
# Expression Url.
# Expression Url.
# https://github.com/MiniValine/MiniValine/blob/master/.github/FAQ.md#how-to-customize-emoticons
emoticonUrl:
emoticonUrl:
- https://cdn.jsdelivr.net/gh/MiniValine/Bilibilis@master
- https://cdn.jsdelivr.net/npm/alus

@ -33,6 +33,8 @@
display: inline
margin: auto
a
word-break: break-word
h1,h2,h3,h4,h5,h6
&:first-child
margin-top: $gap-row

Loading…
Cancel
Save