mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
Compare commits
62 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8cfc6e083 | ||
|
|
45b093cda7 | ||
|
|
a50a63905d | ||
|
|
823dc03090 | ||
|
|
defb1c5f31 | ||
|
|
2cd1aa5bc9 | ||
|
|
6962353af6 | ||
|
|
d33dc5551c | ||
|
|
1a0e279cdb | ||
|
|
d97ab894c8 | ||
|
|
817a31078d | ||
|
|
8a56d00c2f | ||
|
|
2e7b65834f | ||
|
|
71dcb128bd | ||
|
|
0d4dce7fa6 | ||
|
|
b2025a7dbe | ||
|
|
7b2f32f30c | ||
|
|
9cac14411d | ||
|
|
a1f86a1573 | ||
|
|
0eac648267 | ||
|
|
81fc48df40 | ||
|
|
c373b64cfb | ||
|
|
1d98df49d5 | ||
|
|
24cf0a11e6 | ||
|
|
c43546d6e5 | ||
|
|
a7e512d764 | ||
|
|
4a69c623fc | ||
|
|
eb823b0a2d | ||
|
|
8f412c90da | ||
|
|
6a1330de84 | ||
|
|
eb5a356a4e | ||
|
|
f4b07340f7 | ||
|
|
17d8062968 | ||
|
|
d4b69051aa | ||
|
|
59f6ce63e3 | ||
|
|
cd78f639dd | ||
|
|
8e4c20f6d4 | ||
|
|
e984efa35c | ||
|
|
863cf1e780 | ||
|
|
85b8a83371 | ||
|
|
d73960f2a2 | ||
|
|
fcd430902d | ||
|
|
ee45f6517f | ||
|
|
67201ac58d | ||
|
|
315d3b50df | ||
|
|
727a2d97d9 | ||
|
|
54b67987c1 | ||
|
|
26df41c772 | ||
|
|
4e7051ad77 | ||
|
|
955b4bae6a | ||
|
|
95ddf28f3b | ||
|
|
e901f9ad35 | ||
|
|
462422e279 | ||
|
|
bad24849bd | ||
|
|
eb242f0809 | ||
|
|
b1795e3def | ||
|
|
54b212ead3 | ||
|
|
4bbc035f54 | ||
|
|
40ba3bb92f | ||
|
|
e2cb0242bb | ||
|
|
559afab632 | ||
|
|
c134d4fc86 |
19
.github/workflows/publish.yml
vendored
Normal file
19
.github/workflows/publish.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: npm publish
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [created]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
# Setup .npmrc file to publish to npm
|
||||||
|
- uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '12.x'
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
- run: npm install
|
||||||
|
- run: npm publish
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
Demo: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [JerryC](https://jerryc.me/)
|
Demo: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [MYW](https://immyw.com/)
|
||||||
|
|
||||||
Docs: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/)
|
Docs: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/)
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
預覽: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [JerryC](https://jerryc.me/)
|
預覽: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [MYW](https://immyw.com/)
|
||||||
|
|
||||||
文檔: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/)
|
文檔: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/)
|
||||||
|
|
||||||
|
|||||||
52
_config.yml
52
_config.yml
@@ -86,6 +86,9 @@ avatar:
|
|||||||
img:
|
img:
|
||||||
effect: false
|
effect: false
|
||||||
|
|
||||||
|
# Disable all banner image
|
||||||
|
disable_top_img: false
|
||||||
|
|
||||||
# The banner image of home page
|
# The banner image of home page
|
||||||
index_img:
|
index_img:
|
||||||
|
|
||||||
@@ -192,6 +195,14 @@ reward:
|
|||||||
# link:
|
# link:
|
||||||
# text: alipay
|
# text: alipay
|
||||||
|
|
||||||
|
# Post edit
|
||||||
|
# Easily browse and edit blog source code online.
|
||||||
|
post_edit:
|
||||||
|
enable: false
|
||||||
|
# url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/
|
||||||
|
# For example: https://github.com/jerryc127/butterfly.js.org/edit/main/source/
|
||||||
|
url:
|
||||||
|
|
||||||
# Related Articles
|
# Related Articles
|
||||||
related_post:
|
related_post:
|
||||||
enable: true
|
enable: true
|
||||||
@@ -201,6 +212,13 @@ related_post:
|
|||||||
# figcaption (圖片描述文字)
|
# figcaption (圖片描述文字)
|
||||||
photofigcaption: false
|
photofigcaption: false
|
||||||
|
|
||||||
|
# post_pagination (分頁)
|
||||||
|
# value: 1 || 2 || false
|
||||||
|
# 1: The 'next post' will link to old post
|
||||||
|
# 2: The 'next post' will link to new post
|
||||||
|
# false: disable pagination
|
||||||
|
post_pagination: 1
|
||||||
|
|
||||||
# anchor
|
# anchor
|
||||||
# when you scroll in post, the URL will update according to header id.
|
# when you scroll in post, the URL will update according to header id.
|
||||||
anchor: false
|
anchor: false
|
||||||
@@ -248,7 +266,8 @@ comments:
|
|||||||
# lazyload: The comment system will be load when comment element enters the browser's viewport.
|
# lazyload: The comment system will be load when comment element enters the browser's viewport.
|
||||||
# If you set it to true, the comment count will be invalid
|
# If you set it to true, the comment count will be invalid
|
||||||
lazyload: false
|
lazyload: false
|
||||||
count: false # Display comment count in top_img
|
count: false # Display comment count in post's top_img
|
||||||
|
card_post_count: false # Display comment count in Home Page
|
||||||
|
|
||||||
# disqus
|
# disqus
|
||||||
# https://disqus.com/
|
# https://disqus.com/
|
||||||
@@ -310,7 +329,7 @@ waline:
|
|||||||
serverURL: # Waline server address url
|
serverURL: # Waline server address url
|
||||||
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: /image/comment_bg.png # waline background
|
bg: # waline background
|
||||||
option:
|
option:
|
||||||
|
|
||||||
# utterances
|
# utterances
|
||||||
@@ -336,6 +355,7 @@ facebook_comments:
|
|||||||
# https://github.com/imaegoo/twikoo
|
# https://github.com/imaegoo/twikoo
|
||||||
twikoo:
|
twikoo:
|
||||||
envId:
|
envId:
|
||||||
|
region:
|
||||||
option:
|
option:
|
||||||
|
|
||||||
# Chat Services
|
# Chat Services
|
||||||
@@ -600,10 +620,10 @@ subtitle:
|
|||||||
loop: true
|
loop: true
|
||||||
# source調用第三方服務
|
# source調用第三方服務
|
||||||
# source: false 關閉調用
|
# source: false 關閉調用
|
||||||
# source: 1 調用搏天api的隨機語錄(簡體) https://api.btstu.cn/
|
# source: 1 調用搏天api的隨機語錄(簡體)
|
||||||
# source: 2 調用一言網的一句話(簡體) https://hitokoto.cn/
|
# source: 2 調用一言網的一句話(簡體)
|
||||||
# source: 3 調用一句網(簡體) http://yijuzhan.com/
|
# source: 3 調用一句網(簡體)
|
||||||
# source: 4 調用今日詩詞(簡體) https://www.jinrishici.com/
|
# source: 4 調用今日詩詞(簡體)
|
||||||
# subtitle 會先顯示 source , 再顯示 sub 的內容
|
# subtitle 會先顯示 source , 再顯示 sub 的內容
|
||||||
source: false
|
source: false
|
||||||
# 如果有英文逗號' , ',請使用轉義字元 ,
|
# 如果有英文逗號' , ',請使用轉義字元 ,
|
||||||
@@ -681,6 +701,7 @@ newest_comments:
|
|||||||
enable: false
|
enable: false
|
||||||
sort_order: # Don't modify the setting unless you know how it works
|
sort_order: # Don't modify the setting unless you know how it works
|
||||||
limit: 6
|
limit: 6
|
||||||
|
storage: 10 # unit: mins, save data to localStorage
|
||||||
avatar: true
|
avatar: true
|
||||||
# You can only choose one, or neither
|
# You can only choose one, or neither
|
||||||
valine: false
|
valine: false
|
||||||
@@ -798,9 +819,6 @@ snackbar:
|
|||||||
bg_light: '#49b1f5' # The background color of Toast Notification in light mode
|
bg_light: '#49b1f5' # The background color of Toast Notification in light mode
|
||||||
bg_dark: '#121212' # The background color of Toast Notification in dark mode
|
bg_dark: '#121212' # The background color of Toast Notification in dark mode
|
||||||
|
|
||||||
# Baidu Push (百度推送)
|
|
||||||
baidu_push: false
|
|
||||||
|
|
||||||
# https://instant.page/
|
# https://instant.page/
|
||||||
# prefetch (預加載)
|
# prefetch (預加載)
|
||||||
instantpage: false
|
instantpage: false
|
||||||
@@ -822,22 +840,16 @@ lazyload:
|
|||||||
# ---------------
|
# ---------------
|
||||||
# pwa:
|
# pwa:
|
||||||
# enable: false
|
# enable: false
|
||||||
# manifest: /image/pwa/manifest.json
|
# manifest: /pwa/manifest.json
|
||||||
# apple_touch_icon: /image/pwa/apple-touch-icon.png
|
# apple_touch_icon: /pwa/apple-touch-icon.png
|
||||||
# favicon_32_32: /image/pwa/32.png
|
# favicon_32_32: /pwa/32.png
|
||||||
# favicon_16_16: /image/pwa/16.png
|
# favicon_16_16: /pwa/16.png
|
||||||
# mask_icon: /image/pwa/safari-pinned-tab.svg
|
# mask_icon: /pwa/safari-pinned-tab.svg
|
||||||
|
|
||||||
# Disable Baidu transformation on mobile devices (禁止百度轉碼)
|
|
||||||
disable_baidu_transformation: true
|
|
||||||
|
|
||||||
# Open graph meta tags
|
# Open graph meta tags
|
||||||
# https://developers.facebook.com/docs/sharing/webmasters/
|
# https://developers.facebook.com/docs/sharing/webmasters/
|
||||||
Open_Graph_meta: true
|
Open_Graph_meta: true
|
||||||
|
|
||||||
# Caches the contents in a fragment, speed up the generation (開啟hexo自帶的緩存,加快生成速度)
|
|
||||||
fragment_cache: true
|
|
||||||
|
|
||||||
# Add the vendor prefixes to ensure compatibility
|
# Add the vendor prefixes to ensure compatibility
|
||||||
css_prefix: true
|
css_prefix: true
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ page:
|
|||||||
category: Category
|
category: Category
|
||||||
archives: Archives
|
archives: Archives
|
||||||
|
|
||||||
|
card_post_count: comments
|
||||||
|
|
||||||
sticky: Sticky
|
sticky: Sticky
|
||||||
no_title: No title
|
no_title: No title
|
||||||
|
|
||||||
@@ -30,6 +32,7 @@ post:
|
|||||||
copyright_notice: Copyright Notice
|
copyright_notice: Copyright Notice
|
||||||
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
||||||
recommend: Related Articles
|
recommend: Related Articles
|
||||||
|
edit: Edited on
|
||||||
|
|
||||||
search: Search
|
search: Search
|
||||||
algolia_search:
|
algolia_search:
|
||||||
@@ -74,6 +77,9 @@ aside:
|
|||||||
loading_text: loading...
|
loading_text: loading...
|
||||||
error: Unable to get the data, please make sure the settings are correct.
|
error: Unable to get the data, please make sure the settings are correct.
|
||||||
zero: No Comment
|
zero: No Comment
|
||||||
|
image: image
|
||||||
|
link: link
|
||||||
|
code: code
|
||||||
card_toc: Catalog
|
card_toc: Catalog
|
||||||
|
|
||||||
date_suffix:
|
date_suffix:
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ page:
|
|||||||
category: Category
|
category: Category
|
||||||
archives: Archives
|
archives: Archives
|
||||||
|
|
||||||
|
card_post_count: comments
|
||||||
|
|
||||||
sticky: Sticky
|
sticky: Sticky
|
||||||
no_title: No title
|
no_title: No title
|
||||||
|
|
||||||
@@ -30,6 +32,7 @@ post:
|
|||||||
copyright_notice: Copyright Notice
|
copyright_notice: Copyright Notice
|
||||||
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
copyright_content: 'All articles in this blog are licensed under <a href="%s">%s</a> unless stating additionally.'
|
||||||
recommend: Related Articles
|
recommend: Related Articles
|
||||||
|
edit: Edited on
|
||||||
|
|
||||||
search: Search
|
search: Search
|
||||||
algolia_search:
|
algolia_search:
|
||||||
@@ -74,6 +77,9 @@ aside:
|
|||||||
loading_text: loading...
|
loading_text: loading...
|
||||||
error: Unable to get the data, please make sure the settings are correct.
|
error: Unable to get the data, please make sure the settings are correct.
|
||||||
zero: No Comment
|
zero: No Comment
|
||||||
|
image: image
|
||||||
|
link: link
|
||||||
|
code: code
|
||||||
card_toc: Catalog
|
card_toc: Catalog
|
||||||
|
|
||||||
date_suffix:
|
date_suffix:
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ page:
|
|||||||
category: 分类
|
category: 分类
|
||||||
archives: 归档
|
archives: 归档
|
||||||
|
|
||||||
|
card_post_count: 条评论
|
||||||
|
|
||||||
sticky: 置顶
|
sticky: 置顶
|
||||||
no_title: 无题
|
no_title: 无题
|
||||||
|
|
||||||
@@ -31,6 +33,7 @@ post:
|
|||||||
copyright_content: '本博客所有文章除特别声明外,均采用
|
copyright_content: '本博客所有文章除特别声明外,均采用
|
||||||
<a href="%s" target="_blank">%s</a> 许可协议。转载请注明来自 <a href="%s" target="_blank">%s</a>!'
|
<a href="%s" target="_blank">%s</a> 许可协议。转载请注明来自 <a href="%s" target="_blank">%s</a>!'
|
||||||
recommend: 相关推荐
|
recommend: 相关推荐
|
||||||
|
edit: 编辑
|
||||||
|
|
||||||
search: 搜索
|
search: 搜索
|
||||||
algolia_search:
|
algolia_search:
|
||||||
@@ -75,6 +78,9 @@ aside:
|
|||||||
loading_text: 正在加载中...
|
loading_text: 正在加载中...
|
||||||
error: 无法获取评论,请确认相关配置是否正确
|
error: 无法获取评论,请确认相关配置是否正确
|
||||||
zero: 没有评论
|
zero: 没有评论
|
||||||
|
image: 图片
|
||||||
|
link: 链接
|
||||||
|
code: 代码
|
||||||
card_toc: 目录
|
card_toc: 目录
|
||||||
|
|
||||||
date_suffix:
|
date_suffix:
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ page:
|
|||||||
category: 分類
|
category: 分類
|
||||||
archives: 歸檔
|
archives: 歸檔
|
||||||
|
|
||||||
|
card_post_count: 條評論
|
||||||
|
|
||||||
sticky: 置頂
|
sticky: 置頂
|
||||||
no_title: 無題
|
no_title: 無題
|
||||||
|
|
||||||
@@ -20,7 +22,7 @@ post:
|
|||||||
created: 發表於
|
created: 發表於
|
||||||
updated: 更新於
|
updated: 更新於
|
||||||
wordcount: 字數總計
|
wordcount: 字數總計
|
||||||
min2read: 閲讀時長
|
min2read: 閱讀時長
|
||||||
min2read_unit: 分鐘
|
min2read_unit: 分鐘
|
||||||
page_pv: 閱讀量
|
page_pv: 閱讀量
|
||||||
comments: 評論數
|
comments: 評論數
|
||||||
@@ -31,6 +33,7 @@ post:
|
|||||||
copyright_content: '本部落格所有文章除特別聲明外,均採用
|
copyright_content: '本部落格所有文章除特別聲明外,均採用
|
||||||
<a href="%s" target="_blank">%s</a> 許可協議。轉載請註明來自 <a href="%s" target="_blank">%s</a>!'
|
<a href="%s" target="_blank">%s</a> 許可協議。轉載請註明來自 <a href="%s" target="_blank">%s</a>!'
|
||||||
recommend: 相關推薦
|
recommend: 相關推薦
|
||||||
|
edit: 編輯
|
||||||
|
|
||||||
search: 搜尋
|
search: 搜尋
|
||||||
algolia_search:
|
algolia_search:
|
||||||
@@ -72,9 +75,12 @@ aside:
|
|||||||
more_button: 檢視更多
|
more_button: 檢視更多
|
||||||
card_newest_comments:
|
card_newest_comments:
|
||||||
headline: 最新評論
|
headline: 最新評論
|
||||||
loading_text: 正在加載中...
|
loading_text: 正在載入中...
|
||||||
error: 無法獲取評論,請確認相關配置是否正確
|
error: 無法獲取評論,請確認相關配置是否正確
|
||||||
zero: 沒有評論
|
zero: 沒有評論
|
||||||
|
image: 圖片
|
||||||
|
link: 連結
|
||||||
|
code: 代碼
|
||||||
card_toc: 目錄
|
card_toc: 目錄
|
||||||
|
|
||||||
date_suffix:
|
date_suffix:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- var top_img = theme.error_404.background || theme.default_top_img
|
- var top_img = theme.error_404.background || theme.default_top_img
|
||||||
- var bg_img = `background-image: url(${url_for(top_img)})`
|
- var bg_img = `background-image: url('${url_for(top_img)}')`
|
||||||
|
|
||||||
doctype html
|
doctype html
|
||||||
html(lang=config.language data-theme=theme.display_mode)
|
html(lang=config.language data-theme=theme.display_mode)
|
||||||
@@ -7,7 +7,7 @@ html(lang=config.language data-theme=theme.display_mode)
|
|||||||
include includes/head.pug
|
include includes/head.pug
|
||||||
body
|
body
|
||||||
if theme.preloader
|
if theme.preloader
|
||||||
!=partial('includes/loading/loading', {}, {cache:theme.fragment_cache})
|
!=partial('includes/loading/loading', {}, {cache: true})
|
||||||
|
|
||||||
if theme.fireworks && theme.fireworks.enable
|
if theme.fireworks && theme.fireworks.enable
|
||||||
canvas.fireworks
|
canvas.fireworks
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ div
|
|||||||
script(src=url_for(theme.CDN.utils))
|
script(src=url_for(theme.CDN.utils))
|
||||||
script(src=url_for(theme.CDN.main))
|
script(src=url_for(theme.CDN.main))
|
||||||
|
|
||||||
if theme.translate && theme.translate.enable
|
if theme.translate.enable
|
||||||
script(src=url_for(theme.CDN.translate))
|
script(src=url_for(theme.CDN.translate))
|
||||||
|
|
||||||
if theme.medium_zoom
|
if theme.medium_zoom
|
||||||
@@ -14,11 +14,11 @@ div
|
|||||||
if theme.lazyload.enable
|
if theme.lazyload.enable
|
||||||
script(src=url_for(theme.CDN.lazyload))
|
script(src=url_for(theme.CDN.lazyload))
|
||||||
|
|
||||||
if (theme.snackbar && theme.snackbar.enable)
|
if theme.snackbar.enable
|
||||||
script(src=url_for(theme.CDN.snackbar))
|
script(src=url_for(theme.CDN.snackbar))
|
||||||
|
|
||||||
if theme.pangu && theme.pangu.enable
|
if theme.pangu.enable
|
||||||
!=partial('includes/third-party/pangu.pug', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/pangu.pug', {}, {cache: true})
|
||||||
|
|
||||||
//- search
|
//- search
|
||||||
if theme.algolia_search.enable
|
if theme.algolia_search.enable
|
||||||
@@ -27,10 +27,13 @@ div
|
|||||||
script(src=url_for(theme.CDN.local_search))
|
script(src=url_for(theme.CDN.local_search))
|
||||||
|
|
||||||
if theme.preloader
|
if theme.preloader
|
||||||
!=partial('includes/loading/loading-js', {}, {cache:theme.fragment_cache})
|
!=partial('includes/loading/loading-js', {}, {cache: true})
|
||||||
|
|
||||||
.js-pjax
|
.js-pjax
|
||||||
if theme.subtitle.enable && is_home() && theme.index_img !== false
|
if needLoadCountJs
|
||||||
|
!=partial('includes/third-party/card-post-count/index', {}, {cache: true})
|
||||||
|
|
||||||
|
if loadSubJs
|
||||||
include ./third-party/subtitle.pug
|
include ./third-party/subtitle.pug
|
||||||
|
|
||||||
include ./third-party/math/index.pug
|
include ./third-party/math/index.pug
|
||||||
@@ -38,22 +41,19 @@ div
|
|||||||
if commentsJsLoad
|
if commentsJsLoad
|
||||||
include ./third-party/comments/js.pug
|
include ./third-party/comments/js.pug
|
||||||
|
|
||||||
if theme.busuanzi.site_uv || theme.busuanzi.site_pv || theme.busuanzi.page_pv
|
!=partial('includes/third-party/prismjs', {}, {cache: true})
|
||||||
script(async src=url_for(theme.CDN.busuanzi))
|
|
||||||
|
|
||||||
!=partial('includes/third-party/prismjs', {}, {cache:theme.fragment_cache})
|
|
||||||
|
|
||||||
if theme.aside.enable && theme.newest_comments.enable
|
if theme.aside.enable && theme.newest_comments.enable
|
||||||
if theme.pjax.enable
|
if theme.pjax.enable
|
||||||
!=partial('includes/third-party/newest-comments/index', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/newest-comments/index', {}, {cache: true})
|
||||||
else if (!is_post() && page.aside !== false)
|
else if (!is_post() && page.aside !== false)
|
||||||
!=partial('includes/third-party/newest-comments/index', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/newest-comments/index', {}, {cache: true})
|
||||||
|
|
||||||
!=fragment_cache('injectBottom', function(){return injectHtml(theme.inject.bottom)})
|
!=fragment_cache('injectBottom', function(){return injectHtml(theme.inject.bottom)})
|
||||||
|
|
||||||
!=partial('includes/third-party/effect', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/effect', {}, {cache: true})
|
||||||
|
|
||||||
!=partial('includes/third-party/chat/index', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/chat/index', {}, {cache: true})
|
||||||
|
|
||||||
if theme.aplayerInject && theme.aplayerInject.enable
|
if theme.aplayerInject && theme.aplayerInject.enable
|
||||||
if theme.pjax.enable || theme.aplayerInject.per_page
|
if theme.pjax.enable || theme.aplayerInject.per_page
|
||||||
@@ -62,7 +62,7 @@ div
|
|||||||
include ./third-party/aplayer.pug
|
include ./third-party/aplayer.pug
|
||||||
|
|
||||||
if theme.pjax.enable
|
if theme.pjax.enable
|
||||||
!=partial('includes/third-party/pjax', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/pjax', {}, {cache: true})
|
||||||
|
|
||||||
!=partial('includes/third-party/baidu_push', {}, {cache:theme.fragment_cache})
|
|
||||||
|
|
||||||
|
if theme.busuanzi.site_uv || theme.busuanzi.site_pv || theme.busuanzi.page_pv
|
||||||
|
script(async data-pjax src=url_for(theme.CDN.busuanzi))
|
||||||
|
|||||||
@@ -29,10 +29,6 @@ meta(name="copyright" content=pageCopyright)
|
|||||||
meta(name ="format-detection" content="telephone=no")
|
meta(name ="format-detection" content="telephone=no")
|
||||||
meta(name="theme-color" content=themeColor)
|
meta(name="theme-color" content=themeColor)
|
||||||
|
|
||||||
if theme.disable_baidu_transformation
|
|
||||||
meta(http-equiv="Cache-Control" content="no-transform")
|
|
||||||
meta(http-equiv="Cache-Control" content="no-siteapp")
|
|
||||||
|
|
||||||
//- Open_Graph
|
//- Open_Graph
|
||||||
include ./head/Open_Graph.pug
|
include ./head/Open_Graph.pug
|
||||||
|
|
||||||
@@ -40,14 +36,14 @@ include ./head/Open_Graph.pug
|
|||||||
link(rel="canonical" href=urlNoIndex())
|
link(rel="canonical" href=urlNoIndex())
|
||||||
|
|
||||||
//- 預解析
|
//- 預解析
|
||||||
!=partial('includes/head/preconnect', {}, {cache:theme.fragment_cache})
|
!=partial('includes/head/preconnect', {}, {cache: true})
|
||||||
|
|
||||||
//- 網站驗證
|
//- 網站驗證
|
||||||
!=partial('includes/head/site_verification', {}, {cache:theme.fragment_cache})
|
!=partial('includes/head/site_verification', {}, {cache: true})
|
||||||
|
|
||||||
//- PWA
|
//- PWA
|
||||||
if (theme.pwa && theme.pwa.enable)
|
if (theme.pwa && theme.pwa.enable)
|
||||||
!=partial('includes/head/pwa', {}, {cache:theme.fragment_cache})
|
!=partial('includes/head/pwa', {}, {cache: true})
|
||||||
|
|
||||||
//- main css
|
//- main css
|
||||||
link(rel='stylesheet', href=url_for(theme.CDN.main_css))
|
link(rel='stylesheet', href=url_for(theme.CDN.main_css))
|
||||||
@@ -61,21 +57,21 @@ if theme.algolia_search.enable
|
|||||||
script(src=url_for(theme.CDN.algolia_search) defer)
|
script(src=url_for(theme.CDN.algolia_search) defer)
|
||||||
|
|
||||||
//- google_adsense
|
//- google_adsense
|
||||||
!=partial('includes/head/google_adsense', {}, {cache:theme.fragment_cache})
|
!=partial('includes/head/google_adsense', {}, {cache: true})
|
||||||
|
|
||||||
//- analytics
|
//- analytics
|
||||||
!=partial('includes/head/analytics', {}, {cache:theme.fragment_cache})
|
!=partial('includes/head/analytics', {}, {cache: true})
|
||||||
|
|
||||||
//- font
|
//- font
|
||||||
if theme.blog_title_font && theme.blog_title_font.font_link
|
if theme.blog_title_font && theme.blog_title_font.font_link
|
||||||
link(rel='stylesheet' href=url_for(theme.blog_title_font.font_link) media="print" onload="this.media='all'")
|
link(rel='stylesheet' href=url_for(theme.blog_title_font.font_link) media="print" onload="this.media='all'")
|
||||||
|
|
||||||
//- global config
|
//- global config
|
||||||
!=partial('includes/head/config', {}, {cache:theme.fragment_cache})
|
!=partial('includes/head/config', {}, {cache: true})
|
||||||
|
|
||||||
include ./head/config_site.pug
|
include ./head/config_site.pug
|
||||||
include ./head/noscript.pug
|
include ./head/noscript.pug
|
||||||
|
|
||||||
!=partial('includes/head/js', {}, {cache:theme.fragment_cache})
|
!=fragment_cache('injectHeadJs', function(){return inject_head_js()})
|
||||||
|
|
||||||
!=fragment_cache('injectHead', function(){return injectHtml(theme.inject.head)})
|
!=fragment_cache('injectHead', function(){return injectHtml(theme.inject.head)})
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
script.
|
script.
|
||||||
var GLOBAL_CONFIG = {
|
const GLOBAL_CONFIG = {
|
||||||
root: '!{config.root}',
|
root: '!{config.root}',
|
||||||
algolia: !{algolia},
|
algolia: !{algolia},
|
||||||
localSearch: !{localSearch},
|
localSearch: !{localSearch},
|
||||||
@@ -124,47 +124,4 @@ script.
|
|||||||
isPhotoFigcaption: !{theme.photofigcaption},
|
isPhotoFigcaption: !{theme.photofigcaption},
|
||||||
islazyload: !{theme.lazyload.enable},
|
islazyload: !{theme.lazyload.enable},
|
||||||
isanchor: !{theme.anchor}
|
isanchor: !{theme.anchor}
|
||||||
};
|
|
||||||
|
|
||||||
var saveToLocal = {
|
|
||||||
set: function setWithExpiry(key, value, ttl) {
|
|
||||||
const now = new Date()
|
|
||||||
const expiryDay = ttl * 86400000
|
|
||||||
const item = {
|
|
||||||
value: value,
|
|
||||||
expiry: now.getTime() + expiryDay,
|
|
||||||
}
|
}
|
||||||
localStorage.setItem(key, JSON.stringify(item))
|
|
||||||
},
|
|
||||||
|
|
||||||
get: function getWithExpiry(key) {
|
|
||||||
const itemStr = localStorage.getItem(key)
|
|
||||||
|
|
||||||
if (!itemStr) {
|
|
||||||
return undefined
|
|
||||||
}
|
|
||||||
const item = JSON.parse(itemStr)
|
|
||||||
const now = new Date()
|
|
||||||
|
|
||||||
if (now.getTime() > item.expiry) {
|
|
||||||
localStorage.removeItem(key)
|
|
||||||
return undefined
|
|
||||||
}
|
|
||||||
return item.value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// https://stackoverflow.com/questions/16839698/jquery-getscript-alternative-in-native-javascript
|
|
||||||
const getScript = url => new Promise((resolve, reject) => {
|
|
||||||
const script = document.createElement('script')
|
|
||||||
script.src = url
|
|
||||||
script.async = true
|
|
||||||
script.onerror = reject
|
|
||||||
script.onload = script.onreadystatechange = function() {
|
|
||||||
const loadState = this.readyState
|
|
||||||
if (loadState && loadState !== 'loaded' && loadState !== 'complete') return
|
|
||||||
script.onload = script.onreadystatechange = null
|
|
||||||
resolve()
|
|
||||||
}
|
|
||||||
document.head.appendChild(script)
|
|
||||||
})
|
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
var showToc = is_post() && theme.aside.enable && pageToc && (toc(page.content) !== '' || page.encrypt == true )
|
var showToc = is_post() && theme.aside.enable && pageToc && (toc(page.content) !== '' || page.encrypt == true )
|
||||||
-
|
-
|
||||||
|
|
||||||
script#config_change
|
script#config-diff
|
||||||
.
|
.
|
||||||
var GLOBAL_CONFIG_SITE = {
|
var GLOBAL_CONFIG_SITE = {
|
||||||
isPost: !{is_post()},
|
isPost: !{is_post()},
|
||||||
|
|||||||
@@ -1,71 +0,0 @@
|
|||||||
script
|
|
||||||
| (function () {
|
|
||||||
|
|
||||||
if theme.darkmode.enable
|
|
||||||
| window.activateDarkMode = function () {
|
|
||||||
| document.documentElement.setAttribute('data-theme', 'dark')
|
|
||||||
| if (document.querySelector('meta[name="theme-color"]') !== null) {
|
|
||||||
| document.querySelector('meta[name="theme-color"]').setAttribute('content', '#0d0d0d')
|
|
||||||
| }
|
|
||||||
| }
|
|
||||||
| window.activateLightMode = function () {
|
|
||||||
| document.documentElement.setAttribute('data-theme', 'light')
|
|
||||||
| if (document.querySelector('meta[name="theme-color"]') !== null) {
|
|
||||||
| document.querySelector('meta[name="theme-color"]').setAttribute('content', '#ffffff')
|
|
||||||
| }
|
|
||||||
| }
|
|
||||||
|
|
||||||
| const autoChangeMode = '#{theme.darkmode.autoChangeMode}'
|
|
||||||
| const t = saveToLocal.get('theme')
|
|
||||||
| if (autoChangeMode === '1') {
|
|
||||||
| const isDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches
|
|
||||||
| const isLightMode = window.matchMedia('(prefers-color-scheme: light)').matches
|
|
||||||
| const isNotSpecified = window.matchMedia('(prefers-color-scheme: no-preference)').matches
|
|
||||||
| const hasNoSupport = !isDarkMode && !isLightMode && !isNotSpecified
|
|
||||||
|
|
||||||
| if (t === undefined) {
|
|
||||||
| if (isLightMode) activateLightMode()
|
|
||||||
| else if (isDarkMode) activateDarkMode()
|
|
||||||
| else if (isNotSpecified || hasNoSupport) {
|
|
||||||
| const now = new Date()
|
|
||||||
| const hour = now.getHours()
|
|
||||||
| const isNight = hour <= 6 || hour >= 18
|
|
||||||
| isNight ? activateDarkMode() : activateLightMode()
|
|
||||||
| }
|
|
||||||
| window.matchMedia('(prefers-color-scheme: dark)').addListener(function (e) {
|
|
||||||
| if (saveToLocal.get('theme') === undefined) {
|
|
||||||
| e.matches ? activateDarkMode() : activateLightMode()
|
|
||||||
| }
|
|
||||||
| })
|
|
||||||
| } else if (t === 'light') activateLightMode()
|
|
||||||
| else activateDarkMode()
|
|
||||||
| } else if (autoChangeMode === '2') {
|
|
||||||
| const now = new Date()
|
|
||||||
| const hour = now.getHours()
|
|
||||||
| const isNight = hour <= 6 || hour >= 18
|
|
||||||
| if (t === undefined) isNight ? activateDarkMode() : activateLightMode()
|
|
||||||
| else if (t === 'light') activateLightMode()
|
|
||||||
| else activateDarkMode()
|
|
||||||
| } else {
|
|
||||||
| if (t === 'dark') activateDarkMode()
|
|
||||||
| else if (t === 'light') activateLightMode()
|
|
||||||
| }
|
|
||||||
|
|
||||||
if theme.aside.enable && theme.aside.button
|
|
||||||
| const asideStatus = saveToLocal.get('aside-status')
|
|
||||||
| if (asideStatus !== undefined) {
|
|
||||||
| if (asideStatus === 'hide') {
|
|
||||||
| document.documentElement.classList.add('hide-aside')
|
|
||||||
| } else {
|
|
||||||
| document.documentElement.classList.remove('hide-aside')
|
|
||||||
| }
|
|
||||||
| }
|
|
||||||
|
|
||||||
if theme.change_font_size
|
|
||||||
| const fontSizeVal = saveToLocal.get('global-font-size')
|
|
||||||
| if (fontSizeVal !== undefined) {
|
|
||||||
| document.documentElement.style.setProperty('--global-font-size', fontSizeVal + 'px')
|
|
||||||
| }
|
|
||||||
|
|
||||||
| })()
|
|
||||||
|
|
||||||
@@ -23,6 +23,3 @@ if theme.blog_title_font && theme.blog_title_font.font_link && theme.blog_title_
|
|||||||
|
|
||||||
if theme.busuanzi.site_uv || theme.busuanzi.site_pv || theme.busuanzi.page_pv
|
if theme.busuanzi.site_uv || theme.busuanzi.site_pv || theme.busuanzi.page_pv
|
||||||
link(rel="preconnect" href="//busuanzi.ibruce.info")
|
link(rel="preconnect" href="//busuanzi.ibruce.info")
|
||||||
|
|
||||||
if theme.baidu_push
|
|
||||||
link(rel="preconnect" href="//zz.bdstatic.com")
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
if 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 || theme.default_top_img
|
||||||
else if is_page()
|
else if is_page()
|
||||||
@@ -17,25 +17,27 @@ if page.top_img !== false
|
|||||||
- var top_img = page.top_img || theme.default_top_img
|
- var top_img = page.top_img || theme.default_top_img
|
||||||
|
|
||||||
if top_img !== false
|
if top_img !== false
|
||||||
- var imgSource = top_img && top_img.indexOf('/') !== -1 ? `background-image: url(${url_for(top_img)})` : `background: ${top_img}`
|
- var imgSource = top_img && top_img.indexOf('/') !== -1 ? `background-image: url('${url_for(top_img)}')` : `background: ${top_img}`
|
||||||
- var bg_img = top_img ? imgSource : ''
|
- var bg_img = top_img ? imgSource : ''
|
||||||
- var site_title = is_archive() ? _p('page.archives') : page.title || page.tag || page.category || config.title
|
- var site_title = is_archive() ? _p('page.archives') : page.title || page.tag || page.category || config.title
|
||||||
- var isHomeClass = is_home() ? 'full_page' : 'not-index-bg'
|
- var isHomeClass = is_home() ? 'full_page' : 'not-home-page'
|
||||||
- is_post() ? isHomeClass = 'post-bg' : isHomeClass
|
- is_post() ? isHomeClass = 'post-bg' : isHomeClass
|
||||||
else
|
else
|
||||||
- var isHomeClass = 'no-top-img'
|
- var isHomeClass = 'not-top-img'
|
||||||
else
|
else
|
||||||
- var top_img = false
|
- var top_img = false
|
||||||
- var isHomeClass = 'no-top-img'
|
- var isHomeClass = 'not-top-img'
|
||||||
|
|
||||||
header#page-header(class=isHomeClass style=bg_img)
|
header#page-header(class=isHomeClass style=bg_img)
|
||||||
!=partial('includes/header/nav', {}, {cache:theme.fragment_cache})
|
!=partial('includes/header/nav', {}, {cache: true})
|
||||||
if top_img !== false
|
if top_img !== false
|
||||||
if is_post()
|
if is_post()
|
||||||
include ./post-info.pug
|
include ./post-info.pug
|
||||||
else if is_home()
|
else if is_home()
|
||||||
#site-info
|
#site-info
|
||||||
h1#site-title=site_title
|
h1#site-title=site_title
|
||||||
|
if theme.subtitle.enable
|
||||||
|
- var loadSubJs = true
|
||||||
#site-subtitle
|
#site-subtitle
|
||||||
span#subtitle
|
span#subtitle
|
||||||
if(theme.social)
|
if(theme.social)
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
#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
|
||||||
|
a.post-edit-link(href=theme.post_edit.url + page.source title=_p('post.edit') target="_blank")
|
||||||
|
i.fas.fa-pencil-alt
|
||||||
|
|
||||||
#post-meta
|
#post-meta
|
||||||
.meta-firstline
|
.meta-firstline
|
||||||
|
|||||||
@@ -8,12 +8,12 @@ html(lang=config.language data-theme=theme.display_mode class=htmlClassHideAside
|
|||||||
include ./head.pug
|
include ./head.pug
|
||||||
body
|
body
|
||||||
if theme.preloader
|
if theme.preloader
|
||||||
!=partial('includes/loading/loading', {}, {cache:theme.fragment_cache})
|
!=partial('includes/loading/loading', {}, {cache: true})
|
||||||
|
|
||||||
if theme.background
|
if theme.background
|
||||||
#web_bg
|
#web_bg
|
||||||
|
|
||||||
!=partial('includes/sidebar', {}, {cache:theme.fragment_cache})
|
!=partial('includes/sidebar', {}, {cache: true})
|
||||||
|
|
||||||
#body-wrap(class=pageType)
|
#body-wrap(class=pageType)
|
||||||
include ./header/index.pug
|
include ./header/index.pug
|
||||||
@@ -31,13 +31,13 @@ html(lang=config.language data-theme=theme.display_mode class=htmlClassHideAside
|
|||||||
if (footerBg === true)
|
if (footerBg === true)
|
||||||
- var footer_bg = bg_img
|
- var footer_bg = bg_img
|
||||||
else
|
else
|
||||||
- var footer_bg = theme.footer_bg.indexOf('/') !== -1 ? `background-image: url(${url_for(footerBg)})` : `background: ${footerBg}`
|
- var footer_bg = theme.footer_bg.indexOf('/') !== -1 ? `background-image: url('${url_for(footerBg)}')` : `background: ${footerBg}`
|
||||||
else
|
else
|
||||||
- var footer_bg = ''
|
- var footer_bg = ''
|
||||||
|
|
||||||
footer#footer(style=footer_bg)
|
footer#footer(style=footer_bg)
|
||||||
!=partial('includes/footer', {}, {cache:theme.fragment_cache})
|
!=partial('includes/footer', {}, {cache: true})
|
||||||
|
|
||||||
include ./rightside.pug
|
include ./rightside.pug
|
||||||
!=partial('includes/third-party/search/index', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/search/index', {}, {cache: true})
|
||||||
include ./additional-js.pug
|
include ./additional-js.pug
|
||||||
@@ -10,4 +10,4 @@ script.
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.addEventListener('load',()=> {preloader.endLoading()})
|
window.addEventListener('load',preloader.endLoading())
|
||||||
@@ -18,7 +18,7 @@ mixin postUI(posts)
|
|||||||
.article-meta-wrap
|
.article-meta-wrap
|
||||||
if (is_home() && (article.top || article.sticky > 0))
|
if (is_home() && (article.top || article.sticky > 0))
|
||||||
span.article-meta
|
span.article-meta
|
||||||
i.fas.fa-thumbtack.article-meta__icon.sticky
|
i.fas.fa-thumbtack.sticky
|
||||||
span.sticky= _p('sticky')
|
span.sticky= _p('sticky')
|
||||||
span.article-meta__separator |
|
span.article-meta__separator |
|
||||||
if (theme.post_meta.page.date_type)
|
if (theme.post_meta.page.date_type)
|
||||||
@@ -42,7 +42,7 @@ mixin postUI(posts)
|
|||||||
if (theme.post_meta.page.categories && article.categories.data.length > 0)
|
if (theme.post_meta.page.categories && article.categories.data.length > 0)
|
||||||
span.article-meta
|
span.article-meta
|
||||||
span.article-meta__separator |
|
span.article-meta__separator |
|
||||||
i.fas.fa-inbox.article-meta__icon
|
i.fas.fa-inbox
|
||||||
each item, index in article.categories.data
|
each item, index in article.categories.data
|
||||||
a(href=url_for(item.path)).article-meta__categories #[=item.name]
|
a(href=url_for(item.path)).article-meta__categories #[=item.name]
|
||||||
if (index < article.categories.data.length - 1)
|
if (index < article.categories.data.length - 1)
|
||||||
@@ -50,12 +50,43 @@ mixin postUI(posts)
|
|||||||
if (theme.post_meta.page.tags && article.tags.data.length > 0)
|
if (theme.post_meta.page.tags && article.tags.data.length > 0)
|
||||||
span.article-meta.tags
|
span.article-meta.tags
|
||||||
span.article-meta__separator |
|
span.article-meta__separator |
|
||||||
i.fas.fa-tag.article-meta__icon
|
i.fas.fa-tag
|
||||||
each item, index in article.tags.data
|
each item, index in article.tags.data
|
||||||
a(href=url_for(item.path)).article-meta__tags #[=item.name]
|
a(href=url_for(item.path)).article-meta__tags #[=item.name]
|
||||||
if (index < article.tags.data.length - 1)
|
if (index < article.tags.data.length - 1)
|
||||||
span.article-meta__link #[='•']
|
span.article-meta__link #[='•']
|
||||||
|
|
||||||
|
mixin countBlockInIndex
|
||||||
|
- needLoadCountJs = true
|
||||||
|
span.article-meta
|
||||||
|
span.article-meta__separator |
|
||||||
|
i.fas.fa-comments
|
||||||
|
if block
|
||||||
|
block
|
||||||
|
span.article-meta-label= ' ' + _p('card_post_count')
|
||||||
|
|
||||||
|
if theme.comments.card_post_count
|
||||||
|
case theme.comments.use[0]
|
||||||
|
when 'Disqus'
|
||||||
|
when 'Disqusjs'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=full_url_for(link) + '#disqus_thread')
|
||||||
|
when 'Valine'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment' itemprop="discussionUrl")
|
||||||
|
span.valine-comment-count(data-xid=url_for(link) itemprop="commentCount")
|
||||||
|
when 'Waline'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment')
|
||||||
|
span.waline-comment-count(id=url_for(link))
|
||||||
|
when 'Twikoo'
|
||||||
|
+countBlockInIndex
|
||||||
|
a.twikoo-count(href=url_for(link) + '#post-comment')
|
||||||
|
when 'Facebook Comments'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment')
|
||||||
|
span.fb-comments-count(data-href=urlNoIndex(article.permalink))
|
||||||
|
|
||||||
//- Display the article introduction on homepage
|
//- Display the article introduction on homepage
|
||||||
case theme.index_post_content.method
|
case theme.index_post_content.method
|
||||||
when false
|
when false
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
.flink#article-container
|
#article-container
|
||||||
|
if top_img === false
|
||||||
|
h1.page-title= page.title
|
||||||
|
|
||||||
|
.flink
|
||||||
if site.data.link
|
if site.data.link
|
||||||
each i in site.data.link
|
each i in site.data.link
|
||||||
if i.class_name
|
if i.class_name
|
||||||
|
|||||||
@@ -11,29 +11,31 @@ if(!is_post())
|
|||||||
div.pagination
|
div.pagination
|
||||||
!=paginator(options)
|
!=paginator(options)
|
||||||
else
|
else
|
||||||
|
- let prev = theme.post_pagination === 1 ? page.prev : page.next
|
||||||
|
- let next = theme.post_pagination === 1 ? page.next : page.prev
|
||||||
nav#pagination.pagination-post
|
nav#pagination.pagination-post
|
||||||
if(page.prev)
|
if(prev)
|
||||||
- var hasPageNext = page.next ? 'pull-left' : 'pull-full'
|
- var hasPageNext = next ? 'pull-left' : 'pull-full'
|
||||||
.prev-post(class=hasPageNext)
|
.prev-post(class=hasPageNext)
|
||||||
- var pagination_cover = page.prev.cover === false ? page.prev.randomcover : page.prev.cover
|
- var pagination_cover = prev.cover === false ? prev.randomcover : prev.cover
|
||||||
a(href=url_for(page.prev.path))
|
a(href=url_for(prev.path))
|
||||||
if theme.lazyload.enable
|
if theme.lazyload.enable
|
||||||
img.prev-cover(data-lazy-src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of previous post')
|
img.prev-cover(data-lazy-src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of previous post')
|
||||||
else
|
else
|
||||||
img.prev-cover(src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of previous post')
|
img.prev-cover(src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of previous post')
|
||||||
.pagination-info
|
.pagination-info
|
||||||
.label=_p('pagination.prev')
|
.label=_p('pagination.prev')
|
||||||
.prev_info=page.prev.title
|
.prev_info=prev.title
|
||||||
|
|
||||||
if(page.next)
|
if(next)
|
||||||
- var hasPagePrev = page.prev ? 'pull-right' : 'pull-full'
|
- var hasPagePrev = prev ? 'pull-right' : 'pull-full'
|
||||||
- var pagination_cover = page.next.cover == false ? page.next.randomcover : page.next.cover
|
- var pagination_cover = next.cover == false ? next.randomcover : next.cover
|
||||||
.next-post(class=hasPagePrev)
|
.next-post(class=hasPagePrev)
|
||||||
a(href=url_for(page.next.path))
|
a(href=url_for(next.path))
|
||||||
if theme.lazyload.enable
|
if theme.lazyload.enable
|
||||||
img.next-cover(data-lazy-src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of next post')
|
img.next-cover(data-lazy-src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of next post')
|
||||||
else
|
else
|
||||||
img.next-cover(src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of next post')
|
img.next-cover(src=url_for(pagination_cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of next post')
|
||||||
.pagination-info
|
.pagination-info
|
||||||
.label=_p('pagination.next')
|
.label=_p('pagination.next')
|
||||||
.next_info=page.next.title
|
.next_info=next.title
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
.post-reward
|
.post-reward
|
||||||
.reward-button
|
.reward-button.button--animated
|
||||||
i.fas.fa-qrcode
|
i.fas.fa-qrcode
|
||||||
= ' ' + _p('donate')
|
= ' ' + _p('donate')
|
||||||
.reward-main
|
.reward-main
|
||||||
ul.reward-all
|
ul.reward-all
|
||||||
each item in theme.reward.QR_code
|
each item in theme.reward.QR_code
|
||||||
- var clickTo = (item.itemlist||item).link ? (item.itemlist||item).link : (item.itemlist||item).img
|
- var clickTo = item.link ? item.link : item.img
|
||||||
li.reward-item
|
li.reward-item
|
||||||
a(href=clickTo target='_blank')
|
a(href=url_for(clickTo) target='_blank')
|
||||||
if theme.lazyload.enable
|
if theme.lazyload.enable
|
||||||
img.post-qr-code-img(data-lazy-src=url_for((item.itemlist||item).img) alt=(item.itemlist||item).text)
|
img.post-qr-code-img(data-lazy-src=url_for(item.img) alt=item.text)
|
||||||
else
|
else
|
||||||
img.post-qr-code-img(src=url_for((item.itemlist||item).img) alt=(item.itemlist||item).text)
|
img.post-qr-code-img(src=url_for(item.img) alt=item.text)
|
||||||
.post-qr-code-desc=(item.itemlist||item).text
|
.post-qr-code-desc=item.text
|
||||||
|
|
||||||
|
|||||||
15
layout/includes/third-party/baidu_push.pug
vendored
15
layout/includes/third-party/baidu_push.pug
vendored
@@ -1,15 +0,0 @@
|
|||||||
if theme.baidu_push
|
|
||||||
script.
|
|
||||||
(function(){
|
|
||||||
const bp = document.createElement('script');
|
|
||||||
const curProtocol = window.location.protocol.split(':')[0];
|
|
||||||
if (curProtocol === 'https') {
|
|
||||||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
|
||||||
}
|
|
||||||
bp.dataset.pjax = ''
|
|
||||||
const s = document.getElementsByTagName("script")[0];
|
|
||||||
s.parentNode.insertBefore(bp, s);
|
|
||||||
})()
|
|
||||||
16
layout/includes/third-party/card-post-count/disqus.pug
vendored
Normal file
16
layout/includes/third-party/card-post-count/disqus.pug
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
const getCount = () => {
|
||||||
|
if (window.DISQUSWIDGETS === undefined) {
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://!{theme.disqus.shortname}.disqus.com/count.js';
|
||||||
|
s.id = 'dsq-count-scr';
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
} else {
|
||||||
|
DISQUSWIDGETS.getCount({reset: true});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window.pjax ? getCount() : window.addEventListener('load', getCount)
|
||||||
|
|
||||||
|
})()
|
||||||
15
layout/includes/third-party/card-post-count/fb.pug
vendored
Normal file
15
layout/includes/third-party/card-post-count/fb.pug
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
script.
|
||||||
|
(()=>{
|
||||||
|
function loadFBComment () {
|
||||||
|
if (typeof FB === 'object') FB.XFBML.parse()
|
||||||
|
else {
|
||||||
|
let ele = document.createElement('script')
|
||||||
|
ele.setAttribute('src','https://connect.facebook.net/!{theme.facebook_comments.lang}/sdk.js#xfbml=1&version=v9.0')
|
||||||
|
ele.setAttribute('async', 'true')
|
||||||
|
ele.setAttribute('defer', 'true')
|
||||||
|
ele.setAttribute('crossorigin', 'anonymous')
|
||||||
|
document.body.appendChild(ele)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
window.pjax ? loadFBComment() : window.addEventListener('load', loadFBComment)
|
||||||
|
})()
|
||||||
12
layout/includes/third-party/card-post-count/index.pug
vendored
Normal file
12
layout/includes/third-party/card-post-count/index.pug
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
case theme.comments.use[0]
|
||||||
|
when 'Twikoo'
|
||||||
|
include ./twikoo.pug
|
||||||
|
when 'Disqus'
|
||||||
|
when 'Disqusjs'
|
||||||
|
include ./disqus.pug
|
||||||
|
when 'Valine'
|
||||||
|
include ./valine.pug
|
||||||
|
when 'Waline'
|
||||||
|
include ./waline.pug
|
||||||
|
when 'Facebook Comments'
|
||||||
|
include ./fb.pug
|
||||||
37
layout/includes/third-party/card-post-count/twikoo.pug
vendored
Normal file
37
layout/includes/third-party/card-post-count/twikoo.pug
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
const getCommentUrl = () => {
|
||||||
|
const eleGroup = document.querySelectorAll('#recent-posts .article-title')
|
||||||
|
let urlArray = []
|
||||||
|
eleGroup.forEach(i=>{
|
||||||
|
urlArray.push(i.getAttribute('href'))
|
||||||
|
})
|
||||||
|
return urlArray
|
||||||
|
}
|
||||||
|
|
||||||
|
const getCount = () => {
|
||||||
|
const runTwikoo = () => {
|
||||||
|
twikoo.getCommentsCount({
|
||||||
|
envId: '!{theme.twikoo.envId}',
|
||||||
|
region: '!{theme.twikoo.region}',
|
||||||
|
urls: getCommentUrl(),
|
||||||
|
includeReply: false
|
||||||
|
}).then(function (res) {
|
||||||
|
document.querySelectorAll('#recent-posts .twikoo-count').forEach((item,index) => {
|
||||||
|
item.innerText = res[index].count
|
||||||
|
})
|
||||||
|
}).catch(function (err) {
|
||||||
|
console.log(err)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof twikoo === 'object') {
|
||||||
|
runTwikoo()
|
||||||
|
} else {
|
||||||
|
getScript('!{theme.CDN.twikoo}').then(runTwikoo)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window.pjax ? getCount() : window.addEventListener('load', getCount)
|
||||||
|
|
||||||
|
})()
|
||||||
19
layout/includes/third-party/card-post-count/valine.pug
vendored
Normal file
19
layout/includes/third-party/card-post-count/valine.pug
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
function loadValine () {
|
||||||
|
function initValine () {
|
||||||
|
let initData = {
|
||||||
|
el: '#vcomment',
|
||||||
|
appId: '#{theme.valine.appId}',
|
||||||
|
appKey: '#{theme.valine.appKey}',
|
||||||
|
}
|
||||||
|
|
||||||
|
const valine = new Valine(initData)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof Valine === 'function') initValine()
|
||||||
|
else getScript('!{url_for(theme.CDN.valine)}').then(initValine)
|
||||||
|
}
|
||||||
|
|
||||||
|
window.pjax ? loadValine() : window.addEventListener('load', loadValine)
|
||||||
|
})()
|
||||||
18
layout/includes/third-party/card-post-count/waline.pug
vendored
Normal file
18
layout/includes/third-party/card-post-count/waline.pug
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
function loadWaline () {
|
||||||
|
function initWaline () {
|
||||||
|
let initData = {
|
||||||
|
el: '#waline-wrap',
|
||||||
|
serverURL: '!{theme.waline.serverURL}',
|
||||||
|
}
|
||||||
|
|
||||||
|
const waline = new Waline(initData)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof Waline === 'function') initWaline()
|
||||||
|
else getScript('!{url_for(theme.CDN.waline)}').then(initWaline)
|
||||||
|
}
|
||||||
|
|
||||||
|
window.pjax ? loadWaline() : window.addEventListener('load', loadWaline)
|
||||||
|
})()
|
||||||
@@ -7,7 +7,7 @@ script.
|
|||||||
if (typeof FB === 'object') FB.XFBML.parse()
|
if (typeof FB === 'object') FB.XFBML.parse()
|
||||||
else {
|
else {
|
||||||
let ele = document.createElement('script')
|
let ele = document.createElement('script')
|
||||||
ele.setAttribute('src','https://connect.facebook.net/!{theme.facebook_comments.lang}/sdk.js#xfbml=1&version=v7.0')
|
ele.setAttribute('src','https://connect.facebook.net/!{theme.facebook_comments.lang}/sdk.js#xfbml=1&version=v9.0')
|
||||||
ele.setAttribute('async', 'true')
|
ele.setAttribute('async', 'true')
|
||||||
ele.setAttribute('defer', 'true')
|
ele.setAttribute('defer', 'true')
|
||||||
ele.setAttribute('crossorigin', 'anonymous')
|
ele.setAttribute('crossorigin', 'anonymous')
|
||||||
|
|||||||
12
layout/includes/third-party/comments/js.pug
vendored
12
layout/includes/third-party/comments/js.pug
vendored
@@ -1,20 +1,20 @@
|
|||||||
each name in theme.comments.use
|
each name in theme.comments.use
|
||||||
case name
|
case name
|
||||||
when 'Valine'
|
when 'Valine'
|
||||||
!=partial('includes/third-party/comments/valine', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/valine', {}, {cache: true})
|
||||||
when 'Disqus'
|
when 'Disqus'
|
||||||
include ./disqus.pug
|
include ./disqus.pug
|
||||||
when 'Disqusjs'
|
when 'Disqusjs'
|
||||||
include ./disqusjs.pug
|
include ./disqusjs.pug
|
||||||
when 'Livere'
|
when 'Livere'
|
||||||
!=partial('includes/third-party/comments/livere', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/livere', {}, {cache: true})
|
||||||
when 'Gitalk'
|
when 'Gitalk'
|
||||||
include ./gitalk.pug
|
include ./gitalk.pug
|
||||||
when 'Utterances'
|
when 'Utterances'
|
||||||
!=partial('includes/third-party/comments/utterances', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/utterances', {}, {cache: true})
|
||||||
when 'Twikoo'
|
when 'Twikoo'
|
||||||
!=partial('includes/third-party/comments/twikoo', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/twikoo', {}, {cache: true})
|
||||||
when 'Waline'
|
when 'Waline'
|
||||||
!=partial('includes/third-party/comments/waline', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/waline', {}, {cache: true})
|
||||||
when 'Facebook Comments'
|
when 'Facebook Comments'
|
||||||
!=partial('includes/third-party/comments/facebook_comments', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/facebook_comments', {}, {cache: true})
|
||||||
|
|||||||
@@ -5,8 +5,9 @@ script.
|
|||||||
const $countDom = document.getElementById('twikoo-count')
|
const $countDom = document.getElementById('twikoo-count')
|
||||||
const init = () => {
|
const init = () => {
|
||||||
let initData = {
|
let initData = {
|
||||||
|
el: '#twikoo-wrap',
|
||||||
envId: '!{theme.twikoo.envId}',
|
envId: '!{theme.twikoo.envId}',
|
||||||
el: '#twikoo-wrap'
|
region: '!{theme.twikoo.region}'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!{Boolean(option)}) {
|
if (!{Boolean(option)}) {
|
||||||
@@ -20,6 +21,7 @@ script.
|
|||||||
const getCount = () => {
|
const getCount = () => {
|
||||||
twikoo.getCommentsCount({
|
twikoo.getCommentsCount({
|
||||||
envId: '!{theme.twikoo.envId}',
|
envId: '!{theme.twikoo.envId}',
|
||||||
|
region: '!{theme.twikoo.region}',
|
||||||
urls: [window.location.pathname],
|
urls: [window.location.pathname],
|
||||||
includeReply: false
|
includeReply: false
|
||||||
}).then(function (res) {
|
}).then(function (res) {
|
||||||
|
|||||||
4
layout/includes/third-party/math/index.pug
vendored
4
layout/includes/third-party/math/index.pug
vendored
@@ -1,6 +1,6 @@
|
|||||||
if theme.mathjax && theme.mathjax.enable
|
if theme.mathjax && theme.mathjax.enable
|
||||||
if theme.mathjax.per_page
|
if theme.mathjax.per_page
|
||||||
if(!is_tag() && !is_category() && !is_archive() && !is_home())
|
if is_post() && is_page()
|
||||||
include ./mathjax.pug
|
include ./mathjax.pug
|
||||||
else
|
else
|
||||||
if page.mathjax
|
if page.mathjax
|
||||||
@@ -8,7 +8,7 @@ if theme.mathjax && theme.mathjax.enable
|
|||||||
|
|
||||||
if theme.katex && theme.katex.enable
|
if theme.katex && theme.katex.enable
|
||||||
if theme.katex.per_page
|
if theme.katex.per_page
|
||||||
if(!is_tag() && !is_category() && !is_archive() && !is_home())
|
if is_post() && is_page()
|
||||||
include ./katex.pug
|
include ./katex.pug
|
||||||
else
|
else
|
||||||
if page.katex
|
if page.katex
|
||||||
|
|||||||
@@ -3,9 +3,10 @@ script.
|
|||||||
const changeContent = (content) => {
|
const changeContent = (content) => {
|
||||||
if (content === '') return content
|
if (content === '') return content
|
||||||
|
|
||||||
|
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
||||||
|
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
||||||
|
content = content.replace(/<code>.*?<\/code>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
||||||
content = content.replace(/(http(s?):)([/|.|\w|\s|-])*\.(?:jpg|jpeg|gif|png|webp)/g, '') // remove image link
|
|
||||||
content = content.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gi, '') // remove url
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
if (content.length > 150) {
|
||||||
content = content.substring(0,150) + '...'
|
content = content.substring(0,150) + '...'
|
||||||
@@ -26,8 +27,8 @@ script.
|
|||||||
'date': item.createdAt
|
'date': item.createdAt
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// set expiry to 10 min
|
|
||||||
saveToLocal.set('disqus-newest-comments', JSON.stringify(disqusArray), 10/(60*24))
|
saveToLocal.set('disqus-newest-comments', JSON.stringify(disqusArray), !{theme.newest_comments.storage}/(60*24))
|
||||||
generateHtml(disqusArray)
|
generateHtml(disqusArray)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
||||||
@@ -43,10 +44,7 @@ script.
|
|||||||
result += '<div class=\'aside-list-item\'>'
|
result += '<div class=\'aside-list-item\'>'
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
if (!{theme.newest_comments.avatar}) {
|
||||||
let name = 'src'
|
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
||||||
if(!{theme.lazyload.enable}) {
|
|
||||||
name = 'data-lazy-src'
|
|
||||||
}
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,9 +3,10 @@ script.
|
|||||||
const changeContent = (content) => {
|
const changeContent = (content) => {
|
||||||
if (content === '') return content
|
if (content === '') return content
|
||||||
|
|
||||||
|
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
||||||
|
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
||||||
|
content = content.replace(/<pre><code>.*?<\/pre>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
||||||
content = content.replace(/(http(s?):)([/|.|\w|\s|-])*\.(?:jpg|jpeg|gif|png|webp)/g, '') // remove image link
|
|
||||||
content = content.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gi, '') // remove url
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
if (content.length > 150) {
|
||||||
content = content.substring(0,150) + '...'
|
content = content.substring(0,150) + '...'
|
||||||
@@ -13,21 +14,50 @@ script.
|
|||||||
return content
|
return content
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const findTrueUrl = (array) => {
|
||||||
|
let url = ''
|
||||||
|
Promise.all(array.map(item =>
|
||||||
|
fetch(item.url).then(resp => resp.json()).then(data => {
|
||||||
|
if (data.user.login === 'utterances-bot') {
|
||||||
|
url = data.body.match(/https?\:\/\/[^\" ]+/ig).slice(-1)
|
||||||
|
return url[0]
|
||||||
|
} else {
|
||||||
|
url = data.body.match(/https?\:\/\/[^\" ]+/i)
|
||||||
|
return url[0]
|
||||||
|
}
|
||||||
|
})
|
||||||
|
)).then(res => {
|
||||||
|
array = array.map((i,index)=> {
|
||||||
|
return {
|
||||||
|
...i,
|
||||||
|
url: res[index]
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
saveToLocal.set('github-newest-comments', JSON.stringify(array), !{theme.newest_comments.storage}/(60*24))
|
||||||
|
generateHtml(array)
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
const getComment = () => {
|
const getComment = () => {
|
||||||
fetch('https://api.github.com/repos/!{theme.newest_comments.github_issues.repo}/issues/comments?sort=updated&direction=desc&per_page=!{theme.newest_comments.limit}&page=1')
|
fetch('https://api.github.com/repos/!{theme.newest_comments.github_issues.repo}/issues/comments?sort=updated&direction=desc&per_page=!{theme.newest_comments.limit}&page=1',{
|
||||||
|
"headers": {
|
||||||
|
Accept: 'application/vnd.github.v3.html+json'
|
||||||
|
}
|
||||||
|
})
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const githubArray = data.map(item => {
|
const githubArray = data.map(item => {
|
||||||
return {
|
return {
|
||||||
'avatar': item.user.avatar_url,
|
'avatar': item.user.avatar_url,
|
||||||
'content': changeContent(item.body),
|
'content': changeContent(item.body_html),
|
||||||
'nick': item.user.login,
|
'nick': item.user.login,
|
||||||
'url': item.html_url,
|
'url': item.issue_url,
|
||||||
'date': item.updated_at
|
'date': item.updated_at,
|
||||||
|
'githubUrl': item.html_url
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
saveToLocal.set('github-newest-comments', JSON.stringify(githubArray), 10/(60*24))
|
findTrueUrl(githubArray)
|
||||||
generateHtml(githubArray)
|
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
||||||
$dom.innerHTML= "!{_p('aside.card_newest_comments.error')}"
|
$dom.innerHTML= "!{_p('aside.card_newest_comments.error')}"
|
||||||
@@ -42,16 +72,13 @@ script.
|
|||||||
result += '<div class=\'aside-list-item\'>'
|
result += '<div class=\'aside-list-item\'>'
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
if (!{theme.newest_comments.avatar}) {
|
||||||
let name = 'src'
|
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
||||||
if(!{theme.lazyload.enable}) {
|
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
||||||
name = 'data-lazy-src'
|
|
||||||
}
|
|
||||||
result += `<a href='${array[i].url}' class="thumbnail"><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result += `<div class='content'>
|
result += `<div class='content'>
|
||||||
<a class='comment' href='${array[i].url}'>${array[i].content}</a>
|
<a class='comment' href='${array[i].url}'>${array[i].content}</a>
|
||||||
<div class='name'><span>${array[i].nick}</span><time> / ${btf.diffDate(array[i].date, true)}</time></div>
|
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
||||||
</div></div>`
|
</div></div>`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -3,9 +3,10 @@ script.
|
|||||||
const changeContent = (content) => {
|
const changeContent = (content) => {
|
||||||
if (content === '') return content
|
if (content === '') return content
|
||||||
|
|
||||||
|
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
||||||
|
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
||||||
|
content = content.replace(/<pre><code>.*?<\/pre>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
||||||
content = content.replace(/(http(s?):)([/|.|\w|\s|-])*\.(?:jpg|jpeg|gif|png|webp)/g, '') // remove image link
|
|
||||||
content = content.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gi, '') // remove url
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
if (content.length > 150) {
|
||||||
content = content.substring(0,150) + '...'
|
content = content.substring(0,150) + '...'
|
||||||
@@ -17,11 +18,22 @@ script.
|
|||||||
const runTwikoo = () => {
|
const runTwikoo = () => {
|
||||||
twikoo.getRecentComments({
|
twikoo.getRecentComments({
|
||||||
envId: '!{theme.twikoo.envId}',
|
envId: '!{theme.twikoo.envId}',
|
||||||
|
region: '!{theme.twikoo.region}',
|
||||||
pageSize: !{theme.newest_comments.limit},
|
pageSize: !{theme.newest_comments.limit},
|
||||||
includeReply: true
|
includeReply: true
|
||||||
}).then(function (res) {
|
}).then(function (res) {
|
||||||
saveToLocal.set('twikoo-newest-comments', JSON.stringify(res), 10/(60*24))
|
const twikooArray = res.map(e => {
|
||||||
generateHtml(res)
|
return {
|
||||||
|
'content': changeContent(e.comment),
|
||||||
|
'avatar': e.avatar,
|
||||||
|
'nick': e.nick,
|
||||||
|
'url': e.url + '#' + e.id,
|
||||||
|
'date': new Date(e.created).toISOString()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
saveToLocal.set('twikoo-newest-comments', JSON.stringify(twikooArray), !{theme.newest_comments.storage}/(60*24))
|
||||||
|
generateHtml(twikooArray)
|
||||||
}).catch(function (err) {
|
}).catch(function (err) {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
||||||
$dom.innerHTML= "!{_p('aside.card_newest_comments.error')}"
|
$dom.innerHTML= "!{_p('aside.card_newest_comments.error')}"
|
||||||
@@ -43,16 +55,13 @@ script.
|
|||||||
result += '<div class=\'aside-list-item\'>'
|
result += '<div class=\'aside-list-item\'>'
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
if (!{theme.newest_comments.avatar}) {
|
||||||
let name = 'src'
|
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
||||||
if(!{theme.lazyload.enable}) {
|
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
||||||
name = 'data-lazy-src'
|
|
||||||
}
|
|
||||||
result += `<a href='${array[i].url + '#' + array[i].id}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result += `<div class='content'>
|
result += `<div class='content'>
|
||||||
<a class='comment' href='${array[i].url + '#' + array[i].id}'>${changeContent(array[i].commentText)}</a>
|
<a class='comment' href='${array[i].url}'>${array[i].content}</a>
|
||||||
<div class='name'><span>${array[i].nick}</span><time> / ${btf.diffDate(array[i].created, true)}</time></div>
|
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
||||||
</div></div>`
|
</div></div>`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -6,9 +6,10 @@ script.
|
|||||||
const changeContent = (content) => {
|
const changeContent = (content) => {
|
||||||
if (content === '') return content
|
if (content === '') return content
|
||||||
|
|
||||||
|
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
||||||
|
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
||||||
|
content = content.replace(/<pre><code>.*?<\/pre>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
||||||
content = content.replace(/(http(s?):)([/|.|\w|\s|-])*\.(?:jpg|jpeg|gif|png|webp)/g, '') // remove image link
|
|
||||||
content = content.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gi, '') // remove url
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
if (content.length > 150) {
|
||||||
content = content.substring(0,150) + '...'
|
content = content.substring(0,150) + '...'
|
||||||
@@ -18,7 +19,6 @@ script.
|
|||||||
|
|
||||||
const getIcon = (icon, mail) => {
|
const getIcon = (icon, mail) => {
|
||||||
if (icon) return icon
|
if (icon) return icon
|
||||||
|
|
||||||
let defaultIcon = '!{ default_avatar ? `?d=${default_avatar}` : ''}'
|
let defaultIcon = '!{ default_avatar ? `?d=${default_avatar}` : ''}'
|
||||||
let iconUrl = `https://gravatar.loli.net/avatar/${md5(mail.toLowerCase()) + defaultIcon}`
|
let iconUrl = `https://gravatar.loli.net/avatar/${md5(mail.toLowerCase()) + defaultIcon}`
|
||||||
return iconUrl
|
return iconUrl
|
||||||
@@ -32,16 +32,13 @@ script.
|
|||||||
result += '<div class=\'aside-list-item\'>'
|
result += '<div class=\'aside-list-item\'>'
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
if (!{theme.newest_comments.avatar}) {
|
||||||
let name = 'src'
|
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
||||||
if(!{theme.lazyload.enable}) {
|
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
||||||
name = 'data-lazy-src'
|
|
||||||
}
|
|
||||||
result += `<a href='${array[i].url}' class="thumbnail"><img ${name}='${getIcon(array[i].avatar, array[i].mail)}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result += `<div class='content'>
|
result += `<div class='content'>
|
||||||
<a class='comment' href='${array[i].url}'>${array[i].content}</a>
|
<a class='comment' href='${array[i].url}'>${array[i].content}</a>
|
||||||
<div class='name'><span>${array[i].nick}</span><time> / ${btf.diffDate(array[i].date, true)}</time></div>
|
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
||||||
</div></div>`
|
</div></div>`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -55,12 +52,7 @@ script.
|
|||||||
}
|
}
|
||||||
|
|
||||||
const getComment = () => {
|
const getComment = () => {
|
||||||
let serverURL = ''
|
const serverURL = '!{theme.valine.serverURLs || `https://${theme.valine.appId.substring(0,8)}.api.lncldglobal.com` }'
|
||||||
if (!{Boolean(theme.valine.serverURLs)}) {
|
|
||||||
serverURL = '!{theme.valine.serverURLs}'
|
|
||||||
} else {
|
|
||||||
serverURL = 'https://!{theme.valine.appId.substring(0,8)}.api.lncldglobal.com'
|
|
||||||
}
|
|
||||||
|
|
||||||
var settings = {
|
var settings = {
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
@@ -76,15 +68,14 @@ script.
|
|||||||
.then(data => {
|
.then(data => {
|
||||||
const valineArray = data.results.map(function (e) {
|
const valineArray = data.results.map(function (e) {
|
||||||
return {
|
return {
|
||||||
'avatar': e.QQAvatar,
|
'avatar': getIcon(e.QQAvatar, e.mail),
|
||||||
'content': changeContent(e.comment),
|
'content': changeContent(e.comment),
|
||||||
'mail': e.mail,
|
|
||||||
'nick': e.nick,
|
'nick': e.nick,
|
||||||
'url': e.url + '#' + e.objectId,
|
'url': e.url + '#' + e.objectId,
|
||||||
'date': e.createdAt,
|
'date': e.updatedAt,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
saveToLocal.set('leancloud-newest-comments', JSON.stringify(valineArray), 10/(60*24))
|
saveToLocal.set('valine-newest-comments', JSON.stringify(valineArray), !{theme.newest_comments.storage}/(60*24))
|
||||||
generateHtml(valineArray)
|
generateHtml(valineArray)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
||||||
@@ -94,7 +85,7 @@ script.
|
|||||||
|
|
||||||
const newestCommentInit = () => {
|
const newestCommentInit = () => {
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
if (document.querySelector('#card-newest-comments .aside-list')) {
|
||||||
const data = saveToLocal.get('leancloud-newest-comments')
|
const data = saveToLocal.get('valine-newest-comments')
|
||||||
if (data) {
|
if (data) {
|
||||||
generateHtml(JSON.parse(data))
|
generateHtml(JSON.parse(data))
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -5,9 +5,10 @@ script.
|
|||||||
const changeContent = (content) => {
|
const changeContent = (content) => {
|
||||||
if (content === '') return content
|
if (content === '') return content
|
||||||
|
|
||||||
|
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
||||||
|
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
||||||
|
content = content.replace(/<pre><code>.*?<\/pre>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
||||||
content = content.replace(/(http(s?):)([/|.|\w|\s|-])*\.(?:jpg|jpeg|gif|png|webp)/g, '') // remove image link
|
|
||||||
content = content.replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gi, '') // remove url
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
if (content.length > 150) {
|
||||||
content = content.substring(0,150) + '...'
|
content = content.substring(0,150) + '...'
|
||||||
@@ -15,7 +16,8 @@ script.
|
|||||||
return content
|
return content
|
||||||
}
|
}
|
||||||
|
|
||||||
const getIcon = (mail) => {
|
const getIcon = (avatar,mail) => {
|
||||||
|
if (avatar) return avatar
|
||||||
let defaultIcon = '!{ default_avatar ? `?d=${default_avatar}` : ''}'
|
let defaultIcon = '!{ default_avatar ? `?d=${default_avatar}` : ''}'
|
||||||
let iconUrl = `https://gravatar.loli.net/avatar/${mail + defaultIcon}`
|
let iconUrl = `https://gravatar.loli.net/avatar/${mail + defaultIcon}`
|
||||||
return iconUrl
|
return iconUrl
|
||||||
@@ -29,16 +31,13 @@ script.
|
|||||||
result += '<div class=\'aside-list-item\'>'
|
result += '<div class=\'aside-list-item\'>'
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
if (!{theme.newest_comments.avatar}) {
|
||||||
let name = 'src'
|
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
||||||
if(!{theme.lazyload.enable}) {
|
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
||||||
name = 'data-lazy-src'
|
|
||||||
}
|
|
||||||
result += `<a href='${array[i].url}' class="thumbnail"><img ${name}='${getIcon(array[i].mail)}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result += `<div class='content'>
|
result += `<div class='content'>
|
||||||
<a class='comment' href='${array[i].url}'>${array[i].content}</a>
|
<a class='comment' href='${array[i].url}'>${array[i].content}</a>
|
||||||
<div class='name'><span>${array[i].nick}</span><time> / ${btf.diffDate(array[i].date, true)}</time></div>
|
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
||||||
</div></div>`
|
</div></div>`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -61,13 +60,13 @@ script.
|
|||||||
const walineArray = comments.map(function (e) {
|
const walineArray = comments.map(function (e) {
|
||||||
return {
|
return {
|
||||||
'content': changeContent(e.comment),
|
'content': changeContent(e.comment),
|
||||||
'mail': e.mail,
|
'avatar': getIcon(e.QQAvatar,e.mail),
|
||||||
'nick': e.nick,
|
'nick': e.nick,
|
||||||
'url': e.url + '#' + e.objectId,
|
'url': e.url + '#' + e.objectId,
|
||||||
'date': e.createdAt,
|
'date': e.updatedAt,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
saveToLocal.set('waline-newest-comments', JSON.stringify(walineArray), 10/(60*24))
|
saveToLocal.set('waline-newest-comments', JSON.stringify(walineArray), !{theme.newest_comments.storage}/(60*24))
|
||||||
generateHtml(walineArray)
|
generateHtml(walineArray)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
||||||
|
|||||||
4
layout/includes/third-party/pangu.pug
vendored
4
layout/includes/third-party/pangu.pug
vendored
@@ -1,10 +1,10 @@
|
|||||||
script.
|
script.
|
||||||
function panguFn () {
|
function panguFn () {
|
||||||
if (typeof pangu === 'object') pangu.spacingElementById('content-inner')
|
if (typeof pangu === 'object') pangu.autoSpacingPage()
|
||||||
else {
|
else {
|
||||||
getScript('!{url_for(theme.CDN.pangu)}')
|
getScript('!{url_for(theme.CDN.pangu)}')
|
||||||
.then(() => {
|
.then(() => {
|
||||||
pangu.spacingElementById('content-inner')
|
pangu.autoSpacingPage()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
8
layout/includes/third-party/pjax.pug
vendored
8
layout/includes/third-party/pjax.pug
vendored
@@ -7,7 +7,7 @@ script(src=url_for(theme.CDN.pjax))
|
|||||||
script.
|
script.
|
||||||
let pjaxSelectors = [
|
let pjaxSelectors = [
|
||||||
'title',
|
'title',
|
||||||
'#config_change',
|
'#config-diff',
|
||||||
'#body-wrap',
|
'#body-wrap',
|
||||||
'#rightside-config-hide',
|
'#rightside-config-hide',
|
||||||
'#rightside-config-show',
|
'#rightside-config-show',
|
||||||
@@ -78,3 +78,9 @@ script.
|
|||||||
$bodyClassList.contains('read-mode') && $bodyClassList.remove('read-mode')
|
$bodyClassList.contains('read-mode') && $bodyClassList.remove('read-mode')
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
document.addEventListener('pjax:error', (e) => {
|
||||||
|
if (e.request.status === 404) {
|
||||||
|
pjax.loadUrl('/404.html')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|||||||
4
layout/includes/third-party/share/index.pug
vendored
4
layout/includes/third-party/share/index.pug
vendored
@@ -1,7 +1,7 @@
|
|||||||
.post_share
|
.post_share
|
||||||
if theme.addThis.enable
|
if theme.addThis.enable
|
||||||
!=partial('includes/third-party/share/add-this', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/share/add-this', {}, {cache: true})
|
||||||
else if theme.sharejs.enable
|
else if theme.sharejs.enable
|
||||||
include ./share-js.pug
|
include ./share-js.pug
|
||||||
else if theme.addtoany.enable
|
else if theme.addtoany.enable
|
||||||
!=partial('includes/third-party/share/addtoany', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/share/addtoany', {}, {cache: true})
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
if theme.aside.card_archives.enable
|
if theme.aside.card_archives.enable
|
||||||
.card-widget.card-archives
|
.card-widget.card-archives
|
||||||
.item-headline
|
|
||||||
i.fas.fa-archive
|
|
||||||
span= _p('aside.card_archives')
|
|
||||||
|
|
||||||
- let type = theme.aside.card_archives.type || 'monthly'
|
- let type = theme.aside.card_archives.type || 'monthly'
|
||||||
- let format = theme.aside.card_archives.format || 'MMMM YYYY'
|
- let format = theme.aside.card_archives.format || 'MMMM YYYY'
|
||||||
- let order = theme.aside.card_archives.order || -1
|
- let order = theme.aside.card_archives.order || -1
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
if theme.aside.card_categories.enable
|
if theme.aside.card_categories.enable
|
||||||
if site.categories.length
|
if site.categories.length
|
||||||
.card-widget.card-categories
|
.card-widget.card-categories
|
||||||
.item-headline
|
|
||||||
i.fas.fa-folder-open
|
|
||||||
span= _p('aside.card_categories')
|
|
||||||
!=aside_categories({ limit: theme.aside.card_categories.limit === 0 ? 0 : theme.aside.card_categories.limit || 8 , expand: theme.aside.card_categories.expand })
|
!=aside_categories({ limit: theme.aside.card_categories.limit === 0 ? 0 : theme.aside.card_categories.limit || 8 , expand: theme.aside.card_categories.expand })
|
||||||
|
|||||||
@@ -5,23 +5,23 @@
|
|||||||
.sticky_layout
|
.sticky_layout
|
||||||
include ./card_post_toc.pug
|
include ./card_post_toc.pug
|
||||||
else
|
else
|
||||||
!=partial('includes/widget/card_author', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_author', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_announcement', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_announcement', {}, {cache: true})
|
||||||
.sticky_layout
|
.sticky_layout
|
||||||
if showToc
|
if showToc
|
||||||
include ./card_post_toc.pug
|
include ./card_post_toc.pug
|
||||||
!=partial('includes/widget/card_recent_post', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_recent_post', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_ad', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_ad', {}, {cache: true})
|
||||||
else
|
else
|
||||||
//- page
|
//- page
|
||||||
!=partial('includes/widget/card_author', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_author', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_announcement', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_announcement', {}, {cache: true})
|
||||||
.sticky_layout
|
.sticky_layout
|
||||||
!=partial('includes/widget/card_recent_post', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_recent_post', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_ad', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_ad', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_newest_comment', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_newest_comment', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_categories', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_categories', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_tags', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_tags', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_archives', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_archives', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_webinfo', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_webinfo', {}, {cache: true})
|
||||||
!=partial('includes/widget/card_self', {}, {cache:theme.fragment_cache})
|
!=partial('includes/widget/card_self', {}, {cache: true})
|
||||||
@@ -16,4 +16,4 @@ block content
|
|||||||
|
|
||||||
if page.comments !== false && theme.comments && theme.comments.use
|
if page.comments !== false && theme.comments && theme.comments.use
|
||||||
- var commentsJsLoad = true
|
- var commentsJsLoad = true
|
||||||
!=partial('includes/third-party/comments/index', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/index', {}, {cache: true})
|
||||||
@@ -15,17 +15,18 @@ block content
|
|||||||
include includes/third-party/share/index.pug
|
include includes/third-party/share/index.pug
|
||||||
|
|
||||||
if theme.reward.enable
|
if theme.reward.enable
|
||||||
!=partial('includes/post/reward', {}, {cache:theme.fragment_cache})
|
!=partial('includes/post/reward', {}, {cache: true})
|
||||||
|
|
||||||
//- ad
|
//- ad
|
||||||
if theme.ad && theme.ad.post
|
if theme.ad && theme.ad.post
|
||||||
.ads-wrap!=theme.ad.post
|
.ads-wrap!=theme.ad.post
|
||||||
|
|
||||||
|
if theme.post_pagination
|
||||||
include includes/pagination.pug
|
include includes/pagination.pug
|
||||||
if theme.related_post && theme.related_post.enable
|
if theme.related_post && theme.related_post.enable
|
||||||
!= related_posts(page,site.posts)
|
!= related_posts(page,site.posts)
|
||||||
|
|
||||||
if page.comments !== false && theme.comments && theme.comments.use
|
if page.comments !== false && theme.comments && theme.comments.use
|
||||||
- var commentsJsLoad = true
|
- var commentsJsLoad = true
|
||||||
!=partial('includes/third-party/comments/index', {}, {cache:theme.fragment_cache})
|
!=partial('includes/third-party/comments/index', {}, {cache: true})
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-butterfly",
|
"name": "hexo-theme-butterfly",
|
||||||
"version": "3.5.0",
|
"version": "3.6.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": {
|
||||||
@@ -20,13 +20,13 @@
|
|||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jerryc127/hexo-theme-butterfly/issues",
|
"url": "https://github.com/jerryc127/hexo-theme-butterfly/issues",
|
||||||
"email": "wong@jerryc.me"
|
"email": "btf@immyw.com"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hexo-renderer-stylus": "^2.0.1",
|
"hexo-renderer-stylus": "^2.0.1",
|
||||||
"hexo-renderer-pug": "^1.0.0"
|
"hexo-renderer-pug": "^1.0.0"
|
||||||
},
|
},
|
||||||
"homepage": "https://butterfly.js.org/",
|
"homepage": "https://butterfly.js.org/",
|
||||||
"author": "Jerry <wong@jerryc.me>",
|
"author": "Jerry <btf@immyw.com>",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ hexo.extend.helper.register('aside_archives', function (options = {}) {
|
|||||||
? (yearA, monthA, yearB, monthB) => yearA === yearB && monthA === monthB
|
? (yearA, monthA, yearB, monthB) => yearA === yearB && monthA === monthB
|
||||||
: (yearA, monthA, yearB, monthB) => yearA === yearB
|
: (yearA, monthA, yearB, monthB) => yearA === yearB
|
||||||
const limit = options.limit
|
const limit = options.limit
|
||||||
const moreButton = this._p('aside.more_button')
|
|
||||||
let result = ''
|
let result = ''
|
||||||
|
|
||||||
if (!format) {
|
if (!format) {
|
||||||
@@ -67,11 +66,18 @@ hexo.extend.helper.register('aside_archives', function (options = {}) {
|
|||||||
return this.url_for(url)
|
return this.url_for(url)
|
||||||
}
|
}
|
||||||
|
|
||||||
result += '<ul class="card-archive-list">'
|
|
||||||
|
|
||||||
const len = data.length
|
const len = data.length
|
||||||
const Judge = limit === 0 ? len : Math.min(len, limit)
|
const Judge = limit === 0 ? len : Math.min(len, limit)
|
||||||
|
|
||||||
|
result += `<div class="item-headline"><i class="fas fa-archive"></i><span>${this._p('aside.card_archives')}</span>`
|
||||||
|
|
||||||
|
if (len > Judge) {
|
||||||
|
result += `<a class="card-more-btn" href="${this.url_for(archiveDir)}/" title="${this._p('aside.more_button')}">
|
||||||
|
<i class="fas fa-angle-right"></i></a>`
|
||||||
|
}
|
||||||
|
|
||||||
|
result += '</div><ul class="card-archive-list">'
|
||||||
|
|
||||||
for (let i = 0; i < Judge; i++) {
|
for (let i = 0; i < Judge; i++) {
|
||||||
const item = data[i]
|
const item = data[i]
|
||||||
|
|
||||||
@@ -89,11 +95,6 @@ hexo.extend.helper.register('aside_archives', function (options = {}) {
|
|||||||
result += '</li>'
|
result += '</li>'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (len > Judge) {
|
|
||||||
result += '<li class="card-archive-list-item more is-center">'
|
|
||||||
result += `<a class="card-archive-list-link-more" href="${this.url_for(archiveDir)}/">
|
|
||||||
<span>${moreButton}</span><i class="fas fa-angle-right" ></i></a></li>`
|
|
||||||
}
|
|
||||||
result += '</ul>'
|
result += '</ul>'
|
||||||
return result
|
return result
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ hexo.extend.helper.register('aside_categories', function (categories, options) {
|
|||||||
const limit = options.limit === 0 ? categories.length : options.limit
|
const limit = options.limit === 0 ? categories.length : options.limit
|
||||||
const isExpand = options.expand !== 'none'
|
const isExpand = options.expand !== 'none'
|
||||||
const expandClass = isExpand && options.expand === true ? 'expand' : ''
|
const expandClass = isExpand && options.expand === true ? 'expand' : ''
|
||||||
|
|
||||||
const buttonLabel = this._p('aside.more_button')
|
const buttonLabel = this._p('aside.more_button')
|
||||||
const prepareQuery = (parent) => {
|
const prepareQuery = (parent) => {
|
||||||
const query = {}
|
const query = {}
|
||||||
@@ -80,17 +79,19 @@ hexo.extend.helper.register('aside_categories', function (categories, options) {
|
|||||||
const list = hierarchicalList(limit, 0)
|
const list = hierarchicalList(limit, 0)
|
||||||
|
|
||||||
const moreButton = function () {
|
const moreButton = function () {
|
||||||
let moreHtml = ''
|
|
||||||
if (categories.length <= limit) return ''
|
if (categories.length <= limit) return ''
|
||||||
moreHtml += '<li class="card-category-list-item more is-center">'
|
const moreHtml = `<a class="card-more-btn" href="${categoryDir}/" title="${buttonLabel}">
|
||||||
moreHtml += `<a class="card-category-list-link-more" href="${categoryDir}/">
|
<i class="fas fa-angle-right"></i></a>`
|
||||||
<span>${buttonLabel}</span><i class="fas fa-angle-right"></i></a></li>`
|
|
||||||
|
|
||||||
return moreHtml
|
return moreHtml
|
||||||
}
|
}
|
||||||
|
|
||||||
return `<ul class="card-category-list" id="aside-cat-list">
|
return `<div class="item-headline">
|
||||||
${list[0]}
|
<i class="fas fa-folder-open"></i>
|
||||||
|
<span>${this._p('aside.card_categories')}</span>
|
||||||
${moreButton()}
|
${moreButton()}
|
||||||
|
</div>
|
||||||
|
<ul class="card-category-list" id="aside-cat-list">
|
||||||
|
${list[0]}
|
||||||
</ul>`
|
</ul>`
|
||||||
})
|
})
|
||||||
|
|||||||
145
scripts/helpers/inject_head_js.js
Normal file
145
scripts/helpers/inject_head_js.js
Normal file
@@ -0,0 +1,145 @@
|
|||||||
|
/**
|
||||||
|
* Butterfly
|
||||||
|
* inject js to head
|
||||||
|
*/
|
||||||
|
|
||||||
|
'use strict'
|
||||||
|
|
||||||
|
hexo.extend.helper.register('inject_head_js', function () {
|
||||||
|
const { darkmode, aside, change_font_size } = this.theme
|
||||||
|
|
||||||
|
const localStore = `
|
||||||
|
win.saveToLocal = {
|
||||||
|
set: function setWithExpiry(key, value, ttl) {
|
||||||
|
if (ttl === 0) return
|
||||||
|
const now = new Date()
|
||||||
|
const expiryDay = ttl * 86400000
|
||||||
|
const item = {
|
||||||
|
value: value,
|
||||||
|
expiry: now.getTime() + expiryDay,
|
||||||
|
}
|
||||||
|
localStorage.setItem(key, JSON.stringify(item))
|
||||||
|
},
|
||||||
|
|
||||||
|
get: function getWithExpiry(key) {
|
||||||
|
const itemStr = localStorage.getItem(key)
|
||||||
|
|
||||||
|
if (!itemStr) {
|
||||||
|
return undefined
|
||||||
|
}
|
||||||
|
const item = JSON.parse(itemStr)
|
||||||
|
const now = new Date()
|
||||||
|
|
||||||
|
if (now.getTime() > item.expiry) {
|
||||||
|
localStorage.removeItem(key)
|
||||||
|
return undefined
|
||||||
|
}
|
||||||
|
return item.value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`
|
||||||
|
|
||||||
|
// https://stackoverflow.com/questions/16839698/jquery-getscript-alternative-in-native-javascript
|
||||||
|
const getScript = `
|
||||||
|
win.getScript = url => new Promise((resolve, reject) => {
|
||||||
|
const script = document.createElement('script')
|
||||||
|
script.src = url
|
||||||
|
script.async = true
|
||||||
|
script.onerror = reject
|
||||||
|
script.onload = script.onreadystatechange = function() {
|
||||||
|
const loadState = this.readyState
|
||||||
|
if (loadState && loadState !== 'loaded' && loadState !== 'complete') return
|
||||||
|
script.onload = script.onreadystatechange = null
|
||||||
|
resolve()
|
||||||
|
}
|
||||||
|
document.head.appendChild(script)
|
||||||
|
})
|
||||||
|
`
|
||||||
|
|
||||||
|
let darkmodeJs = ''
|
||||||
|
if (darkmode.enable) {
|
||||||
|
darkmodeJs = `
|
||||||
|
win.activateDarkMode = function () {
|
||||||
|
document.documentElement.setAttribute('data-theme', 'dark')
|
||||||
|
if (document.querySelector('meta[name="theme-color"]') !== null) {
|
||||||
|
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#0d0d0d')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
win.activateLightMode = function () {
|
||||||
|
document.documentElement.setAttribute('data-theme', 'light')
|
||||||
|
if (document.querySelector('meta[name="theme-color"]') !== null) {
|
||||||
|
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#ffffff')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const t = saveToLocal.get('theme')
|
||||||
|
`
|
||||||
|
|
||||||
|
const autoChangeMode = darkmode.autoChangeMode
|
||||||
|
|
||||||
|
if (autoChangeMode === 1) {
|
||||||
|
darkmodeJs += `
|
||||||
|
const isDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||||
|
const isLightMode = window.matchMedia('(prefers-color-scheme: light)').matches
|
||||||
|
const isNotSpecified = window.matchMedia('(prefers-color-scheme: no-preference)').matches
|
||||||
|
const hasNoSupport = !isDarkMode && !isLightMode && !isNotSpecified
|
||||||
|
|
||||||
|
if (t === undefined) {
|
||||||
|
if (isLightMode) activateLightMode()
|
||||||
|
else if (isDarkMode) activateDarkMode()
|
||||||
|
else if (isNotSpecified || hasNoSupport) {
|
||||||
|
const now = new Date()
|
||||||
|
const hour = now.getHours()
|
||||||
|
const isNight = hour <= 6 || hour >= 18
|
||||||
|
isNight ? activateDarkMode() : activateLightMode()
|
||||||
|
}
|
||||||
|
window.matchMedia('(prefers-color-scheme: dark)').addListener(function (e) {
|
||||||
|
if (saveToLocal.get('theme') === undefined) {
|
||||||
|
e.matches ? activateDarkMode() : activateLightMode()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
} else if (t === 'light') activateLightMode()
|
||||||
|
else activateDarkMode()
|
||||||
|
`
|
||||||
|
} else if (autoChangeMode === 2) {
|
||||||
|
darkmodeJs += `
|
||||||
|
const now = new Date()
|
||||||
|
const hour = now.getHours()
|
||||||
|
const isNight = hour <= 6 || hour >= 18
|
||||||
|
if (t === undefined) isNight ? activateDarkMode() : activateLightMode()
|
||||||
|
else if (t === 'light') activateLightMode()
|
||||||
|
else activateDarkMode()
|
||||||
|
`
|
||||||
|
} else {
|
||||||
|
darkmodeJs += `
|
||||||
|
if (t === 'dark') activateDarkMode()
|
||||||
|
else if (t === 'light') activateLightMode()
|
||||||
|
`
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
let asideStatus = ''
|
||||||
|
if (aside.enable && aside.button) {
|
||||||
|
asideStatus = `
|
||||||
|
const asideStatus = saveToLocal.get('aside-status')
|
||||||
|
if (asideStatus !== undefined) {
|
||||||
|
if (asideStatus === 'hide') {
|
||||||
|
document.documentElement.classList.add('hide-aside')
|
||||||
|
} else {
|
||||||
|
document.documentElement.classList.remove('hide-aside')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`
|
||||||
|
}
|
||||||
|
|
||||||
|
let changFontAside = ''
|
||||||
|
if (change_font_size) {
|
||||||
|
changFontAside = `
|
||||||
|
const fontSizeVal = saveToLocal.get('global-font-size')
|
||||||
|
if (fontSizeVal !== undefined) {
|
||||||
|
document.documentElement.style.setProperty('--global-font-size', fontSizeVal + 'px')
|
||||||
|
}
|
||||||
|
`
|
||||||
|
}
|
||||||
|
|
||||||
|
return `<script>(win=>{${localStore + getScript + darkmodeJs + asideStatus + changFontAside}})(window)</script>`
|
||||||
|
})
|
||||||
@@ -15,7 +15,7 @@ hexo.extend.helper.register('page_description', function () {
|
|||||||
let description = page.description || page.content || page.title || config.description
|
let description = page.description || page.content || page.title || config.description
|
||||||
|
|
||||||
if (description) {
|
if (description) {
|
||||||
description = escapeHTML(stripHTML(description).substring(0, 200)
|
description = escapeHTML(stripHTML(description).substring(0, 150)
|
||||||
.trim()
|
.trim()
|
||||||
).replace(/\n/g, ' ')
|
).replace(/\n/g, ' ')
|
||||||
return description
|
return description
|
||||||
@@ -54,8 +54,8 @@ hexo.extend.helper.register('cloudTags', function (options = {}) {
|
|||||||
return result
|
return result
|
||||||
})
|
})
|
||||||
|
|
||||||
hexo.extend.helper.register('urlNoIndex', function () {
|
hexo.extend.helper.register('urlNoIndex', function (url = null) {
|
||||||
return prettyUrls(this.url, { trailing_index: false, trailing_html: false })
|
return prettyUrls(url || this.url, { trailing_index: false, trailing_html: false })
|
||||||
})
|
})
|
||||||
|
|
||||||
hexo.extend.helper.register('md5', function (path) {
|
hexo.extend.helper.register('md5', function (path) {
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ minWidth2000()
|
|||||||
if hexo-config('enter_transitions')
|
if hexo-config('enter_transitions')
|
||||||
#content-inner,
|
#content-inner,
|
||||||
#footer
|
#footer
|
||||||
animation: main 1s
|
animation: bottom-top 1s
|
||||||
|
|
||||||
#page-header
|
#page-header
|
||||||
animation: header-effect 1s
|
animation: header-effect 1s
|
||||||
@@ -121,14 +121,14 @@ if hexo-config('avatar.effect') == true
|
|||||||
100%
|
100%
|
||||||
transform: translateY(0)
|
transform: translateY(0)
|
||||||
|
|
||||||
@keyframes main
|
@keyframes bottom-top
|
||||||
0%
|
0%
|
||||||
opacity: 0
|
opacity: 0
|
||||||
transform: translateY(50px)
|
margin-top: 50px
|
||||||
|
|
||||||
100%
|
100%
|
||||||
opacity: 1
|
opacity: 1
|
||||||
transform: translateY(0)
|
margin-top: 0
|
||||||
|
|
||||||
@keyframes titlescale
|
@keyframes titlescale
|
||||||
0%
|
0%
|
||||||
|
|||||||
@@ -27,6 +27,8 @@
|
|||||||
--blockquote-bg: $blockquote-background-color
|
--blockquote-bg: $blockquote-background-color
|
||||||
--reward-pop: $reward-pop-up-bg
|
--reward-pop: $reward-pop-up-bg
|
||||||
--toc-link-color: $toc-link-color
|
--toc-link-color: $toc-link-color
|
||||||
|
--card-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, .06)
|
||||||
|
--card-hover-box-shadow: 0 3px 8px 6px rgba(7, 17, 27, .15)
|
||||||
|
|
||||||
html
|
html
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|||||||
@@ -18,7 +18,11 @@ if hexo-config('error_404.enable')
|
|||||||
height: 18rem
|
height: 18rem
|
||||||
border-radius: 8px
|
border-radius: 8px
|
||||||
background: var(--card-bg)
|
background: var(--card-bg)
|
||||||
box-shadow: 0 4px 8px 6px rgba(7, 17, 27, .06)
|
box-shadow: var(--card-box-shadow)
|
||||||
|
transition: all .3s
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
box-shadow: var(--card-hover-box-shadow)
|
||||||
|
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
@@ -45,6 +49,7 @@ if hexo-config('error_404.enable')
|
|||||||
padding: .5rem
|
padding: .5rem
|
||||||
text-align: center
|
text-align: center
|
||||||
font-size: 14px
|
font-size: 14px
|
||||||
|
|
||||||
if $site-name-font
|
if $site-name-font
|
||||||
font-family: $site-name-font
|
font-family: $site-name-font
|
||||||
|
|
||||||
|
|||||||
@@ -23,11 +23,11 @@
|
|||||||
padding: 1rem 1.2rem
|
padding: 1rem 1.2rem
|
||||||
border-radius: 8px
|
border-radius: 8px
|
||||||
background: var(--card-bg)
|
background: var(--card-bg)
|
||||||
box-shadow: 0 4px 8px 6px rgba(7, 17, 27, .06)
|
box-shadow: var(--card-box-shadow)
|
||||||
transition: box-shadow .3s
|
transition: box-shadow .3s
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
box-shadow: 0 4px 12px 12px rgba(7, 17, 27, .15)
|
box-shadow: var(--card-hover-box-shadow)
|
||||||
|
|
||||||
if hexo-config('aside.mobile') == false
|
if hexo-config('aside.mobile') == false
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
@@ -110,6 +110,7 @@
|
|||||||
position: sticky
|
position: sticky
|
||||||
position: -webkit-sticky
|
position: -webkit-sticky
|
||||||
top: 20px
|
top: 20px
|
||||||
|
transition: top .3s
|
||||||
|
|
||||||
.card-tag-cloud
|
.card-tag-cloud
|
||||||
a
|
a
|
||||||
@@ -213,16 +214,6 @@
|
|||||||
width: 20%
|
width: 20%
|
||||||
text-align: right
|
text-align: right
|
||||||
|
|
||||||
&.more
|
|
||||||
span
|
|
||||||
padding-right: .3rem
|
|
||||||
width: auto !important
|
|
||||||
transition: .5s
|
|
||||||
|
|
||||||
&:hover
|
|
||||||
span
|
|
||||||
padding-right: .6rem
|
|
||||||
|
|
||||||
.card-categories
|
.card-categories
|
||||||
.card-category-list
|
.card-category-list
|
||||||
&.child
|
&.child
|
||||||
@@ -333,6 +324,21 @@
|
|||||||
> .card-widget
|
> .card-widget
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
|
||||||
|
.card-more-btn
|
||||||
|
float: right
|
||||||
|
color: inherit
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
animation: more-btn-move 1s infinite
|
||||||
|
|
||||||
|
@keyframes more-btn-move
|
||||||
|
0%,
|
||||||
|
100%
|
||||||
|
transform: translateX(0)
|
||||||
|
|
||||||
|
50%
|
||||||
|
transform: translateX(3px)
|
||||||
|
|
||||||
@keyframes toc-open
|
@keyframes toc-open
|
||||||
0%
|
0%
|
||||||
transform: scale(.7)
|
transform: scale(.7)
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
font-size: 30px
|
font-size: 30px
|
||||||
|
|
||||||
// page
|
// page
|
||||||
&.not-index-bg
|
&.not-home-page
|
||||||
height: 20rem
|
height: 20rem
|
||||||
|
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
@@ -101,19 +101,6 @@
|
|||||||
background-color: alpha($dark-black, .5)
|
background-color: alpha($dark-black, .5)
|
||||||
content: ''
|
content: ''
|
||||||
|
|
||||||
&.no-top-img
|
|
||||||
margin-bottom: .5rem
|
|
||||||
height: 60px
|
|
||||||
background: 0
|
|
||||||
|
|
||||||
#nav
|
|
||||||
background: rgba(255, 255, 255, .8)
|
|
||||||
box-shadow: 0 5px 6px -5px rgba(133, 133, 133, .6)
|
|
||||||
|
|
||||||
a
|
|
||||||
color: var(--font-color)
|
|
||||||
text-shadow: none
|
|
||||||
|
|
||||||
#post-info
|
#post-info
|
||||||
position: absolute
|
position: absolute
|
||||||
bottom: 5rem
|
bottom: 5rem
|
||||||
@@ -129,6 +116,75 @@
|
|||||||
bottom: 1.1rem
|
bottom: 1.1rem
|
||||||
padding: 0 1.1rem
|
padding: 0 1.1rem
|
||||||
|
|
||||||
|
&.not-top-img
|
||||||
|
margin-bottom: .5rem
|
||||||
|
height: 60px
|
||||||
|
background: 0
|
||||||
|
|
||||||
|
#nav
|
||||||
|
background: rgba(255, 255, 255, .8)
|
||||||
|
box-shadow: 0 5px 6px -5px rgba(133, 133, 133, .6)
|
||||||
|
|
||||||
|
a
|
||||||
|
color: var(--font-color)
|
||||||
|
text-shadow: none
|
||||||
|
|
||||||
|
&.nav-fixed
|
||||||
|
#nav
|
||||||
|
position: fixed
|
||||||
|
top: -60px
|
||||||
|
z-index: 91
|
||||||
|
background: rgba(255, 255, 255, .8)
|
||||||
|
box-shadow: 0 5px 6px -5px alpha($grey, .6)
|
||||||
|
transition: transform .2s ease-in-out, opacity .2s ease-in-out
|
||||||
|
|
||||||
|
a,
|
||||||
|
#site-name,
|
||||||
|
#toggle-menu
|
||||||
|
color: var(--font-color)
|
||||||
|
text-shadow: none
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
color: $light-blue
|
||||||
|
|
||||||
|
&.nav-visible
|
||||||
|
#nav
|
||||||
|
transition: all .5s
|
||||||
|
transform: translate3d(0, 100%, 0)
|
||||||
|
|
||||||
|
& + .layout
|
||||||
|
& > .aside-content > .sticky_layout
|
||||||
|
top: 70px
|
||||||
|
transition: top .5s
|
||||||
|
|
||||||
|
// css hack
|
||||||
|
// all browser in ios and safari in all apple device
|
||||||
|
_::-webkit-full-page-media,
|
||||||
|
_:future,
|
||||||
|
:root #page-header.full_page
|
||||||
|
background-attachment: scroll !important
|
||||||
|
|
||||||
|
#page
|
||||||
|
h1.page-title
|
||||||
|
margin: .4rem 0 1rem
|
||||||
|
|
||||||
|
// for not top_img
|
||||||
|
#post
|
||||||
|
& > #post-info
|
||||||
|
margin-bottom: 1.5rem
|
||||||
|
|
||||||
|
.post-title
|
||||||
|
padding-bottom: .2rem
|
||||||
|
border-bottom: 1px solid var(--light-grey)
|
||||||
|
color: var(--text-highlight-color)
|
||||||
|
|
||||||
|
.post-edit-link
|
||||||
|
float: right
|
||||||
|
|
||||||
|
#post-meta,
|
||||||
|
#post-meta a
|
||||||
|
color: #78818a
|
||||||
|
|
||||||
#post-info
|
#post-info
|
||||||
.post-title
|
.post-title
|
||||||
@extend .limit-more-line
|
@extend .limit-more-line
|
||||||
@@ -142,6 +198,9 @@
|
|||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
font-size: 1.72em
|
font-size: 1.72em
|
||||||
|
|
||||||
|
.post-edit-link
|
||||||
|
padding-left: .5rem
|
||||||
|
|
||||||
#post-meta
|
#post-meta
|
||||||
color: var(--light-grey)
|
color: var(--light-grey)
|
||||||
font-size: 95%
|
font-size: 95%
|
||||||
@@ -183,27 +242,6 @@
|
|||||||
time
|
time
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
// for not top_img
|
|
||||||
#post
|
|
||||||
& > #post-info
|
|
||||||
margin-bottom: 1.5rem
|
|
||||||
|
|
||||||
.post-title
|
|
||||||
padding-bottom: .2rem
|
|
||||||
border-bottom: 1px solid var(--light-grey)
|
|
||||||
color: var(--text-highlight-color)
|
|
||||||
|
|
||||||
#post-meta,
|
|
||||||
#post-meta a
|
|
||||||
color: #78818a
|
|
||||||
|
|
||||||
// css hack
|
|
||||||
// all browser in ios and safari in all apple device
|
|
||||||
_::-webkit-full-page-media,
|
|
||||||
_:future,
|
|
||||||
:root #page-header.full_page
|
|
||||||
background-attachment: scroll !important
|
|
||||||
|
|
||||||
#nav
|
#nav
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 0
|
top: 0
|
||||||
@@ -221,10 +259,6 @@ _:future,
|
|||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
padding: 0 16px
|
padding: 0 16px
|
||||||
|
|
||||||
&:not(.fixed)
|
|
||||||
#menus
|
|
||||||
padding-right: 0 !important
|
|
||||||
|
|
||||||
&.show
|
&.show
|
||||||
opacity: 1
|
opacity: 1
|
||||||
|
|
||||||
@@ -245,27 +279,6 @@ _:future,
|
|||||||
&:hover
|
&:hover
|
||||||
color: var(--white)
|
color: var(--white)
|
||||||
|
|
||||||
&.fixed
|
|
||||||
position: fixed
|
|
||||||
top: -60px
|
|
||||||
z-index: 91
|
|
||||||
background: rgba(255, 255, 255, .8)
|
|
||||||
box-shadow: 0 5px 6px -5px alpha($grey, .6)
|
|
||||||
transition: transform .2s ease-in-out, opacity .2s ease-in-out
|
|
||||||
|
|
||||||
a,
|
|
||||||
#site-name,
|
|
||||||
#toggle-menu
|
|
||||||
color: var(--font-color)
|
|
||||||
text-shadow: none
|
|
||||||
|
|
||||||
&:hover
|
|
||||||
color: $light-blue
|
|
||||||
|
|
||||||
&.visible
|
|
||||||
transition: all .5s
|
|
||||||
transform: translate3d(0, 100%, 0)
|
|
||||||
|
|
||||||
#site-name
|
#site-name
|
||||||
text-shadow: .1rem .1rem .2rem rgba($dark-black, .15)
|
text-shadow: .1rem .1rem .2rem rgba($dark-black, .15)
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
@@ -335,8 +348,8 @@ _:future,
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
padding: .3rem .7rem
|
padding: .3rem .7rem
|
||||||
width: 100%
|
width: 100%
|
||||||
color: var(--font-color)
|
color: var(--font-color) !important
|
||||||
text-shadow: none
|
text-shadow: none !important
|
||||||
|
|
||||||
&.hide-menu
|
&.hide-menu
|
||||||
#toggle-menu
|
#toggle-menu
|
||||||
|
|||||||
@@ -75,5 +75,5 @@
|
|||||||
transform: scale(1.1)
|
transform: scale(1.1)
|
||||||
|
|
||||||
&.pagination-post
|
&.pagination-post
|
||||||
margin: 2rem 0 !important
|
margin-top: 2rem
|
||||||
background: $dark-black
|
background: $dark-black
|
||||||
@@ -152,6 +152,7 @@ no-beautify()
|
|||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
img
|
img
|
||||||
|
display: block
|
||||||
margin: 0 auto .8rem
|
margin: 0 auto .8rem
|
||||||
|
|
||||||
p
|
p
|
||||||
@@ -171,9 +172,6 @@ no-beautify()
|
|||||||
no-beautify()
|
no-beautify()
|
||||||
|
|
||||||
#post
|
#post
|
||||||
img
|
|
||||||
display: block
|
|
||||||
|
|
||||||
.tag_share
|
.tag_share
|
||||||
.post-meta
|
.post-meta
|
||||||
&__tag-list
|
&__tag-list
|
||||||
@@ -218,24 +216,13 @@ no-beautify()
|
|||||||
transition: box-shadow .3s ease-in-out
|
transition: box-shadow .3s ease-in-out
|
||||||
|
|
||||||
&:before
|
&:before
|
||||||
|
@extend .fontawesomeIcon
|
||||||
position: absolute
|
position: absolute
|
||||||
top: t = .5rem
|
top: .1rem
|
||||||
right: t
|
right: .6rem
|
||||||
width: w = .8rem
|
color: $theme-color
|
||||||
height: w
|
content: '\f1f9'
|
||||||
border-radius: w
|
font-size: 1rem
|
||||||
background: $light-blue
|
|
||||||
content: ''
|
|
||||||
|
|
||||||
&:after
|
|
||||||
position: absolute
|
|
||||||
top: t = .7rem
|
|
||||||
right: t
|
|
||||||
width: w = .4rem
|
|
||||||
height: w
|
|
||||||
border-radius: w
|
|
||||||
background: var(--card-bg)
|
|
||||||
content: ''
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5)
|
box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.relatedPosts
|
.relatedPosts
|
||||||
margin-top: 1rem
|
margin-top: 2rem
|
||||||
|
|
||||||
& > .headline
|
& > .headline
|
||||||
margin-bottom: 5px
|
margin-bottom: 5px
|
||||||
|
|||||||
@@ -13,9 +13,7 @@
|
|||||||
transition: all .4s
|
transition: all .4s
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
box-shadow: inset 9em 0 0 0 var(--btn-hover-color)
|
& > .reward-main
|
||||||
|
|
||||||
.reward-main
|
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
.reward-main
|
.reward-main
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
color: var(--btn-color)
|
color: var(--btn-color)
|
||||||
text-align: center
|
text-align: center
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
cursor: pointer
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background-color: var(--btn-hover-color)
|
background-color: var(--btn-hover-color)
|
||||||
|
|||||||
@@ -10,10 +10,6 @@
|
|||||||
&:hover
|
&:hover
|
||||||
background: var(--btn-hover-color)
|
background: var(--btn-hover-color)
|
||||||
|
|
||||||
textarea
|
|
||||||
&:focus
|
|
||||||
background-image: none
|
|
||||||
|
|
||||||
.vimg
|
.vimg
|
||||||
transition: all .3s
|
transition: all .3s
|
||||||
|
|
||||||
@@ -30,11 +26,17 @@ if hexo-config('valine.bg')
|
|||||||
textarea
|
textarea
|
||||||
background: url(hexo-config('valine.bg')) 100% 100% no-repeat
|
background: url(hexo-config('valine.bg')) 100% 100% no-repeat
|
||||||
|
|
||||||
|
&:focus
|
||||||
|
background-image: none
|
||||||
|
|
||||||
if hexo-config('waline.bg')
|
if hexo-config('waline.bg')
|
||||||
#waline
|
#waline-wrap
|
||||||
textarea
|
textarea
|
||||||
background: url(hexo-config('waline.bg')) 100% 100% no-repeat
|
background: url(hexo-config('waline.bg')) 100% 100% no-repeat
|
||||||
|
|
||||||
|
&:focus
|
||||||
|
background-image: none
|
||||||
|
|
||||||
.fireworks
|
.fireworks
|
||||||
position: fixed
|
position: fixed
|
||||||
top: 0
|
top: 0
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
|
|||||||
|
|
||||||
// 頭部
|
// 頭部
|
||||||
#page-header
|
#page-header
|
||||||
& > #nav.fixed,
|
&.nav-fixed > #nav,
|
||||||
&.no-top-img #nav
|
&.not-top-img > #nav
|
||||||
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)
|
||||||
|
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ if hexo-config('readmode')
|
|||||||
border-radius: 8px
|
border-radius: 8px
|
||||||
background: var(--exit-btn-bg)
|
background: var(--exit-btn-bg)
|
||||||
color: var(--exit-btn-color)
|
color: var(--exit-btn-color)
|
||||||
text-align: center
|
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
cursor: pointer
|
|
||||||
transition: background .3s
|
transition: background .3s
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
@@ -49,9 +47,6 @@ if hexo-config('readmode')
|
|||||||
#aside-content
|
#aside-content
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
#body-wrap
|
|
||||||
padding-left: 0 !important
|
|
||||||
|
|
||||||
#page-header.post-bg
|
#page-header.post-bg
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
background-image: none !important
|
background-image: none !important
|
||||||
@@ -60,7 +55,6 @@ if hexo-config('readmode')
|
|||||||
opacity: 0
|
opacity: 0
|
||||||
|
|
||||||
& > #post-info
|
& > #post-info
|
||||||
padding: 0
|
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
#post
|
#post
|
||||||
@@ -81,7 +75,7 @@ if hexo-config('readmode')
|
|||||||
.post-outdate-notice,
|
.post-outdate-notice,
|
||||||
#web_bg,
|
#web_bg,
|
||||||
#rightside,
|
#rightside,
|
||||||
.no-top-img
|
.not-top-img
|
||||||
display: none !important
|
display: none !important
|
||||||
|
|
||||||
#article-container
|
#article-container
|
||||||
@@ -90,7 +84,7 @@ if hexo-config('readmode')
|
|||||||
|
|
||||||
pre,
|
pre,
|
||||||
.highlight:not(.js-file-line-container)
|
.highlight:not(.js-file-line-container)
|
||||||
background: var(-highlight-bg) !important
|
background: var(--highlight-bg) !important
|
||||||
|
|
||||||
*
|
*
|
||||||
color: var(--font-color) !important
|
color: var(--font-color) !important
|
||||||
@@ -197,3 +191,7 @@ if hexo-config('readmode')
|
|||||||
filter: none
|
filter: none
|
||||||
background-color: var(--readmode-light-color) !important
|
background-color: var(--readmode-light-color) !important
|
||||||
color: var(--font-color)
|
color: var(--font-color)
|
||||||
|
|
||||||
|
&:before,
|
||||||
|
.note-icon
|
||||||
|
color: var(--font-color)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
padding: 1rem 5px !important
|
padding: 1rem 5px
|
||||||
|
|
||||||
+minWidth2000()
|
+minWidth2000()
|
||||||
max-width: 1500px
|
max-width: 1500px
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
padding: 50px 40px
|
padding: 50px 40px
|
||||||
border-radius: 8px
|
border-radius: 8px
|
||||||
background: var(--card-bg)
|
background: var(--card-bg)
|
||||||
box-shadow: 0 4px 8px 6px rgba(7, 17, 27, .06)
|
box-shadow: var(--card-box-shadow)
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
box-shadow: 0 4px 12px 12px rgba(7, 17, 27, .15)
|
box-shadow: var(--card-hover-box-shadow)
|
||||||
|
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
padding: 1.8rem .7rem !important
|
padding: 1.8rem .7rem !important
|
||||||
@@ -46,7 +46,3 @@
|
|||||||
|
|
||||||
& > div
|
& > div
|
||||||
width: 100% !important
|
width: 100% !important
|
||||||
|
|
||||||
#page
|
|
||||||
h1.page-title
|
|
||||||
margin-top: .4rem
|
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
.flink#article-container
|
#article-container
|
||||||
|
.flink
|
||||||
.flink-desc
|
.flink-desc
|
||||||
margin: .2rem 0 .5rem
|
margin: .2rem 0 .5rem
|
||||||
|
|
||||||
|
|||||||
@@ -9,14 +9,14 @@
|
|||||||
height: 20em
|
height: 20em
|
||||||
border-radius: 12px 8px 8px 12px
|
border-radius: 12px 8px 8px 12px
|
||||||
background: var(--card-bg)
|
background: var(--card-bg)
|
||||||
box-shadow: 0 4px 8px 6px rgba(7, 17, 27, .06)
|
box-shadow: var(--card-box-shadow)
|
||||||
transition: all .3s
|
transition: all .3s
|
||||||
|
|
||||||
+maxWidth768()
|
+maxWidth768()
|
||||||
border-radius: 12px 12px 8px 8px
|
border-radius: 12px 12px 8px 8px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
box-shadow: 0 4px 12px 12px rgba(7, 17, 27, .15)
|
box-shadow: var(--card-hover-box-shadow)
|
||||||
|
|
||||||
img.post_bg
|
img.post_bg
|
||||||
transform: scale(1.1)
|
transform: scale(1.1)
|
||||||
|
|||||||
@@ -1,17 +1,16 @@
|
|||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
let blogNameWidth = document.getElementById('site-name').offsetWidth
|
const $blogName = document.getElementById('site-name')
|
||||||
|
let blogNameWidth = $blogName && $blogName.offsetWidth
|
||||||
const $menusEle = document.querySelector('#menus .menus_items')
|
const $menusEle = document.querySelector('#menus .menus_items')
|
||||||
let menusWidth = $menusEle && $menusEle.offsetWidth
|
let menusWidth = $menusEle && $menusEle.offsetWidth
|
||||||
const $searchEle = document.querySelector('#search-button')
|
const $searchEle = document.querySelector('#search-button')
|
||||||
let searchWidth = $searchEle && $searchEle.offsetWidth
|
let searchWidth = $searchEle && $searchEle.offsetWidth
|
||||||
let detectFontSizeChange = false
|
|
||||||
|
|
||||||
const adjustMenu = () => {
|
const adjustMenu = (change = false) => {
|
||||||
if (detectFontSizeChange) {
|
if (change) {
|
||||||
blogNameWidth = document.getElementById('site-name').offsetWidth
|
blogNameWidth = $blogName && $blogName.offsetWidth
|
||||||
menusWidth = $menusEle && $menusEle.offsetWidth
|
menusWidth = $menusEle && $menusEle.offsetWidth
|
||||||
searchWidth = $searchEle && $searchEle.offsetWidth
|
searchWidth = $searchEle && $searchEle.offsetWidth
|
||||||
detectFontSizeChange = false
|
|
||||||
}
|
}
|
||||||
const $nav = document.getElementById('nav')
|
const $nav = document.getElementById('nav')
|
||||||
let t
|
let t
|
||||||
@@ -316,7 +315,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
|
|
||||||
let initTop = 0
|
let initTop = 0
|
||||||
let isChatShow = true
|
let isChatShow = true
|
||||||
const $nav = document.getElementById('nav')
|
const $header = document.getElementById('page-header')
|
||||||
const isChatBtnHide = typeof chatBtnHide === 'function'
|
const isChatBtnHide = typeof chatBtnHide === 'function'
|
||||||
const isChatBtnShow = typeof chatBtnShow === 'function'
|
const isChatBtnShow = typeof chatBtnShow === 'function'
|
||||||
window.addEventListener('scroll', btf.throttle(function (e) {
|
window.addEventListener('scroll', btf.throttle(function (e) {
|
||||||
@@ -324,25 +323,25 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
const isDown = scrollDirection(currentTop)
|
const isDown = scrollDirection(currentTop)
|
||||||
if (currentTop > 56) {
|
if (currentTop > 56) {
|
||||||
if (isDown) {
|
if (isDown) {
|
||||||
if ($nav.classList.contains('visible')) $nav.classList.remove('visible')
|
if ($header.classList.contains('nav-visible')) $header.classList.remove('nav-visible')
|
||||||
if (isChatBtnShow && isChatShow === true) {
|
if (isChatBtnShow && isChatShow === true) {
|
||||||
chatBtnHide()
|
chatBtnHide()
|
||||||
isChatShow = false
|
isChatShow = false
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (!$nav.classList.contains('visible')) $nav.classList.add('visible')
|
if (!$header.classList.contains('nav-visible')) $header.classList.add('nav-visible')
|
||||||
if (isChatBtnHide && isChatShow === false) {
|
if (isChatBtnHide && isChatShow === false) {
|
||||||
chatBtnShow()
|
chatBtnShow()
|
||||||
isChatShow = true
|
isChatShow = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$nav.classList.add('fixed')
|
$header.classList.add('nav-fixed')
|
||||||
if (window.getComputedStyle($rightside).getPropertyValue('opacity') === '0') {
|
if (window.getComputedStyle($rightside).getPropertyValue('opacity') === '0') {
|
||||||
$rightside.style.cssText = 'opacity: 1; transform: translateX(-38px)'
|
$rightside.style.cssText = 'opacity: 1; transform: translateX(-38px)'
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (currentTop === 0) {
|
if (currentTop === 0) {
|
||||||
$nav.classList.remove('fixed', 'visible')
|
$header.classList.remove('nav-fixed', 'nav-visible')
|
||||||
}
|
}
|
||||||
$rightside.style.cssText = "opacity: ''; transform: ''"
|
$rightside.style.cssText = "opacity: ''; transform: ''"
|
||||||
}
|
}
|
||||||
@@ -449,7 +448,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
let currentIndex = ''
|
let currentIndex = ''
|
||||||
|
|
||||||
list.forEach(function (ele, index) {
|
list.forEach(function (ele, index) {
|
||||||
if (top > btf.getEleTop(ele) - 70) {
|
if (top > btf.getEleTop(ele) - 80) {
|
||||||
currentId = '#' + encodeURI(ele.getAttribute('id'))
|
currentId = '#' + encodeURI(ele.getAttribute('id'))
|
||||||
currentIndex = index
|
currentIndex = index
|
||||||
}
|
}
|
||||||
@@ -536,17 +535,16 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
adjustFontSize: (plus) => {
|
adjustFontSize: (plus) => {
|
||||||
const fontSizeVal = parseInt(window.getComputedStyle(document.documentElement).getPropertyValue('--global-font-size'))
|
const fontSizeVal = parseInt(window.getComputedStyle(document.documentElement).getPropertyValue('--global-font-size'))
|
||||||
let newValue = ''
|
let newValue = ''
|
||||||
detectFontSizeChange = true
|
|
||||||
if (plus) {
|
if (plus) {
|
||||||
if (fontSizeVal >= 20) return
|
if (fontSizeVal >= 20) return
|
||||||
newValue = fontSizeVal + 1
|
newValue = fontSizeVal + 1
|
||||||
document.documentElement.style.setProperty('--global-font-size', newValue + 'px')
|
document.documentElement.style.setProperty('--global-font-size', newValue + 'px')
|
||||||
!document.getElementById('nav').classList.contains('hide-menu') && adjustMenu()
|
!document.getElementById('nav').classList.contains('hide-menu') && adjustMenu(true)
|
||||||
} else {
|
} else {
|
||||||
if (fontSizeVal <= 10) return
|
if (fontSizeVal <= 10) return
|
||||||
newValue = fontSizeVal - 1
|
newValue = fontSizeVal - 1
|
||||||
document.documentElement.style.setProperty('--global-font-size', newValue + 'px')
|
document.documentElement.style.setProperty('--global-font-size', newValue + 'px')
|
||||||
document.getElementById('nav').classList.contains('hide-menu') && adjustMenu()
|
document.getElementById('nav').classList.contains('hide-menu') && adjustMenu(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
saveToLocal.set('global-font-size', newValue, 2)
|
saveToLocal.set('global-font-size', newValue, 2)
|
||||||
@@ -798,6 +796,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
|
|
||||||
const unRefreshFn = function () {
|
const unRefreshFn = function () {
|
||||||
window.addEventListener('resize', adjustMenu)
|
window.addEventListener('resize', adjustMenu)
|
||||||
|
window.addEventListener('orientationchange', () => { setTimeout(adjustMenu(true), 100) })
|
||||||
|
|
||||||
clickFnOfSubMenu()
|
clickFnOfSubMenu()
|
||||||
GLOBAL_CONFIG.islazyload && lazyloadImg()
|
GLOBAL_CONFIG.islazyload && lazyloadImg()
|
||||||
|
|||||||
Reference in New Issue
Block a user