mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
637da0702b | ||
|
|
6904850044 | ||
|
|
65d89334b2 | ||
|
|
1952046a8a | ||
|
|
ae09fb89b5 | ||
|
|
7bc46c47ed | ||
|
|
2f3094cc0a | ||
|
|
6cba95298a | ||
|
|
a4aec5971d | ||
|
|
5ec82ca801 | ||
|
|
92ab3fdc93 | ||
|
|
245bdfc46f | ||
|
|
2dbf4561bc | ||
|
|
c25553c192 | ||
|
|
b77a445180 | ||
|
|
41e1931a3a | ||
|
|
b176ff0fa7 | ||
|
|
0cea722da8 | ||
|
|
f3f0666b26 | ||
|
|
0314a980d9 | ||
|
|
9e091ba85a | ||
|
|
b199022d9b | ||
|
|
3958b486cc | ||
|
|
b063554dd2 | ||
|
|
092e6c5e25 | ||
|
|
1683998280 | ||
|
|
3eb7f23997 | ||
|
|
e85315b256 | ||
|
|
7c294e0482 |
@@ -1,3 +1,9 @@
|
|||||||
|
<div align="right">
|
||||||
|
Language:
|
||||||
|
🇺🇸
|
||||||
|
<a title="Chinese" href="/README_CN.md">🇨🇳</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
# hexo-theme-butterfly
|
# hexo-theme-butterfly
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
<div align="right">
|
||||||
|
語言:
|
||||||
|
中文
|
||||||
|
<a title="English" href="/README.md">英文</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
# hexo-theme-butterfly
|
# hexo-theme-butterfly
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
26
_config.yml
26
_config.yml
@@ -12,8 +12,8 @@ menu:
|
|||||||
# Tags: /tags/ || fas fa-tags
|
# Tags: /tags/ || fas fa-tags
|
||||||
# Categories: /categories/ || fas fa-folder-open
|
# Categories: /categories/ || fas fa-folder-open
|
||||||
# List||fas fa-list:
|
# List||fas fa-list:
|
||||||
# - Music || /music/ || fas fa-music
|
# Music: /music/ || fas fa-music
|
||||||
# - Movie || /movies/ || fas fa-video
|
# Movie: /movies/ || fas fa-video
|
||||||
# Link: /link/ || fas fa-link
|
# Link: /link/ || fas fa-link
|
||||||
# About: /about/ || fas fa-heart
|
# About: /about/ || fas fa-heart
|
||||||
|
|
||||||
@@ -27,6 +27,7 @@ highlight_theme: light # darker / pale night / light / ocean / mac / mac light
|
|||||||
highlight_copy: true # copy button
|
highlight_copy: true # copy button
|
||||||
highlight_lang: true # show the code language
|
highlight_lang: true # show the code language
|
||||||
highlight_shrink: false # true: shrink the code blocks / false: expand the code blocks | none: expand code blocks and hide the button
|
highlight_shrink: false # true: shrink the code blocks / false: expand the code blocks | none: expand code blocks and hide the button
|
||||||
|
highlight_height_limit: false # unit: px
|
||||||
code_word_wrap: false
|
code_word_wrap: false
|
||||||
|
|
||||||
# copy settings
|
# copy settings
|
||||||
@@ -83,7 +84,7 @@ favicon: /img/favicon.png
|
|||||||
|
|
||||||
# Avatar (頭像)
|
# Avatar (頭像)
|
||||||
avatar:
|
avatar:
|
||||||
img:
|
img: https://i.loli.net/2021/02/24/5O1day2nriDzjSu.png
|
||||||
effect: false
|
effect: false
|
||||||
|
|
||||||
# Disable all banner image
|
# Disable all banner image
|
||||||
@@ -304,6 +305,7 @@ gitalk:
|
|||||||
distractionFreeMode: false # Facebook-like distraction free mode.
|
distractionFreeMode: false # Facebook-like distraction free mode.
|
||||||
pagerDirection: last # Comment sorting direction, available values are last and first.
|
pagerDirection: last # Comment sorting direction, available values are last and first.
|
||||||
createIssueManually: false # Gitalk will create a corresponding github issue for your every single page automatically
|
createIssueManually: false # Gitalk will create a corresponding github issue for your every single page automatically
|
||||||
|
option:
|
||||||
|
|
||||||
# valine
|
# valine
|
||||||
# https://valine.js.org
|
# https://valine.js.org
|
||||||
@@ -321,6 +323,7 @@ valine:
|
|||||||
emojiCDN: # emoji CDN
|
emojiCDN: # emoji CDN
|
||||||
enableQQ: false # enable the Nickname box to automatically get QQ Nickname and QQ Avatar
|
enableQQ: false # enable the Nickname box to automatically get QQ Nickname and QQ Avatar
|
||||||
requiredFields: nick,mail # required fields (nick/mail)
|
requiredFields: nick,mail # required fields (nick/mail)
|
||||||
|
visitor: false
|
||||||
option:
|
option:
|
||||||
|
|
||||||
# waline - A simple comment system with backend support fork from Valine
|
# waline - A simple comment system with backend support fork from Valine
|
||||||
@@ -330,6 +333,7 @@ waline:
|
|||||||
avatar: monsterid # gravatar style https://zh-tw.gravatar.com/site/implement/images/#default-image
|
avatar: monsterid # gravatar style https://zh-tw.gravatar.com/site/implement/images/#default-image
|
||||||
emojiCDN: # emoji CDN
|
emojiCDN: # emoji CDN
|
||||||
bg: # waline background
|
bg: # waline background
|
||||||
|
visitor: false
|
||||||
option:
|
option:
|
||||||
|
|
||||||
# utterances
|
# utterances
|
||||||
@@ -356,6 +360,7 @@ facebook_comments:
|
|||||||
twikoo:
|
twikoo:
|
||||||
envId:
|
envId:
|
||||||
region:
|
region:
|
||||||
|
visitor: false
|
||||||
option:
|
option:
|
||||||
|
|
||||||
# Chat Services
|
# Chat Services
|
||||||
@@ -788,14 +793,7 @@ note:
|
|||||||
# other
|
# other
|
||||||
# --------------------------------------
|
# --------------------------------------
|
||||||
|
|
||||||
# Artitalk
|
# Pjax
|
||||||
# see https://artitalk.js.org/
|
|
||||||
artitalk:
|
|
||||||
appId:
|
|
||||||
appKey:
|
|
||||||
option:
|
|
||||||
|
|
||||||
# Pjax [Beta]
|
|
||||||
# It may contain bugs and unstable, give feedback when you find the bugs.
|
# It may contain bugs and unstable, give feedback when you find the bugs.
|
||||||
# https://github.com/MoOx/pjax
|
# https://github.com/MoOx/pjax
|
||||||
pjax:
|
pjax:
|
||||||
@@ -899,8 +897,8 @@ CDN:
|
|||||||
# math
|
# math
|
||||||
mathjax: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
mathjax: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||||
katex: https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css
|
katex: https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css
|
||||||
katex_copytex: https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.js
|
katex_copytex: https://cdn.jsdelivr.net/npm/katex@latest/dist/contrib/copy-tex.min.js
|
||||||
katex_copytex_css: https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.css
|
katex_copytex_css: https://cdn.jsdelivr.net/npm/katex@latest/dist/contrib/copy-tex.css
|
||||||
mermaid: https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
|
mermaid: https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
|
||||||
|
|
||||||
# count
|
# count
|
||||||
@@ -950,5 +948,3 @@ CDN:
|
|||||||
prismjs_js: https://cdn.jsdelivr.net/npm/prismjs/prism.min.js
|
prismjs_js: https://cdn.jsdelivr.net/npm/prismjs/prism.min.js
|
||||||
prismjs_lineNumber_js: https://cdn.jsdelivr.net/npm/prismjs/plugins/line-numbers/prism-line-numbers.min.js
|
prismjs_lineNumber_js: https://cdn.jsdelivr.net/npm/prismjs/plugins/line-numbers/prism-line-numbers.min.js
|
||||||
prismjs_autoloader: https://cdn.jsdelivr.net/npm/prismjs/plugins/autoloader/prism-autoloader.min.js
|
prismjs_autoloader: https://cdn.jsdelivr.net/npm/prismjs/plugins/autoloader/prism-autoloader.min.js
|
||||||
|
|
||||||
artitalk: https://cdn.jsdelivr.net/npm/artitalk
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
if theme.Open_Graph_meta
|
if theme.Open_Graph_meta
|
||||||
- let contentType = is_post() ? 'article' : 'website'
|
- let contentType = is_post() ? 'article' : 'website'
|
||||||
- let metaImage = full_url_for(page.cover || theme.avatar.img)
|
- let metaImage = (page.cover || theme.avatar.img) ? full_url_for(page.cover || theme.avatar.img) : ''
|
||||||
- let fb_appId = theme.facebook_comments.app_id || ''
|
- let fb_appId = theme.facebook_comments.app_id || ''
|
||||||
- let fb_admins = theme.facebook_comments.user_id || ''
|
- let fb_admins = theme.facebook_comments.user_id || ''
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,8 @@
|
|||||||
highlight = JSON.stringify({
|
highlight = JSON.stringify({
|
||||||
plugin: config.highlight.enable ? 'highlighjs' : 'prismjs',
|
plugin: config.highlight.enable ? 'highlighjs' : 'prismjs',
|
||||||
highlightCopy: theme.highlight_copy,
|
highlightCopy: theme.highlight_copy,
|
||||||
highlightLang: theme.highlight_lang
|
highlightLang: theme.highlight_lang,
|
||||||
|
highlightHeightLimit: theme.highlight_height_limit
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
if !theme.disable_top_img && page.top_img !== false
|
if !theme.disable_top_img && page.top_img !== false
|
||||||
if is_post()
|
if is_post()
|
||||||
- var top_img = page.top_img || page.cover || page.randomcover || theme.default_top_img
|
- var top_img = page.top_img || page.cover || page.randomcover
|
||||||
else if is_page()
|
else if is_page()
|
||||||
- var top_img = page.top_img || theme.default_top_img
|
- var top_img = page.top_img || theme.default_top_img
|
||||||
else if is_tag()
|
else if is_tag()
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ if theme.menu
|
|||||||
|
|
||||||
.menus_items
|
.menus_items
|
||||||
each value, label in theme.menu
|
each value, label in theme.menu
|
||||||
if !Array.isArray(value)
|
if typeof value !== 'object'
|
||||||
.menus_item
|
.menus_item
|
||||||
a.site-page(href=url_for(trim(value.split('||')[0])))
|
a.site-page(href=url_for(trim(value.split('||')[0])))
|
||||||
if value.split('||')[1]
|
if value.split('||')[1]
|
||||||
@@ -18,9 +18,9 @@ if theme.menu
|
|||||||
span=' '+ trim(label.split('||')[0])
|
span=' '+ trim(label.split('||')[0])
|
||||||
i.fas.fa-chevron-down.expand(class=sidebarChildHide)
|
i.fas.fa-chevron-down.expand(class=sidebarChildHide)
|
||||||
ul.menus_item_child
|
ul.menus_item_child
|
||||||
each i in value
|
each val,lab in value
|
||||||
li
|
li
|
||||||
a.site-page(href=url_for(trim(i.split('||')[1])))
|
a.site-page.child(href=url_for(trim(val.split('||')[0])))
|
||||||
if i.split('||')[2]
|
if val.split('||')[1]
|
||||||
i.fa-fw(class=trim(i.split('||')[2]))
|
i.fa-fw(class=trim(val.split('||')[1]))
|
||||||
span=' '+trim(i.split('||')[0])
|
span=' '+ lab
|
||||||
@@ -8,7 +8,7 @@ nav#nav
|
|||||||
a.site-page.social-icon.search
|
a.site-page.social-icon.search
|
||||||
i.fas.fa-search.fa-fw
|
i.fas.fa-search.fa-fw
|
||||||
span=' '+_p('search')
|
span=' '+_p('search')
|
||||||
!=fragment_cache('menus', function(){return partial('includes/header/menu_item')})
|
!=partial('includes/header/menu_item', {}, {cache: true})
|
||||||
|
|
||||||
#toggle-menu
|
#toggle-menu
|
||||||
a.site-page
|
a.site-page
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
- let comments = theme.comments
|
||||||
#post-info
|
#post-info
|
||||||
h1.post-title= page.title || _p('no_title')
|
h1.post-title= page.title || _p('no_title')
|
||||||
if theme.post_edit.enable
|
if theme.post_edit.enable
|
||||||
@@ -51,15 +52,28 @@
|
|||||||
span.post-meta-label= _p('post.min2read') + ':'
|
span.post-meta-label= _p('post.min2read') + ':'
|
||||||
span= min2read(page.content, {cn: 350, en: 160}) + _p('post.min2read_unit')
|
span= min2read(page.content, {cn: 350, en: 160}) + _p('post.min2read_unit')
|
||||||
|
|
||||||
if theme.busuanzi.page_pv
|
//- for pv and count
|
||||||
|
mixin pvBlock(parent_id,parent_class,parent_title)
|
||||||
span.post-meta-separator |
|
span.post-meta-separator |
|
||||||
span.post-meta-pv-cv
|
span(class=parent_class id=parent_id data-flag-title=page.title)
|
||||||
i.far.fa-eye.fa-fw.post-meta-icon
|
i.far.fa-eye.fa-fw.post-meta-icon
|
||||||
span.post-meta-label=_p('post.page_pv') + ':'
|
span.post-meta-label=_p('post.page_pv') + ':'
|
||||||
span#busuanzi_value_page_pv
|
if block
|
||||||
|
block
|
||||||
|
|
||||||
if !theme.comments.lazyload && page.comments !== false && theme.comments.use && theme.comments.count
|
if theme.busuanzi.page_pv
|
||||||
- var whichCount = theme.comments.use[0]
|
+pvBlock('','post-meta-pv-cv','')
|
||||||
|
span#busuanzi_value_page_pv
|
||||||
|
else if comments.use && !comments.lazyload
|
||||||
|
if (comments.use.includes('Valine') && theme.valine.visitor) || (comments.use.includes('Waline') && theme.waline.visitor)
|
||||||
|
+pvBlock(url_for(page.path),'leancloud_visitors',page.title)
|
||||||
|
span.leancloud-visitors-count
|
||||||
|
else if (comments.use.includes('Twikoo') && theme.twikoo.visitor)
|
||||||
|
+pvBlock('','','')
|
||||||
|
span#twikoo_visitors
|
||||||
|
|
||||||
|
if comments.count && !comments.lazyload && page.comments !== false && comments.use
|
||||||
|
- var whichCount = comments.use[0]
|
||||||
|
|
||||||
mixin countBlock
|
mixin countBlock
|
||||||
span.post-meta-separator |
|
span.post-meta-separator |
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
- let option = theme.artitalk.option ? JSON.stringify(theme.artitalk.option) : false
|
|
||||||
|
|
||||||
if top_img === false
|
|
||||||
h1.page-title= page.title
|
|
||||||
|
|
||||||
#artitalk_main
|
|
||||||
script.
|
|
||||||
(()=>{
|
|
||||||
let setting = {
|
|
||||||
appId: '!{theme.artitalk.appId}',
|
|
||||||
appKey: '!{theme.artitalk.appKey}',
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!{Boolean(option)}) {
|
|
||||||
const otherSetting = !{option}
|
|
||||||
setting = Object.assign(setting, otherSetting)
|
|
||||||
}
|
|
||||||
|
|
||||||
const init = () => {
|
|
||||||
new Artitalk(setting)
|
|
||||||
}
|
|
||||||
|
|
||||||
if (typeof Artitalk === 'function') {
|
|
||||||
init()
|
|
||||||
} else {
|
|
||||||
getScript('!{theme.CDN.artitalk}').then(init)
|
|
||||||
}
|
|
||||||
})()
|
|
||||||
@@ -6,11 +6,7 @@
|
|||||||
escape: false
|
escape: false
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!is_post())
|
if is_post()
|
||||||
nav#pagination
|
|
||||||
div.pagination
|
|
||||||
!=paginator(options)
|
|
||||||
else
|
|
||||||
- let prev = theme.post_pagination === 1 ? page.prev : page.next
|
- let prev = theme.post_pagination === 1 ? page.prev : page.next
|
||||||
- let next = theme.post_pagination === 1 ? page.next : page.prev
|
- let next = theme.post_pagination === 1 ? page.next : page.prev
|
||||||
nav#pagination.pagination-post
|
nav#pagination.pagination-post
|
||||||
@@ -39,3 +35,9 @@ else
|
|||||||
.pagination-info
|
.pagination-info
|
||||||
.label=_p('pagination.next')
|
.label=_p('pagination.next')
|
||||||
.next_info=next.title
|
.next_info=next.title
|
||||||
|
else
|
||||||
|
nav#pagination
|
||||||
|
.pagination
|
||||||
|
if is_home()
|
||||||
|
- options.format = 'page/%d/#content-inner'
|
||||||
|
!=paginator(options)
|
||||||
@@ -28,4 +28,4 @@
|
|||||||
.headline= _p('aside.categories')
|
.headline= _p('aside.categories')
|
||||||
.length-num= site.categories.length
|
.length-num= site.categories.length
|
||||||
hr
|
hr
|
||||||
!=fragment_cache('menus', function(){return partial('includes/header/menu_item')})
|
!=partial('includes/header/menu_item', {}, {cache: true})
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
|
- let disqusPageTitle = page.title.replace(/'/ig,"\\'")
|
||||||
|
|
||||||
script.
|
script.
|
||||||
function loadDisqus () {
|
function loadDisqus () {
|
||||||
var disqus_config = function () {
|
var disqus_config = function () {
|
||||||
this.page.url = '!{ page.permalink }'
|
this.page.url = '!{ page.permalink }'
|
||||||
this.page.identifier = '!{ page.path }'
|
this.page.identifier = '!{ page.path }'
|
||||||
this.page.title = '!{ page.title }'
|
this.page.title = '!{ disqusPageTitle }'
|
||||||
};
|
};
|
||||||
|
|
||||||
window.disqusReset = () => {
|
window.disqusReset = () => {
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
- let disqusjsApi = theme.disqusjs.api || 'https://disqus.skk.moe/disqus/'
|
- let disqusjsApi = theme.disqusjs.api || 'https://disqus.skk.moe/disqus/'
|
||||||
|
- let disqusjsPageTitle = page.title.replace(/'/ig,"\\'")
|
||||||
|
|
||||||
script.
|
script.
|
||||||
function loadDisqusjs () {
|
function loadDisqusjs () {
|
||||||
function addDisqusjsCSS () {
|
function addDisqusjsCSS () {
|
||||||
@@ -15,7 +17,7 @@ script.
|
|||||||
siteName: '!{theme.disqusjs.siteName}',
|
siteName: '!{theme.disqusjs.siteName}',
|
||||||
identifier: '!{ page.path }',
|
identifier: '!{ page.path }',
|
||||||
url: '!{ page.permalink }',
|
url: '!{ page.permalink }',
|
||||||
title: '!{ page.title }',
|
title: '!{ disqusjsPageTitle }',
|
||||||
api: '!{disqusjsApi}',
|
api: '!{disqusjsApi}',
|
||||||
apikey: '!{theme.disqusjs.apikey}',
|
apikey: '!{theme.disqusjs.apikey}',
|
||||||
nocomment: '!{theme.disqusjs.nocomment}',
|
nocomment: '!{theme.disqusjs.nocomment}',
|
||||||
@@ -55,4 +57,3 @@ if is_post() && !theme.comments.lazyload && theme.comments.count && theme.commen
|
|||||||
} else {
|
} else {
|
||||||
DISQUSWIDGETS.getCount({reset: true});
|
DISQUSWIDGETS.getCount({reset: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ script.
|
|||||||
|
|
||||||
function loadGitalk () {
|
function loadGitalk () {
|
||||||
function initGitalk () {
|
function initGitalk () {
|
||||||
var gitalk = new Gitalk({
|
var gitalk = new Gitalk(Object.assign({
|
||||||
clientID: '!{theme.gitalk.client_id}',
|
clientID: '!{theme.gitalk.client_id}',
|
||||||
clientSecret: '!{theme.gitalk.client_secret}',
|
clientSecret: '!{theme.gitalk.client_secret}',
|
||||||
repo: '!{theme.gitalk.repo}',
|
repo: '!{theme.gitalk.repo}',
|
||||||
@@ -21,7 +21,8 @@ script.
|
|||||||
pagerDirection: '!{theme.gitalk.pagerDirection}',
|
pagerDirection: '!{theme.gitalk.pagerDirection}',
|
||||||
createIssueManually: !{theme.gitalk.createIssueManually},
|
createIssueManually: !{theme.gitalk.createIssueManually},
|
||||||
updateCountCallback: commentCount
|
updateCountCallback: commentCount
|
||||||
})
|
},!{JSON.stringify(theme.gitalk.option)}))
|
||||||
|
|
||||||
gitalk.render('gitalk-container')
|
gitalk.render('gitalk-container')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
13
layout/includes/third-party/comments/twikoo.pug
vendored
13
layout/includes/third-party/comments/twikoo.pug
vendored
@@ -1,21 +1,12 @@
|
|||||||
- let option = theme.twikoo.option ? JSON.stringify(theme.twikoo.option) : false
|
|
||||||
|
|
||||||
script.
|
script.
|
||||||
(()=>{
|
(()=>{
|
||||||
const $countDom = document.getElementById('twikoo-count')
|
const $countDom = document.getElementById('twikoo-count')
|
||||||
const init = () => {
|
const init = () => {
|
||||||
let initData = {
|
twikoo.init(Object.assign({
|
||||||
el: '#twikoo-wrap',
|
el: '#twikoo-wrap',
|
||||||
envId: '!{theme.twikoo.envId}',
|
envId: '!{theme.twikoo.envId}',
|
||||||
region: '!{theme.twikoo.region}'
|
region: '!{theme.twikoo.region}'
|
||||||
}
|
}, !{JSON.stringify(theme.twikoo.option)}))
|
||||||
|
|
||||||
if (!{Boolean(option)}) {
|
|
||||||
const otherData = !{option}
|
|
||||||
initData = Object.assign(initData, otherData)
|
|
||||||
}
|
|
||||||
|
|
||||||
twikoo.init(initData)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const getCount = () => {
|
const getCount = () => {
|
||||||
|
|||||||
18
layout/includes/third-party/comments/valine.pug
vendored
18
layout/includes/third-party/comments/valine.pug
vendored
@@ -1,4 +1,3 @@
|
|||||||
- let option = theme.valine.option ? JSON.stringify(theme.valine.option) : false
|
|
||||||
- let emojiMaps = '""'
|
- let emojiMaps = '""'
|
||||||
if site.data.valine
|
if site.data.valine
|
||||||
- emojiMaps = JSON.stringify(site.data.valine)
|
- emojiMaps = JSON.stringify(site.data.valine)
|
||||||
@@ -6,7 +5,7 @@ if site.data.valine
|
|||||||
script.
|
script.
|
||||||
function loadValine () {
|
function loadValine () {
|
||||||
function initValine () {
|
function initValine () {
|
||||||
let initData = {
|
const valine = new Valine(Object.assign({
|
||||||
el: '#vcomment',
|
el: '#vcomment',
|
||||||
appId: '#{theme.valine.appId}',
|
appId: '#{theme.valine.appId}',
|
||||||
appKey: '#{theme.valine.appKey}',
|
appKey: '#{theme.valine.appKey}',
|
||||||
@@ -21,18 +20,9 @@ script.
|
|||||||
emojiMaps: !{emojiMaps},
|
emojiMaps: !{emojiMaps},
|
||||||
enableQQ: #{theme.valine.enableQQ},
|
enableQQ: #{theme.valine.enableQQ},
|
||||||
path: window.location.pathname,
|
path: window.location.pathname,
|
||||||
}
|
requiredFields: [!{theme.valine.requiredFields ? JSON.stringify(theme.valine.requiredFields).split(',') : ''}],
|
||||||
|
visitor: #{theme.valine.visitor}
|
||||||
if (!{Boolean(theme.valine.requiredFields)}) {
|
}, !{JSON.stringify(theme.valine.option)}))
|
||||||
initData.requiredFields= ('!{theme.valine.requiredFields}'.split(','))
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!{Boolean(option)}) {
|
|
||||||
const otherData = !{option}
|
|
||||||
initData = Object.assign(initData, otherData)
|
|
||||||
}
|
|
||||||
|
|
||||||
const valine = new Valine(initData)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof Valine === 'function') initValine()
|
if (typeof Valine === 'function') initValine()
|
||||||
|
|||||||
13
layout/includes/third-party/comments/waline.pug
vendored
13
layout/includes/third-party/comments/waline.pug
vendored
@@ -1,4 +1,3 @@
|
|||||||
- let option = theme.waline.option ? JSON.stringify(theme.waline.option) : false
|
|
||||||
- let emojiMaps = '""'
|
- let emojiMaps = '""'
|
||||||
if site.data.waline
|
if site.data.waline
|
||||||
- emojiMaps = JSON.stringify(site.data.waline)
|
- emojiMaps = JSON.stringify(site.data.waline)
|
||||||
@@ -6,21 +5,15 @@ if site.data.waline
|
|||||||
script.
|
script.
|
||||||
function loadWaline () {
|
function loadWaline () {
|
||||||
function initWaline () {
|
function initWaline () {
|
||||||
let initData = {
|
const waline = new Waline(Object.assign({
|
||||||
el: '#waline-wrap',
|
el: '#waline-wrap',
|
||||||
serverURL: '!{theme.waline.serverURL}',
|
serverURL: '!{theme.waline.serverURL}',
|
||||||
avatar: '#{theme.waline.avatar}',
|
avatar: '#{theme.waline.avatar}',
|
||||||
path: location.pathname,
|
path: location.pathname,
|
||||||
emojiCDN: '#{theme.waline.emojiCDN}',
|
emojiCDN: '#{theme.waline.emojiCDN}',
|
||||||
emojiMaps: !{emojiMaps},
|
emojiMaps: !{emojiMaps},
|
||||||
}
|
visitor: #{theme.waline.visitor}
|
||||||
|
}, !{JSON.stringify(theme.waline.option)}))
|
||||||
if (!{Boolean(option)}) {
|
|
||||||
const otherData = !{option}
|
|
||||||
initData = Object.assign(initData, otherData)
|
|
||||||
}
|
|
||||||
|
|
||||||
const waline = new Waline(initData)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof Waline === 'function') initWaline()
|
if (typeof Waline === 'function') initWaline()
|
||||||
|
|||||||
@@ -15,15 +15,13 @@ script.
|
|||||||
}
|
}
|
||||||
|
|
||||||
const findTrueUrl = (array) => {
|
const findTrueUrl = (array) => {
|
||||||
let url = ''
|
|
||||||
Promise.all(array.map(item =>
|
Promise.all(array.map(item =>
|
||||||
fetch(item.url).then(resp => resp.json()).then(data => {
|
fetch(item.url).then(resp => resp.json()).then(data => {
|
||||||
|
const urlArray = data.body.match(/(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?/ig)
|
||||||
if (data.user.login === 'utterances-bot') {
|
if (data.user.login === 'utterances-bot') {
|
||||||
url = data.body.match(/https?\:\/\/[^\" ]+/ig).slice(-1)
|
return urlArray.pop()
|
||||||
return url[0]
|
|
||||||
} else {
|
} else {
|
||||||
url = data.body.match(/https?\:\/\/[^\" ]+/i)
|
return urlArray.shift()
|
||||||
return url[0]
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
)).then(res => {
|
)).then(res => {
|
||||||
@@ -105,7 +103,3 @@ script.
|
|||||||
newestCommentInit()
|
newestCommentInit()
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
document.addEventListener('pjax:complete', newestCommentInit)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
8
layout/includes/third-party/pjax.pug
vendored
8
layout/includes/third-party/pjax.pug
vendored
@@ -42,9 +42,11 @@ script.
|
|||||||
typeof chatBtnFn === 'function' && chatBtnFn()
|
typeof chatBtnFn === 'function' && chatBtnFn()
|
||||||
typeof panguInit === 'function' && panguInit()
|
typeof panguInit === 'function' && panguInit()
|
||||||
|
|
||||||
if (typeof gtag === 'function') {
|
// google analytics
|
||||||
gtag('config', '!{theme.google_analytics}', {'page_path': window.location.pathname});
|
typeof gtag === 'function' && gtag('config', '!{theme.google_analytics}', {'page_path': window.location.pathname});
|
||||||
}
|
|
||||||
|
// baidu analytics
|
||||||
|
typeof _hmt === 'object' && _hmt.push(['_trackPageview',window.location.pathname]);
|
||||||
|
|
||||||
typeof loadMeting === 'function' && document.getElementsByClassName('aplayer').length && loadMeting()
|
typeof loadMeting === 'function' && document.getElementsByClassName('aplayer').length && loadMeting()
|
||||||
|
|
||||||
|
|||||||
2
layout/includes/third-party/subtitle.pug
vendored
2
layout/includes/third-party/subtitle.pug
vendored
@@ -69,7 +69,7 @@ case source
|
|||||||
when 3
|
when 3
|
||||||
script.
|
script.
|
||||||
function subtitleType () {
|
function subtitleType () {
|
||||||
getScript('http://yijuzhan.com/api/word.php?m=js').then(() => {
|
getScript('https://yijuzhan.com/api/word.php?m=js').then(() => {
|
||||||
var con = str[0]
|
var con = str[0]
|
||||||
if (!{theme.subtitle.effect}) {
|
if (!{theme.subtitle.effect}) {
|
||||||
var from = '出自 ' + str[1]
|
var from = '出自 ' + str[1]
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ if theme.aside.card_tags.enable
|
|||||||
|
|
||||||
- let tagLimit = theme.aside.card_tags.limit === 0 ? 0 : theme.aside.card_tags.limit || 40
|
- let tagLimit = theme.aside.card_tags.limit === 0 ? 0 : theme.aside.card_tags.limit || 40
|
||||||
if theme.aside.card_tags.color
|
if theme.aside.card_tags.color
|
||||||
.card-tag-cloud!= cloudTags({source: site.tags, minfontsize: 1.1, maxfontsize: 1.5, limit: tagLimit, unit: 'em'})
|
.card-tag-cloud!= cloudTags({source: site.tags, minfontsize: 1.15, maxfontsize: 1.45, limit: tagLimit, unit: 'em'})
|
||||||
else
|
else
|
||||||
.card-tag-cloud!= tagcloud({min_font: 1.1, max_font: 1.5, amount: tagLimit , color: true, start_color: '#999', end_color: '#99a9bf', unit: 'em'})
|
.card-tag-cloud!= tagcloud({min_font: 1.1, max_font: 1.5, amount: tagLimit , color: true, start_color: '#999', end_color: '#99a9bf', unit: 'em'})
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ block content
|
|||||||
include includes/page/flink.pug
|
include includes/page/flink.pug
|
||||||
when 'categories'
|
when 'categories'
|
||||||
include includes/page/categories.pug
|
include includes/page/categories.pug
|
||||||
when 'artitalk'
|
|
||||||
include includes/page/artitalk.pug
|
|
||||||
default
|
default
|
||||||
include includes/page/default-page.pug
|
include includes/page/default-page.pug
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-butterfly",
|
"name": "hexo-theme-butterfly",
|
||||||
"version": "3.6.2",
|
"version": "3.7.1",
|
||||||
"description": "A Simple and Card UI Design theme for Hexo",
|
"description": "A Simple and Card UI Design theme for Hexo",
|
||||||
"main": "package.json",
|
"main": "package.json",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ function randomCover () {
|
|||||||
return cover
|
return cover
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
cover = 'https://cdn.jsdelivr.net/npm/butterfly-extsrc@1/img/default.jpg'
|
cover = theme.default_top_img || 'https://cdn.jsdelivr.net/npm/butterfly-extsrc@1/img/default.jpg'
|
||||||
return cover
|
return cover
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
17
scripts/tag/inlineImg.js
Normal file
17
scripts/tag/inlineImg.js
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
/**
|
||||||
|
* inlineImg 圖片
|
||||||
|
* {% inlineImg src height %}
|
||||||
|
*/
|
||||||
|
|
||||||
|
'use strict'
|
||||||
|
|
||||||
|
const urlFor = require('hexo-util').url_for.bind(hexo)
|
||||||
|
|
||||||
|
function inlineImg (args) {
|
||||||
|
const img = args[0]
|
||||||
|
const height = args[1] ? `style="height:${args[1]}"` : ''
|
||||||
|
|
||||||
|
return `<img class="inline-img" src="${urlFor(img)}" ${height}/>`
|
||||||
|
}
|
||||||
|
|
||||||
|
hexo.extend.tag.register('inlineImg', inlineImg, { ends: false })
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
// https://github.com/equinusocio/vsc-material-theme
|
|
||||||
$highlight_theme = hexo-config('highlight_theme')
|
$highlight_theme = hexo-config('highlight_theme')
|
||||||
$highlighEnable = hexo-config('highlight_settings') && hexo-config('highlight_settings.enable')
|
$highlighEnable = hexo-config('highlight_settings') && hexo-config('highlight_settings.enable')
|
||||||
$prismjsEnable = hexo-config('prismjs_settings') && hexo-config('prismjs_settings.enable')
|
$prismjsEnable = hexo-config('prismjs_settings') && hexo-config('prismjs_settings.enable')
|
||||||
@@ -6,6 +5,16 @@ wordWrap = !hexo-config('highlight_settings.line_number') && hexo-config('code_w
|
|||||||
|
|
||||||
@require 'theme'
|
@require 'theme'
|
||||||
|
|
||||||
|
:root
|
||||||
|
--hl-color: $highlight-foreground
|
||||||
|
--hl-bg: $highlight-background
|
||||||
|
--hltools-bg: $highlight-tools.bg-color
|
||||||
|
--hltools-color: $highlight-tools.color
|
||||||
|
--hlnumber-bg: $highlight-gutter.bg-color
|
||||||
|
--hlnumber-color: $highlight-gutter.color
|
||||||
|
--hlscrollbar-bg: $highlight-scrollbar
|
||||||
|
--hlexpand-bg: linear-gradient(180deg, rgba($highlight-background, .6), rgba($highlight-background, .9))
|
||||||
|
|
||||||
if $highlighEnable
|
if $highlighEnable
|
||||||
@require 'highlight/index'
|
@require 'highlight/index'
|
||||||
|
|
||||||
@@ -16,8 +25,8 @@ $code-block
|
|||||||
overflow: auto
|
overflow: auto
|
||||||
margin: 0 0 1rem
|
margin: 0 0 1rem
|
||||||
padding: 0
|
padding: 0
|
||||||
background: $highlight-background
|
background: var(--hl-bg)
|
||||||
color: $highlight-foreground
|
color: var(--hl-color)
|
||||||
line-height: $line-height-code-block
|
line-height: $line-height-code-block
|
||||||
|
|
||||||
if wordWrap
|
if wordWrap
|
||||||
@@ -56,9 +65,6 @@ blockquote
|
|||||||
padding: .1rem .2rem
|
padding: .1rem .2rem
|
||||||
background: $code-background
|
background: $code-background
|
||||||
color: $code-foreground
|
color: $code-foreground
|
||||||
word-wrap: break-word
|
|
||||||
word-break: break-word
|
|
||||||
overflow-wrap: break-word
|
|
||||||
|
|
||||||
pre
|
pre
|
||||||
@extend $code-block
|
@extend $code-block
|
||||||
@@ -67,7 +73,7 @@ blockquote
|
|||||||
code
|
code
|
||||||
padding: 0
|
padding: 0
|
||||||
background: none
|
background: none
|
||||||
color: $highlight-foreground
|
color: var(--hl-color)
|
||||||
text-shadow: none
|
text-shadow: none
|
||||||
|
|
||||||
figure.highlight
|
figure.highlight
|
||||||
@@ -88,10 +94,10 @@ blockquote
|
|||||||
a
|
a
|
||||||
float: right
|
float: right
|
||||||
padding-right: 10px
|
padding-right: 10px
|
||||||
color: $highlight-foreground
|
color: var(--hl-color)
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
border-bottom-color: $highlight-foreground
|
border-bottom-color: var(--hl-color)
|
||||||
|
|
||||||
.highlight-tools
|
.highlight-tools
|
||||||
position: relative
|
position: relative
|
||||||
@@ -100,8 +106,8 @@ blockquote
|
|||||||
overflow: hidden
|
overflow: hidden
|
||||||
min-height: 1.2rem
|
min-height: 1.2rem
|
||||||
height: 2.15em
|
height: 2.15em
|
||||||
background: $highlight-tools.bg-color
|
background: var(--hltools-bg)
|
||||||
color: $highlight-tools.color
|
color: var(--hltools-color)
|
||||||
font-size: $code-font-size
|
font-size: $code-font-size
|
||||||
|
|
||||||
&.closed + table
|
&.closed + table
|
||||||
@@ -185,3 +191,38 @@ blockquote
|
|||||||
|
|
||||||
.code-lang
|
.code-lang
|
||||||
left: 3.8rem !important
|
left: 3.8rem !important
|
||||||
|
|
||||||
|
if hexo-config('highlight_height_limit')
|
||||||
|
.code-expand-btn
|
||||||
|
position: absolute
|
||||||
|
bottom: 0
|
||||||
|
z-index: 10
|
||||||
|
width: 100%
|
||||||
|
background: var(--hlexpand-bg)
|
||||||
|
text-align: center
|
||||||
|
font-size: $code-font-size
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
|
i
|
||||||
|
padding: .3rem 0
|
||||||
|
color: var(--hlnumber-color)
|
||||||
|
animation: code-expand-key 1.2s infinite
|
||||||
|
|
||||||
|
&.expand-done
|
||||||
|
display: none !important
|
||||||
|
|
||||||
|
&:not(.expand-done)
|
||||||
|
& ~ table,
|
||||||
|
& ~ pre
|
||||||
|
overflow: hidden
|
||||||
|
height: unit(hexo-config('highlight_height_limit'), px)
|
||||||
|
|
||||||
|
@keyframes code-expand-key
|
||||||
|
0%
|
||||||
|
opacity: .6
|
||||||
|
|
||||||
|
50%
|
||||||
|
opacity: .1
|
||||||
|
|
||||||
|
100%
|
||||||
|
opacity: .6
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
figure.highlight
|
figure.highlight
|
||||||
table
|
table
|
||||||
&::-webkit-scrollbar-thumb
|
&::-webkit-scrollbar-thumb
|
||||||
background: $highlight-scrollbar
|
background: var(--hlscrollbar-bg)
|
||||||
|
|
||||||
pre .deletion
|
pre .deletion
|
||||||
color: $highlight-deletion
|
color: $highlight-deletion
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ if $highlight_theme != false
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
padding: 0 .3rem 0 0
|
padding: 0 .3rem 0 0
|
||||||
min-width: 1.6rem
|
min-width: 1.6rem
|
||||||
color: $highlight-gutter.color
|
color: var(--hlnumber-color)
|
||||||
content: counter(line)
|
content: counter(line)
|
||||||
counter-increment: line
|
counter-increment: line
|
||||||
text-align: left
|
text-align: left
|
||||||
@@ -29,8 +29,8 @@ if $highlight_theme != false
|
|||||||
.gutter pre
|
.gutter pre
|
||||||
padding-right: .5rem
|
padding-right: .5rem
|
||||||
padding-left: .5rem
|
padding-left: .5rem
|
||||||
background-color: $highlight-gutter.bg-color
|
background-color: var(--hlnumber-bg)
|
||||||
color: $highlight-gutter.color
|
color: var(--hlnumber-color)
|
||||||
text-align: right
|
text-align: right
|
||||||
|
|
||||||
.code pre
|
.code pre
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ if $highlight_theme != false
|
|||||||
#article-container
|
#article-container
|
||||||
pre[class*='language-']
|
pre[class*='language-']
|
||||||
&::-webkit-scrollbar-thumb
|
&::-webkit-scrollbar-thumb
|
||||||
background: $highlight-scrollbar
|
background: var(--hlscrollbar-bg)
|
||||||
|
|
||||||
&:not(.line-numbers)
|
&:not(.line-numbers)
|
||||||
padding: 10px 20px
|
padding: 10px 20px
|
||||||
|
|||||||
@@ -8,9 +8,16 @@
|
|||||||
|
|
||||||
> code
|
> code
|
||||||
position: relative
|
position: relative
|
||||||
white-space: inherit
|
|
||||||
line-height: $line-height-code-block
|
line-height: $line-height-code-block
|
||||||
|
|
||||||
|
if hexo-config('code_word_wrap')
|
||||||
|
white-space: pre-wrap
|
||||||
|
else
|
||||||
|
white-space: inherit
|
||||||
|
word-wrap: normal
|
||||||
|
word-break: normal
|
||||||
|
overflow-wrap: normal
|
||||||
|
|
||||||
.line-numbers-rows
|
.line-numbers-rows
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 0
|
top: 0
|
||||||
@@ -29,6 +36,6 @@
|
|||||||
&:before
|
&:before
|
||||||
display: block
|
display: block
|
||||||
padding-right: .8em
|
padding-right: .8em
|
||||||
color: $highlight-gutter.color
|
color: var(--hlnumber-color)
|
||||||
content: counter(linenumber)
|
content: counter(linenumber)
|
||||||
text-align: right
|
text-align: right
|
||||||
|
|||||||
@@ -115,7 +115,7 @@
|
|||||||
.card-tag-cloud
|
.card-tag-cloud
|
||||||
a
|
a
|
||||||
display: inline-block
|
display: inline-block
|
||||||
padding: 0 .1rem
|
padding: 0 .2rem
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color: $text-hover !important
|
color: $text-hover !important
|
||||||
|
|||||||
@@ -303,22 +303,6 @@ _:future,
|
|||||||
padding: 4px
|
padding: 4px
|
||||||
transition: transform .3s
|
transition: transform .3s
|
||||||
|
|
||||||
& > a
|
|
||||||
&:after
|
|
||||||
position: absolute
|
|
||||||
bottom: 0
|
|
||||||
left: 0
|
|
||||||
z-index: -1
|
|
||||||
width: 0
|
|
||||||
height: 3px
|
|
||||||
background-color: lighten($theme-color, 30%)
|
|
||||||
content: ''
|
|
||||||
transition: all .3s ease-in-out
|
|
||||||
|
|
||||||
&:hover
|
|
||||||
&:after
|
|
||||||
width: 100%
|
|
||||||
|
|
||||||
.menus_item_child
|
.menus_item_child
|
||||||
position: absolute
|
position: absolute
|
||||||
right: 0
|
right: 0
|
||||||
@@ -377,3 +361,19 @@ _:future,
|
|||||||
text-shadow: .05rem .05rem .1rem rgba($dark-black, .3)
|
text-shadow: .05rem .05rem .1rem rgba($dark-black, .3)
|
||||||
font-size: .78em
|
font-size: .78em
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
|
&:not(.child)
|
||||||
|
&:after
|
||||||
|
position: absolute
|
||||||
|
bottom: 0
|
||||||
|
left: 0
|
||||||
|
z-index: -1
|
||||||
|
width: 0
|
||||||
|
height: 3px
|
||||||
|
background-color: lighten($theme-color, 30%)
|
||||||
|
content: ''
|
||||||
|
transition: all .3s ease-in-out
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
&:after
|
||||||
|
width: 100%
|
||||||
|
|||||||
@@ -161,6 +161,20 @@ no-beautify()
|
|||||||
iframe
|
iframe
|
||||||
margin: 0 0 1rem
|
margin: 0 0 1rem
|
||||||
|
|
||||||
|
kbd
|
||||||
|
margin: 0 3px
|
||||||
|
padding: 3px 5px
|
||||||
|
border: 1px solid #b4b4b4
|
||||||
|
border-radius: 3px
|
||||||
|
background-color: #f8f8f8
|
||||||
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 2px 1px 0 rgba(255, 255, 255, .6) inset
|
||||||
|
color: #34495e
|
||||||
|
white-space: nowrap
|
||||||
|
font-weight: 600
|
||||||
|
font-size: .9em
|
||||||
|
font-family: Monaco, 'Ubuntu Mono', monospace
|
||||||
|
line-height: 1em
|
||||||
|
|
||||||
if hexo-config('beautify.enable') && hexo-config('beautify.field') == 'site'
|
if hexo-config('beautify.enable') && hexo-config('beautify.field') == 'site'
|
||||||
beautify()
|
beautify()
|
||||||
else if hexo-config('beautify.enable') && hexo-config('beautify.field') == 'post'
|
else if hexo-config('beautify.enable') && hexo-config('beautify.field') == 'post'
|
||||||
|
|||||||
@@ -27,6 +27,14 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
|
|||||||
--blockquote-bg: lighten(#121212, 10)
|
--blockquote-bg: lighten(#121212, 10)
|
||||||
--reward-pop: lighten(#121212, 10)
|
--reward-pop: lighten(#121212, 10)
|
||||||
--toc-link-color: alpha(#FFFFFF, .6)
|
--toc-link-color: alpha(#FFFFFF, .6)
|
||||||
|
--hl-color: alpha(#FFFFFF, .7)
|
||||||
|
--hl-bg: lighten(#121212, 2)
|
||||||
|
--hltools-bg: lighten(#121212, 3)
|
||||||
|
--hltools-color: #90a4ae
|
||||||
|
--hlnumber-bg: lighten(#121212, 2)
|
||||||
|
--hlnumber-color: alpha(#FFFFFF, .4)
|
||||||
|
--hlscrollbar-bg: lighten(#121212, 5)
|
||||||
|
--hlexpand-bg: linear-gradient(180deg, rgba(lighten(#121212, 2), .6), rgba(lighten(#121212, 2), .9))
|
||||||
|
|
||||||
#web_bg:before,
|
#web_bg:before,
|
||||||
#footer:before,
|
#footer:before,
|
||||||
@@ -42,7 +50,10 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
|
|||||||
background: #2c2c2c
|
background: #2c2c2c
|
||||||
|
|
||||||
pre > code
|
pre > code
|
||||||
background: 0
|
background: lighten(#121212, 2)
|
||||||
|
|
||||||
|
figure.highlight
|
||||||
|
box-shadow: none
|
||||||
|
|
||||||
.note
|
.note
|
||||||
code
|
code
|
||||||
@@ -51,6 +62,11 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
|
|||||||
.aplayer
|
.aplayer
|
||||||
filter: brightness(.8)
|
filter: brightness(.8)
|
||||||
|
|
||||||
|
kbd
|
||||||
|
border-color: #696969
|
||||||
|
background-color: #525252
|
||||||
|
color: #e2f1ff
|
||||||
|
|
||||||
// 頭部
|
// 頭部
|
||||||
#page-header
|
#page-header
|
||||||
&.nav-fixed > #nav,
|
&.nav-fixed > #nav,
|
||||||
@@ -58,33 +74,6 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
|
|||||||
background: alpha(#121212, .8)
|
background: alpha(#121212, .8)
|
||||||
box-shadow: 0 5px 6px -5px rgba(133, 133, 133, 0)
|
box-shadow: 0 5px 6px -5px rgba(133, 133, 133, 0)
|
||||||
|
|
||||||
// 代碼框
|
|
||||||
#article-container
|
|
||||||
pre,
|
|
||||||
.highlight:not(.js-file-line-container)
|
|
||||||
background-color: lighten(#121212, 2) !important
|
|
||||||
color: alpha(#FFFFFF, .7) !important
|
|
||||||
|
|
||||||
figure.highlight
|
|
||||||
box-shadow: none
|
|
||||||
|
|
||||||
if hexo-config('highlight_settings') && hexo-config('highlight_settings.enable')
|
|
||||||
table::-webkit-scrollbar-thumb
|
|
||||||
background: lighten(#121212, 5)
|
|
||||||
|
|
||||||
.line:before
|
|
||||||
color: alpha(#FFFFFF, .7) !important
|
|
||||||
|
|
||||||
.hljs
|
|
||||||
background-color: lighten(#121212, 2) !important
|
|
||||||
|
|
||||||
pre[class*='language-']::-webkit-scrollbar-thumb
|
|
||||||
background: lighten(#121212, 5)
|
|
||||||
|
|
||||||
.highlight-tools
|
|
||||||
background: lighten(#121212, 3) !important
|
|
||||||
color: #90a4ae !important
|
|
||||||
|
|
||||||
#post-comment
|
#post-comment
|
||||||
#comment-switch
|
#comment-switch
|
||||||
if hexo-config('comments.text')
|
if hexo-config('comments.text')
|
||||||
@@ -113,16 +102,6 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
|
|||||||
#aside-content .aside-list > .aside-list-item:not(:last-child)
|
#aside-content .aside-list > .aside-list-item:not(:last-child)
|
||||||
border-bottom: 1px dashed alpha(#FFFFFF, .1)
|
border-bottom: 1px dashed alpha(#FFFFFF, .1)
|
||||||
|
|
||||||
// 第三方
|
|
||||||
// 插件 hexo-blog-encrypt
|
|
||||||
#hexo-blog-encrypt
|
|
||||||
label,
|
|
||||||
input
|
|
||||||
color: alpha(#FFFFFF, .7) !important
|
|
||||||
|
|
||||||
input
|
|
||||||
background-color: #121212
|
|
||||||
|
|
||||||
// Gitalk
|
// Gitalk
|
||||||
#gitalk-container
|
#gitalk-container
|
||||||
filter: brightness(.8)
|
filter: brightness(.8)
|
||||||
@@ -130,7 +109,7 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
|
|||||||
svg
|
svg
|
||||||
fill: alpha(#FFFFFF, .9) !important
|
fill: alpha(#FFFFFF, .9) !important
|
||||||
|
|
||||||
// Disqus and Disqusjs
|
// Disqusjs 反代模式下的適配
|
||||||
#disqus_thread
|
#disqus_thread
|
||||||
#dsqjs
|
#dsqjs
|
||||||
.dsqjs-tab-active,
|
.dsqjs-tab-active,
|
||||||
|
|||||||
@@ -163,6 +163,12 @@ if hexo-config('readmode')
|
|||||||
border-left: .2rem solid var(--gray)
|
border-left: .2rem solid var(--gray)
|
||||||
background-color: var(--readmode-light-color)
|
background-color: var(--readmode-light-color)
|
||||||
|
|
||||||
|
kbd
|
||||||
|
border: 1px solid var(--gray)
|
||||||
|
background-color: transparent
|
||||||
|
box-shadow: none
|
||||||
|
color: var(--font-color)
|
||||||
|
|
||||||
.hide-toggle
|
.hide-toggle
|
||||||
border: 1px solid var(--gray) !important
|
border: 1px solid var(--gray) !important
|
||||||
|
|
||||||
|
|||||||
6
source/css/_tags/inlineImg.styl
Normal file
6
source/css/_tags/inlineImg.styl
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#article-container
|
||||||
|
.inline-img
|
||||||
|
display: inline
|
||||||
|
margin: 0 3px
|
||||||
|
height: 1.1em
|
||||||
|
vertical-align: text-bottom
|
||||||
@@ -28,7 +28,7 @@ $title-prefix-icon = $beautifyEnable ? hexo-config('beautify.title-prefix-icon')
|
|||||||
$title-prefix-icon-color = $beautifyEnable ? convert(hexo-config('beautify.title-prefix-icon-color')) : $light-red
|
$title-prefix-icon-color = $beautifyEnable ? convert(hexo-config('beautify.title-prefix-icon-color')) : $light-red
|
||||||
// Global Variables
|
// Global Variables
|
||||||
$font-size = hexo-config('font.global-font-size') ? convert(hexo-config('font.global-font-size')) : 14px
|
$font-size = hexo-config('font.global-font-size') ? convert(hexo-config('font.global-font-size')) : 14px
|
||||||
$code-font-size = hexo-config('font.code-font-size') ? convert(hexo-config('font.code-font-size')) : $font-size
|
$code-font-size = hexo-config('font.code-font-size') ? convert(hexo-config('font.code-font-size')) : var(--global-font-size)
|
||||||
$font-color = #1F2D3D
|
$font-color = #1F2D3D
|
||||||
$rem = 20px
|
$rem = 20px
|
||||||
$text-line-height = 2
|
$text-line-height = 2
|
||||||
|
|||||||
@@ -81,123 +81,142 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
* 只適用於Hexo默認的代碼渲染
|
* 只適用於Hexo默認的代碼渲染
|
||||||
*/
|
*/
|
||||||
const addHighlightTool = function () {
|
const addHighlightTool = function () {
|
||||||
const isHighlightCopy = GLOBAL_CONFIG.highlight.highlightCopy
|
const highLight = GLOBAL_CONFIG.highlight
|
||||||
const isHighlightLang = GLOBAL_CONFIG.highlight.highlightLang
|
if (!highLight) return
|
||||||
|
|
||||||
|
const isHighlightCopy = highLight.highlightCopy
|
||||||
|
const isHighlightLang = highLight.highlightLang
|
||||||
const isHighlightShrink = GLOBAL_CONFIG_SITE.isHighlightShrink
|
const isHighlightShrink = GLOBAL_CONFIG_SITE.isHighlightShrink
|
||||||
|
const highlightHeightLimit = highLight.highlightHeightLimit
|
||||||
const isShowTool = isHighlightCopy || isHighlightLang || isHighlightShrink !== undefined
|
const isShowTool = isHighlightCopy || isHighlightLang || isHighlightShrink !== undefined
|
||||||
const $figureHighlight = GLOBAL_CONFIG.highlight.plugin === 'highlighjs' ? document.querySelectorAll('figure.highlight') : document.querySelectorAll('pre[class*="language-"]')
|
const $figureHighlight = highLight.plugin === 'highlighjs' ? document.querySelectorAll('figure.highlight') : document.querySelectorAll('pre[class*="language-"]')
|
||||||
|
|
||||||
if (isShowTool && $figureHighlight.length) {
|
if (!((isShowTool || highlightHeightLimit) && $figureHighlight.length)) return
|
||||||
const isPrismjs = GLOBAL_CONFIG.highlight.plugin === 'prismjs'
|
|
||||||
|
|
||||||
let highlightShrinkEle = ''
|
const isPrismjs = highLight.plugin === 'prismjs'
|
||||||
let highlightCopyEle = ''
|
|
||||||
const highlightShrinkClass = isHighlightShrink === true ? 'closed' : ''
|
|
||||||
|
|
||||||
if (isHighlightShrink !== undefined) {
|
let highlightShrinkEle = ''
|
||||||
highlightShrinkEle = `<i class="fas fa-angle-down expand ${highlightShrinkClass}"></i>`
|
let highlightCopyEle = ''
|
||||||
}
|
const highlightShrinkClass = isHighlightShrink === true ? 'closed' : ''
|
||||||
|
|
||||||
if (isHighlightCopy) {
|
if (isHighlightShrink !== undefined) {
|
||||||
highlightCopyEle = '<div class="copy-notice"></div><i class="fas fa-paste copy-button"></i>'
|
highlightShrinkEle = `<i class="fas fa-angle-down expand ${highlightShrinkClass}"></i>`
|
||||||
}
|
}
|
||||||
|
|
||||||
const copy = (text, ctx) => {
|
if (isHighlightCopy) {
|
||||||
if (document.queryCommandSupported && document.queryCommandSupported('copy')) {
|
highlightCopyEle = '<div class="copy-notice"></div><i class="fas fa-paste copy-button"></i>'
|
||||||
document.execCommand('copy')
|
}
|
||||||
if (GLOBAL_CONFIG.Snackbar !== undefined) {
|
|
||||||
btf.snackbarShow(GLOBAL_CONFIG.copy.success)
|
const copy = (text, ctx) => {
|
||||||
} else {
|
if (document.queryCommandSupported && document.queryCommandSupported('copy')) {
|
||||||
const prevEle = ctx.previousElementSibling
|
document.execCommand('copy')
|
||||||
prevEle.innerText = GLOBAL_CONFIG.copy.success
|
if (GLOBAL_CONFIG.Snackbar !== undefined) {
|
||||||
prevEle.style.opacity = 1
|
btf.snackbarShow(GLOBAL_CONFIG.copy.success)
|
||||||
setTimeout(() => { prevEle.style.opacity = 0 }, 700)
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
if (GLOBAL_CONFIG.Snackbar !== undefined) {
|
const prevEle = ctx.previousElementSibling
|
||||||
btf.snackbarShow(GLOBAL_CONFIG.copy.noSupport)
|
prevEle.innerText = GLOBAL_CONFIG.copy.success
|
||||||
} else {
|
prevEle.style.opacity = 1
|
||||||
ctx.previousElementSibling.innerText = GLOBAL_CONFIG.copy.noSupport
|
setTimeout(() => { prevEle.style.opacity = 0 }, 700)
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// click events
|
|
||||||
const highlightCopyFn = (ele) => {
|
|
||||||
const $buttonParent = ele.parentNode
|
|
||||||
$buttonParent.classList.add('copy-true')
|
|
||||||
const selection = window.getSelection()
|
|
||||||
const range = document.createRange()
|
|
||||||
if (isPrismjs) range.selectNodeContents($buttonParent.querySelectorAll('pre code')[0])
|
|
||||||
else range.selectNodeContents($buttonParent.querySelectorAll('table .code pre')[0])
|
|
||||||
selection.removeAllRanges()
|
|
||||||
selection.addRange(range)
|
|
||||||
const text = selection.toString()
|
|
||||||
copy(text, ele.lastChild)
|
|
||||||
selection.removeAllRanges()
|
|
||||||
$buttonParent.classList.remove('copy-true')
|
|
||||||
}
|
|
||||||
|
|
||||||
const highlightShrinkFn = (ele) => {
|
|
||||||
const $nextEle = [...ele.parentNode.children].slice(1)
|
|
||||||
ele.firstChild.classList.toggle('closed')
|
|
||||||
if (btf.isHidden($nextEle[0])) {
|
|
||||||
$nextEle.forEach(e => { e.style.display = 'block' })
|
|
||||||
} else {
|
|
||||||
$nextEle.forEach(e => { e.style.display = 'none' })
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const highlightToolsFn = function (e) {
|
|
||||||
const $target = e.target.classList
|
|
||||||
if ($target.contains('expand')) highlightShrinkFn(this)
|
|
||||||
else if ($target.contains('copy-button')) highlightCopyFn(this)
|
|
||||||
}
|
|
||||||
|
|
||||||
const createEle = () => {
|
|
||||||
const newEle = document.createElement('div')
|
|
||||||
newEle.className = `highlight-tools ${highlightShrinkClass}`
|
|
||||||
newEle.addEventListener('click', highlightToolsFn)
|
|
||||||
return newEle
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isHighlightLang) {
|
|
||||||
if (isPrismjs) {
|
|
||||||
$figureHighlight.forEach(function (item) {
|
|
||||||
const langName = item.getAttribute('data-language') !== undefined ? item.getAttribute('data-language') : 'Code'
|
|
||||||
const highlightLangEle = `<div class="code-lang">${langName}</div>`
|
|
||||||
btf.wrap(item, 'figure', '', 'highlight')
|
|
||||||
const newEle = createEle()
|
|
||||||
newEle.innerHTML = highlightShrinkEle + highlightLangEle + highlightCopyEle
|
|
||||||
item.parentNode.insertBefore(newEle, item)
|
|
||||||
})
|
|
||||||
} else {
|
|
||||||
$figureHighlight.forEach(function (item) {
|
|
||||||
let langName = item.getAttribute('class').split(' ')[1]
|
|
||||||
if (langName === 'plain' || langName === undefined) langName = 'Code'
|
|
||||||
const highlightLangEle = `<div class="code-lang">${langName}</div>`
|
|
||||||
const newEle = createEle()
|
|
||||||
newEle.innerHTML = highlightShrinkEle + highlightLangEle + highlightCopyEle
|
|
||||||
item.insertBefore(newEle, item.firstChild)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (isPrismjs) {
|
if (GLOBAL_CONFIG.Snackbar !== undefined) {
|
||||||
$figureHighlight.forEach(function (item) {
|
btf.snackbarShow(GLOBAL_CONFIG.copy.noSupport)
|
||||||
btf.wrap(item, 'figure', '', 'highlight')
|
|
||||||
const newEle = createEle()
|
|
||||||
newEle.innerHTML = highlightShrinkEle + highlightCopyEle
|
|
||||||
item.parentNode.insertBefore(newEle, item)
|
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
$figureHighlight.forEach(function (item) {
|
ctx.previousElementSibling.innerText = GLOBAL_CONFIG.copy.noSupport
|
||||||
const newEle = createEle()
|
|
||||||
newEle.innerHTML = highlightShrinkEle + highlightCopyEle
|
|
||||||
item.insertBefore(newEle, item.firstChild)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// click events
|
||||||
|
const highlightCopyFn = (ele) => {
|
||||||
|
const $buttonParent = ele.parentNode
|
||||||
|
$buttonParent.classList.add('copy-true')
|
||||||
|
const selection = window.getSelection()
|
||||||
|
const range = document.createRange()
|
||||||
|
if (isPrismjs) range.selectNodeContents($buttonParent.querySelectorAll('pre code')[0])
|
||||||
|
else range.selectNodeContents($buttonParent.querySelectorAll('table .code pre')[0])
|
||||||
|
selection.removeAllRanges()
|
||||||
|
selection.addRange(range)
|
||||||
|
const text = selection.toString()
|
||||||
|
copy(text, ele.lastChild)
|
||||||
|
selection.removeAllRanges()
|
||||||
|
$buttonParent.classList.remove('copy-true')
|
||||||
|
}
|
||||||
|
|
||||||
|
const highlightShrinkFn = (ele) => {
|
||||||
|
const $nextEle = [...ele.parentNode.children].slice(1)
|
||||||
|
ele.firstChild.classList.toggle('closed')
|
||||||
|
if (btf.isHidden($nextEle[$nextEle.length - 1])) {
|
||||||
|
$nextEle.forEach(e => { e.style.display = 'block' })
|
||||||
|
} else {
|
||||||
|
$nextEle.forEach(e => { e.style.display = 'none' })
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const highlightToolsFn = function (e) {
|
||||||
|
const $target = e.target.classList
|
||||||
|
if ($target.contains('expand')) highlightShrinkFn(this)
|
||||||
|
else if ($target.contains('copy-button')) highlightCopyFn(this)
|
||||||
|
}
|
||||||
|
|
||||||
|
const expandCode = function () {
|
||||||
|
this.classList.toggle('expand-done')
|
||||||
|
}
|
||||||
|
|
||||||
|
function createEle (lang, item, service) {
|
||||||
|
const fragment = document.createDocumentFragment()
|
||||||
|
|
||||||
|
if (isShowTool) {
|
||||||
|
const hlTools = document.createElement('div')
|
||||||
|
hlTools.className = `highlight-tools ${highlightShrinkClass}`
|
||||||
|
hlTools.innerHTML = highlightShrinkEle + lang + highlightCopyEle
|
||||||
|
hlTools.addEventListener('click', highlightToolsFn)
|
||||||
|
fragment.appendChild(hlTools)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (highlightHeightLimit && item.offsetHeight > highlightHeightLimit + 30) {
|
||||||
|
const ele = document.createElement('div')
|
||||||
|
ele.className = 'code-expand-btn'
|
||||||
|
ele.innerHTML = '<i class="fas fa-angle-double-down"></i>'
|
||||||
|
ele.addEventListener('click', expandCode)
|
||||||
|
fragment.appendChild(ele)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (service === 'hl') {
|
||||||
|
item.insertBefore(fragment, item.firstChild)
|
||||||
|
} else {
|
||||||
|
item.parentNode.insertBefore(fragment, item)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isHighlightLang) {
|
||||||
|
if (isPrismjs) {
|
||||||
|
$figureHighlight.forEach(function (item) {
|
||||||
|
const langName = item.getAttribute('data-language') ? item.getAttribute('data-language') : 'Code'
|
||||||
|
const highlightLangEle = `<div class="code-lang">${langName}</div>`
|
||||||
|
btf.wrap(item, 'figure', '', 'highlight')
|
||||||
|
createEle(highlightLangEle, item)
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
$figureHighlight.forEach(function (item) {
|
||||||
|
let langName = item.getAttribute('class').split(' ')[1]
|
||||||
|
if (langName === 'plain' || langName === undefined) langName = 'Code'
|
||||||
|
const highlightLangEle = `<div class="code-lang">${langName}</div>`
|
||||||
|
createEle(highlightLangEle, item, 'hl')
|
||||||
|
})
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (isPrismjs) {
|
||||||
|
$figureHighlight.forEach(function (item) {
|
||||||
|
btf.wrap(item, 'figure', '', 'highlight')
|
||||||
|
createEle('', item)
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
$figureHighlight.forEach(function (item) {
|
||||||
|
createEle('', item, 'hl')
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -819,7 +838,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
|
|
||||||
sidebarFn()
|
sidebarFn()
|
||||||
GLOBAL_CONFIG_SITE.isHome && scrollDownInIndex()
|
GLOBAL_CONFIG_SITE.isHome && scrollDownInIndex()
|
||||||
GLOBAL_CONFIG.highlight && addHighlightTool()
|
addHighlightTool()
|
||||||
GLOBAL_CONFIG.isPhotoFigcaption && addPhotoFigcaption()
|
GLOBAL_CONFIG.isPhotoFigcaption && addPhotoFigcaption()
|
||||||
jqLoadAndRun()
|
jqLoadAndRun()
|
||||||
GLOBAL_CONFIG.lightbox === 'mediumZoom' && addMediumZoom()
|
GLOBAL_CONFIG.lightbox === 'mediumZoom' && addMediumZoom()
|
||||||
|
|||||||
Reference in New Issue
Block a user