diff --git a/_config.yml b/_config.yml index 4a67aa1..33955cf 100755 --- a/_config.yml +++ b/_config.yml @@ -76,9 +76,12 @@ comments: issue-term: pathname issue-number: theme: preferred-color-scheme + label: input-position: top # top/bottom 评论框位置 comment-order: desc # desc 排序 keep-theme: # true/false + loading: false + branch: main # utterances # https://utteranc.es/ utterances: @@ -86,6 +89,7 @@ comments: issue-term: pathname issue-number: theme: preferred-color-scheme + label: valine: js: https://cdn.jsdelivr.net/gh/XuxuGood/simple-blog-cdn@main/js/Valine.min.js appId: # your appId diff --git a/layout/_partial/plugins/comments/beaudar/script.ejs b/layout/_partial/plugins/comments/beaudar/script.ejs index 8b518b8..e1c66df 100644 --- a/layout/_partial/plugins/comments/beaudar/script.ejs +++ b/layout/_partial/plugins/comments/beaudar/script.ejs @@ -1,25 +1,26 @@ diff --git a/layout/_partial/plugins/comments/utterances/script.ejs b/layout/_partial/plugins/comments/utterances/script.ejs index 2d808a8..84409f0 100644 --- a/layout/_partial/plugins/comments/utterances/script.ejs +++ b/layout/_partial/plugins/comments/utterances/script.ejs @@ -1,25 +1,26 @@ diff --git a/source/css/_plugins/comments/beaudar.styl b/source/css/_plugins/comments/beaudar.styl new file mode 100644 index 0000000..bac821b --- /dev/null +++ b/source/css/_plugins/comments/beaudar.styl @@ -0,0 +1,3 @@ +.cmt-body.beaudar + margin: 0 -4px + width: 'calc(100% + %s)' % 8px diff --git a/source/css/_plugins/index.styl b/source/css/_plugins/index.styl index 0669ed0..30cef8d 100644 --- a/source/css/_plugins/index.styl +++ b/source/css/_plugins/index.styl @@ -7,6 +7,10 @@ if hexo-config('plugins.scrollreveal.enable') @import 'scrollreveal' // 评论 +if hexo-config('comments.service') == 'beaudar' + @import 'comments/beaudar' +if hexo-config('comments.service') == 'twikoo' + @import 'comments/twikoo' if hexo-config('comments.service') == 'utterances' @import 'comments/utterances' if hexo-config('comments.service') == 'valine'