mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
5.0
This commit is contained in:
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -7,11 +7,12 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
重要:請依照該模板來提交
|
重要:請依照該模板來提交
|
||||||
Please follow the template to create a new issue
|
Important: Please follow the template to create a new issue
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: butterfly-ver
|
id: butterfly-ver
|
||||||
attributes:
|
attributes:
|
||||||
label: 使用的 Butterfly 版本? | What version of Butterfly are you use?
|
label: 使用的 Butterfly 版本? | What version of Butterfly are you using?
|
||||||
description: 檢視主題的 package.json | Check the theme's package.json
|
description: 檢視主題的 package.json | Check the theme's package.json
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -19,17 +20,17 @@ body:
|
|||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: modify
|
id: modify
|
||||||
attributes:
|
attributes:
|
||||||
label: 是否修改过主题文件? || Has the theme files been modified?
|
label: 是否修改過主題文件? | Has the theme files been modified?
|
||||||
options:
|
options:
|
||||||
- 是 (Yes)
|
- 是 (Yes)
|
||||||
- 不是 (No)
|
- 否 (No)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browser
|
id: browser
|
||||||
attributes:
|
attributes:
|
||||||
label: 使用的瀏覽器? || What browse are you using?
|
label: 使用的瀏覽器? | What browser are you using?
|
||||||
options:
|
options:
|
||||||
- Chrome
|
- Chrome
|
||||||
- Edge
|
- Edge
|
||||||
@@ -42,7 +43,7 @@ body:
|
|||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: 使用的系統? || What operating system are you using?
|
label: 使用的系統? | What operating system are you using?
|
||||||
options:
|
options:
|
||||||
- Windows
|
- Windows
|
||||||
- macOS
|
- macOS
|
||||||
@@ -56,8 +57,8 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: dependencies
|
id: dependencies
|
||||||
attributes:
|
attributes:
|
||||||
label: 依賴插件 | Package dependencies Information
|
label: 依賴插件 | Package dependencies information
|
||||||
description: 在 Hexo 根目錄下執行`npm ls --depth 0` | Run `npm ls --depth 0` in Hexo root directory
|
description: 在 Hexo 根目錄下執行 `npm ls --depth 0` | Run `npm ls --depth 0` in Hexo root directory
|
||||||
render: Text
|
render: Text
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -75,8 +76,8 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
id: website
|
id: website
|
||||||
attributes:
|
attributes:
|
||||||
label: 出現問題網站 | Website
|
label: 出現問題的網站 | Website with the issue
|
||||||
description: 請提供下可復現網站地址 | Please supply a website url which can reproduce problem.
|
description: 請提供可復現問題的網站地址 | Please provide a website URL where the problem can be reproduced.
|
||||||
placeholder:
|
placeholder: 請填寫具體的網址,不要填寫 localhost 網站 | Please provide a specific URL, do not use localhost.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
21
README.md
21
README.md
@@ -2,6 +2,10 @@
|
|||||||
<a title="Chinese" href="/README_CN.md">中文</a>
|
<a title="Chinese" href="/README_CN.md">中文</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
<img src="./source/img/butterfly-icon.png" width="150" height="150" />
|
||||||
|
|
||||||
# hexo-theme-butterfly
|
# hexo-theme-butterfly
|
||||||
|
|
||||||

|

|
||||||
@@ -10,13 +14,15 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
📢 Demo: [Butterfly](https://butterfly.js.org/) / [CrazyWong](https://blog.crazywong.com/)
|
||||||
|
|
||||||
|
📖 Docs: [English](https://butterfly.js.org/en/posts/butterfly-docs-en-get-started/) / [Chinese](https://butterfly.js.org/posts/21cfbf15/)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
📢 Demo: [Butterfly](https://butterfly.js.org/) || [CrazyWong](https://blog.crazywong.com/)
|
</div>
|
||||||
|
|
||||||
📖 Docs: [English](https://butterfly.js.org/en/posts/butterfly-docs-en-get-started/) || [Chinese](https://butterfly.js.org/posts/21cfbf15/)
|
---
|
||||||
|
|
||||||
Based on [hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody) theme.
|
|
||||||
|
|
||||||
## 💻 Installation
|
## 💻 Installation
|
||||||
|
|
||||||
@@ -59,6 +65,7 @@ npm i hexo-theme-butterfly
|
|||||||
## 🎉 Features
|
## 🎉 Features
|
||||||
|
|
||||||
- [x] Card UI Design
|
- [x] Card UI Design
|
||||||
|
- [x] Rounded Design/Squared Design
|
||||||
- [X] Support sub-menu
|
- [X] Support sub-menu
|
||||||
- [x] Two-column layout
|
- [x] Two-column layout
|
||||||
- [x] Responsive Web Design
|
- [x] Responsive Web Design
|
||||||
@@ -67,7 +74,7 @@ npm i hexo-theme-butterfly
|
|||||||
- [x] Read Mode
|
- [x] Read Mode
|
||||||
- [x] Conversion between Traditional and Simplified Chinese
|
- [x] Conversion between Traditional and Simplified Chinese
|
||||||
- [X] TOC catalog is available for both computers and mobile phones
|
- [X] TOC catalog is available for both computers and mobile phones
|
||||||
- [X] Built-in Syntax Highlighting Themes (darker/pale night/light/ocean/mac/mac light), also support customization
|
- [X] Built-in Syntax Highlighting Themes (darker/pale night/light/ocean), also support customization
|
||||||
- [X] Code Blocks (Display code language/close or expand Code Blocks/Copy Button/word wrap)
|
- [X] Code Blocks (Display code language/close or expand Code Blocks/Copy Button/word wrap)
|
||||||
- [X] Disable copy/Add a Copyright Notice to the Copied Text
|
- [X] Disable copy/Add a Copyright Notice to the Copied Text
|
||||||
- [X] Search (Algolia Search/Local Search)
|
- [X] Search (Algolia Search/Local Search)
|
||||||
@@ -79,7 +86,7 @@ npm i hexo-theme-butterfly
|
|||||||
- [x] Share (Sharejs/Addtoany)
|
- [x] Share (Sharejs/Addtoany)
|
||||||
- [X] Comment (Disqus/Disqusjs/Livere/Gitalk/Valine/Waline/Utterances/Facebook Comments/Twikoo/Giscus/Remark42/artalk)
|
- [X] Comment (Disqus/Disqusjs/Livere/Gitalk/Valine/Waline/Utterances/Facebook Comments/Twikoo/Giscus/Remark42/artalk)
|
||||||
- [x] Multiple Comment System Support
|
- [x] Multiple Comment System Support
|
||||||
- [x] Online Chats (Chatra/Tidio/Daovoice/Crisp/messenger)
|
- [x] Online Chats (Chatra/Tidio/Daovoice/Crisp)
|
||||||
- [x] Web analytics
|
- [x] Web analytics
|
||||||
- [x] Google AdSense
|
- [x] Google AdSense
|
||||||
- [x] Webmaster Verification
|
- [x] Webmaster Verification
|
||||||
@@ -107,5 +114,3 @@ npm i hexo-theme-butterfly
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||

|
|
||||||

|
|
||||||
21
README_CN.md
21
README_CN.md
@@ -2,6 +2,10 @@
|
|||||||
<a title="English" href="/README.md">English</a>
|
<a title="English" href="/README.md">English</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
<img src="./source/img/butterfly-icon.png" width="150" height="150" />
|
||||||
|
|
||||||
# hexo-theme-butterfly
|
# hexo-theme-butterfly
|
||||||
|
|
||||||

|

|
||||||
@@ -10,13 +14,15 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
📢 預覽: [Butterfly](https://butterfly.js.org/) / [CrazyWong](https://blog.crazywong.com/)
|
||||||
|
|
||||||
|
📖 文檔: [中文](https://butterfly.js.org/posts/21cfbf15/) / [English](https://butterfly.js.org/en/posts/butterfly-docs-en-get-started/)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
📢 預覽: [Butterfly](https://butterfly.js.org/) || [CrazyWong](https://blog.crazywong.com/)
|
</div>
|
||||||
|
|
||||||
📖 文檔: [中文](https://butterfly.js.org/posts/21cfbf15/) || [English](https://butterfly.js.org/en/posts/butterfly-docs-en-get-started/)
|
---
|
||||||
|
|
||||||
一款基於[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主題
|
|
||||||
|
|
||||||
## 💻 安裝
|
## 💻 安裝
|
||||||
|
|
||||||
@@ -59,6 +65,7 @@ theme: butterfly
|
|||||||
## 🎉 特色
|
## 🎉 特色
|
||||||
|
|
||||||
- [x] 卡片化設計
|
- [x] 卡片化設計
|
||||||
|
- [x] 圓角化設計/直角化設計
|
||||||
- [X] 支持二級目錄
|
- [X] 支持二級目錄
|
||||||
- [x] 雙欄設計
|
- [x] 雙欄設計
|
||||||
- [x] 響應式主題
|
- [x] 響應式主題
|
||||||
@@ -67,7 +74,7 @@ theme: butterfly
|
|||||||
- [x] 文章閲讀模式
|
- [x] 文章閲讀模式
|
||||||
- [x] 簡體和繁體轉換
|
- [x] 簡體和繁體轉換
|
||||||
- [X] 電腦和手機都可查看TOC目錄
|
- [X] 電腦和手機都可查看TOC目錄
|
||||||
- [X] 內置多種代碼配色(darker/pale night/light/ocean/mac/mac light),可自定義代碼配色
|
- [X] 內置多種代碼配色(darker/pale night/light/ocean),可自定義代碼配色
|
||||||
- [X] 代碼塊顯示代碼語言/關閉或展開代碼塊/代碼複製/代碼自動換行
|
- [X] 代碼塊顯示代碼語言/關閉或展開代碼塊/代碼複製/代碼自動換行
|
||||||
- [X] 可關閉文字複製/可開啟內容複製增加版權信息)
|
- [X] 可關閉文字複製/可開啟內容複製增加版權信息)
|
||||||
- [X] 兩種搜索( Algolia 搜索和本地搜索)
|
- [X] 兩種搜索( Algolia 搜索和本地搜索)
|
||||||
@@ -79,7 +86,7 @@ theme: butterfly
|
|||||||
- [x] 多種分享系統(Sharejs/Addtoany)
|
- [x] 多種分享系統(Sharejs/Addtoany)
|
||||||
- [X] 多種評論系統(Disqus/Disqusjs/Livere/Gitalk/Valine/Waline/Utterances/Facebook Comments/Twikoo/Giscus/Remark42/artalk)
|
- [X] 多種評論系統(Disqus/Disqusjs/Livere/Gitalk/Valine/Waline/Utterances/Facebook Comments/Twikoo/Giscus/Remark42/artalk)
|
||||||
- [x] 支持雙評論部署
|
- [x] 支持雙評論部署
|
||||||
- [x] 多種在線聊天(Chatra/Tidio/Daovoice/Crisp/messenger)
|
- [x] 多種在線聊天(Chatra/Tidio/Daovoice/Crisp)
|
||||||
- [x] 多種分析系統
|
- [x] 多種分析系統
|
||||||
- [x] 谷歌廣告/手動廣告位置
|
- [x] 谷歌廣告/手動廣告位置
|
||||||
- [x] 各種站長驗證
|
- [x] 各種站長驗證
|
||||||
@@ -107,5 +114,3 @@ theme: butterfly
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||

|
|
||||||

|
|
||||||
|
|||||||
932
_config.yml
932
_config.yml
File diff suppressed because it is too large
Load Diff
@@ -4,11 +4,11 @@ footer:
|
|||||||
|
|
||||||
copy:
|
copy:
|
||||||
success: Copy Successful
|
success: Copy Successful
|
||||||
error: Copy Error
|
error: Copy Failed
|
||||||
noSupport: Browser Not Supported
|
noSupport: Browser Not Supported
|
||||||
|
|
||||||
page:
|
page:
|
||||||
articles: Articles
|
articles: All Articles
|
||||||
tag: Tag
|
tag: Tag
|
||||||
category: Category
|
category: Category
|
||||||
archives: Archives
|
archives: Archives
|
||||||
@@ -29,28 +29,26 @@ post:
|
|||||||
author: Author
|
author: Author
|
||||||
link: Link
|
link: Link
|
||||||
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 on this blog are licensed under <a href="%s">%s</a> unless otherwise stated.'
|
||||||
recommend: Related Articles
|
recommend: Related Articles
|
||||||
edit: Edited on
|
edit: Edit
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title: Search
|
title: Search
|
||||||
load_data: Loading the Database
|
load_data: Loading Database
|
||||||
|
input_placeholder: Search for Posts
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: Search for Posts
|
hits_empty: 'No results found for: ${query}'
|
||||||
hits_empty: "We didn't find any results for the search: ${query}."
|
|
||||||
hits_stats: '${hits} results found in ${time} ms'
|
hits_stats: '${hits} results found in ${time} ms'
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
input_placeholder: Search for Posts
|
hits_empty: 'No results found for: ${query}'
|
||||||
hits_empty: "We didn't find any results for the search: ${query}"
|
hits_stats: '${hits} articles found'
|
||||||
hits_stats: '${hits} results found'
|
|
||||||
|
|
||||||
pagination:
|
pagination:
|
||||||
prev: Previous
|
prev: Previous
|
||||||
next: Next
|
next: Next
|
||||||
|
|
||||||
comment: Comment
|
comment: Comments
|
||||||
|
|
||||||
aside:
|
aside:
|
||||||
articles: Articles
|
articles: Articles
|
||||||
@@ -60,29 +58,29 @@ aside:
|
|||||||
card_categories: Categories
|
card_categories: Categories
|
||||||
card_tags: Tags
|
card_tags: Tags
|
||||||
card_archives: Archives
|
card_archives: Archives
|
||||||
card_recent_post: Recent Post
|
card_recent_post: Recent Posts
|
||||||
card_webinfo:
|
card_webinfo:
|
||||||
headline: Info
|
headline: Website Info
|
||||||
article_name: Article
|
article_name: Article Count
|
||||||
runtime:
|
runtime:
|
||||||
name: Runtime
|
name: Runtime
|
||||||
unit: days
|
unit: days
|
||||||
last_push_date:
|
last_push_date:
|
||||||
name: Last Update
|
name: Last Update
|
||||||
site_wordcount: Total Count
|
site_wordcount: Total Word Count
|
||||||
site_uv_name: UV
|
site_uv_name: Unique Visitors
|
||||||
site_pv_name: PV
|
site_pv_name: Page Views
|
||||||
more_button: View More
|
more_button: View More
|
||||||
card_newest_comments:
|
card_newest_comments:
|
||||||
headline: Latest Comments
|
headline: Latest Comments
|
||||||
loading_text: loading...
|
loading_text: Loading...
|
||||||
error: Unable to retrieve comments, please check the configuration
|
error: Unable to retrieve comments, please check the configuration
|
||||||
zero: No comments
|
zero: No comments
|
||||||
image: image
|
image: Image
|
||||||
link: link
|
link: Link
|
||||||
code: code
|
code: Code
|
||||||
card_toc: Contents
|
card_toc: Contents
|
||||||
card_post_series: Series
|
card_post_series: Post Series
|
||||||
|
|
||||||
date_suffix:
|
date_suffix:
|
||||||
just: Just now
|
just: Just now
|
||||||
@@ -95,21 +93,21 @@ donate: Sponsor
|
|||||||
share: Share
|
share: Share
|
||||||
|
|
||||||
rightside:
|
rightside:
|
||||||
readmode_title: Read Mode
|
readmode_title: Reading Mode
|
||||||
translate_title: Toggle Between Traditional Chinese And Simplified Chinese
|
translate_title: Toggle Between Traditional and Simplified Chinese
|
||||||
night_mode_title: Toggle Between Light And Dark Mode
|
night_mode_title: Toggle Between Light and Dark Mode
|
||||||
back_to_top: Back To Top
|
back_to_top: Back to Top
|
||||||
toc: Table Of Contents
|
toc: Table of Contents
|
||||||
scroll_to_comment: Scroll To Comments
|
scroll_to_comment: Scroll to Comments
|
||||||
setting: Setting
|
setting: Settings
|
||||||
aside: Toggle between Single-column and Double-column
|
aside: Toggle Between Single-column and Double-column
|
||||||
chat: Chat
|
chat: Chat
|
||||||
|
|
||||||
copy_copyright:
|
copy_copyright:
|
||||||
author: Author
|
author: Author
|
||||||
link: Link
|
link: Link
|
||||||
source: Source
|
source: Source
|
||||||
info: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
|
info: Copyright belongs to the author. For commercial use, please contact the author for authorization. For non-commercial use, please indicate the source.
|
||||||
|
|
||||||
Snackbar:
|
Snackbar:
|
||||||
chs_to_cht: You have switched to Traditional Chinese
|
chs_to_cht: You have switched to Traditional Chinese
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ footer:
|
|||||||
|
|
||||||
copy:
|
copy:
|
||||||
success: Copy Successful
|
success: Copy Successful
|
||||||
error: Copy Error
|
error: Copy Failed
|
||||||
noSupport: Browser Not Supported
|
noSupport: Browser Not Supported
|
||||||
|
|
||||||
page:
|
page:
|
||||||
articles: Articles
|
articles: All Articles
|
||||||
tag: Tag
|
tag: Tag
|
||||||
category: Category
|
category: Category
|
||||||
archives: Archives
|
archives: Archives
|
||||||
@@ -29,28 +29,26 @@ post:
|
|||||||
author: Author
|
author: Author
|
||||||
link: Link
|
link: Link
|
||||||
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 on this blog are licensed under <a href="%s">%s</a> unless otherwise stated.'
|
||||||
recommend: Related Articles
|
recommend: Related Articles
|
||||||
edit: Edited on
|
edit: Edit
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title: Search
|
title: Search
|
||||||
load_data: Loading the Database
|
load_data: Loading Database
|
||||||
|
input_placeholder: Search for Posts
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: Search for Posts
|
hits_empty: 'No results found for: ${query}'
|
||||||
hits_empty: "We didn't find any results for the search: ${query}."
|
|
||||||
hits_stats: '${hits} results found in ${time} ms'
|
hits_stats: '${hits} results found in ${time} ms'
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
input_placeholder: Search for Posts
|
hits_empty: 'No results found for: ${query}'
|
||||||
hits_empty: "We didn't find any results for the search: ${query}"
|
hits_stats: '${hits} articles found'
|
||||||
hits_stats: '${hits} results found'
|
|
||||||
|
|
||||||
pagination:
|
pagination:
|
||||||
prev: Previous
|
prev: Previous
|
||||||
next: Next
|
next: Next
|
||||||
|
|
||||||
comment: Comment
|
comment: Comments
|
||||||
|
|
||||||
aside:
|
aside:
|
||||||
articles: Articles
|
articles: Articles
|
||||||
@@ -60,29 +58,29 @@ aside:
|
|||||||
card_categories: Categories
|
card_categories: Categories
|
||||||
card_tags: Tags
|
card_tags: Tags
|
||||||
card_archives: Archives
|
card_archives: Archives
|
||||||
card_recent_post: Recent Post
|
card_recent_post: Recent Posts
|
||||||
card_webinfo:
|
card_webinfo:
|
||||||
headline: Info
|
headline: Website Info
|
||||||
article_name: Article
|
article_name: Article Count
|
||||||
runtime:
|
runtime:
|
||||||
name: Runtime
|
name: Runtime
|
||||||
unit: days
|
unit: days
|
||||||
last_push_date:
|
last_push_date:
|
||||||
name: Last Update
|
name: Last Update
|
||||||
site_wordcount: Total Count
|
site_wordcount: Total Word Count
|
||||||
site_uv_name: UV
|
site_uv_name: Unique Visitors
|
||||||
site_pv_name: PV
|
site_pv_name: Page Views
|
||||||
more_button: View More
|
more_button: View More
|
||||||
card_newest_comments:
|
card_newest_comments:
|
||||||
headline: Latest Comments
|
headline: Latest Comments
|
||||||
loading_text: loading...
|
loading_text: Loading...
|
||||||
error: Unable to retrieve comments, please check the configuration
|
error: Unable to retrieve comments, please check the configuration
|
||||||
zero: No comments
|
zero: No comments
|
||||||
image: image
|
image: Image
|
||||||
link: link
|
link: Link
|
||||||
code: code
|
code: Code
|
||||||
card_toc: Contents
|
card_toc: Contents
|
||||||
card_post_series: Series
|
card_post_series: Post Series
|
||||||
|
|
||||||
date_suffix:
|
date_suffix:
|
||||||
just: Just now
|
just: Just now
|
||||||
@@ -95,21 +93,21 @@ donate: Sponsor
|
|||||||
share: Share
|
share: Share
|
||||||
|
|
||||||
rightside:
|
rightside:
|
||||||
readmode_title: Read Mode
|
readmode_title: Reading Mode
|
||||||
translate_title: Toggle Between Traditional Chinese And Simplified Chinese
|
translate_title: Toggle Between Traditional and Simplified Chinese
|
||||||
night_mode_title: Toggle Between Light And Dark Mode
|
night_mode_title: Toggle Between Light and Dark Mode
|
||||||
back_to_top: Back To Top
|
back_to_top: Back to Top
|
||||||
toc: Table Of Contents
|
toc: Table of Contents
|
||||||
scroll_to_comment: Scroll To Comments
|
scroll_to_comment: Scroll to Comments
|
||||||
setting: Setting
|
setting: Settings
|
||||||
aside: Toggle between Single-column and Double-column
|
aside: Toggle Between Single-column and Double-column
|
||||||
chat: Chat
|
chat: Chat
|
||||||
|
|
||||||
copy_copyright:
|
copy_copyright:
|
||||||
author: Author
|
author: Author
|
||||||
link: Link
|
link: Link
|
||||||
source: Source
|
source: Source
|
||||||
info: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
|
info: Copyright belongs to the author. For commercial use, please contact the author for authorization. For non-commercial use, please indicate the source.
|
||||||
|
|
||||||
Snackbar:
|
Snackbar:
|
||||||
chs_to_cht: You have switched to Traditional Chinese
|
chs_to_cht: You have switched to Traditional Chinese
|
||||||
|
|||||||
121
languages/ja.yml
Normal file
121
languages/ja.yml
Normal file
@@ -0,0 +1,121 @@
|
|||||||
|
footer:
|
||||||
|
framework: フレームワーク
|
||||||
|
theme: テーマ
|
||||||
|
|
||||||
|
copy:
|
||||||
|
success: コピー成功
|
||||||
|
error: コピー失敗
|
||||||
|
noSupport: ブラウザが対応していません
|
||||||
|
|
||||||
|
page:
|
||||||
|
articles: 記事一覧
|
||||||
|
tag: タグ
|
||||||
|
category: カテゴリ
|
||||||
|
archives: アーカイブ
|
||||||
|
|
||||||
|
card_post_count: コメント数
|
||||||
|
|
||||||
|
no_title: タイトルなし
|
||||||
|
|
||||||
|
post:
|
||||||
|
created: 作成日
|
||||||
|
updated: 更新日
|
||||||
|
wordcount: 総文字数
|
||||||
|
min2read: 読む時間
|
||||||
|
min2read_unit: 分
|
||||||
|
page_pv: 閲覧数
|
||||||
|
comments: コメント数
|
||||||
|
copyright:
|
||||||
|
author: 著者
|
||||||
|
link: リンク
|
||||||
|
copyright_notice: 著作権表示
|
||||||
|
copyright_content: 'このブログのすべての記事は、<a href="%s">%s</a> ライセンスの下で提供されており、特に明記されていない限り、すべての権利を留保します。転載時には出典を明記してください: <a href="%s">%s</a>。'
|
||||||
|
recommend: 関連記事
|
||||||
|
edit: 編集
|
||||||
|
|
||||||
|
search:
|
||||||
|
title: 検索
|
||||||
|
load_data: データベースを読み込んでいます
|
||||||
|
input_placeholder: 記事を検索
|
||||||
|
algolia_search:
|
||||||
|
hits_empty: '${query} の検索結果が見つかりませんでした。'
|
||||||
|
hits_stats: '${hits} 件の結果が ${time}ms で見つかりました'
|
||||||
|
local_search:
|
||||||
|
hits_empty: '${query} の検索結果が見つかりませんでした。'
|
||||||
|
hits_stats: '${hits} 件の記事が見つかりました'
|
||||||
|
|
||||||
|
pagination:
|
||||||
|
prev: 前へ
|
||||||
|
next: 次へ
|
||||||
|
|
||||||
|
comment: コメント
|
||||||
|
|
||||||
|
aside:
|
||||||
|
articles: 記事
|
||||||
|
tags: タグ
|
||||||
|
categories: カテゴリ
|
||||||
|
card_announcement: お知らせ
|
||||||
|
card_categories: カテゴリ
|
||||||
|
card_tags: タグ
|
||||||
|
card_archives: アーカイブ
|
||||||
|
card_recent_post: 最近の記事
|
||||||
|
card_webinfo:
|
||||||
|
headline: サイト情報
|
||||||
|
article_name: 記事数
|
||||||
|
runtime:
|
||||||
|
name: 稼働時間
|
||||||
|
unit: 日
|
||||||
|
last_push_date:
|
||||||
|
name: 最終更新日
|
||||||
|
site_wordcount: 総文字数
|
||||||
|
site_uv_name: ユーザー数
|
||||||
|
site_pv_name: ページビュー数
|
||||||
|
more_button: もっと見る
|
||||||
|
card_newest_comments:
|
||||||
|
headline: 最新コメント
|
||||||
|
loading_text: ローディング中...
|
||||||
|
error: コメントを取得できませんでした。設定を確認してください。
|
||||||
|
zero: コメントがありません
|
||||||
|
image: 画像
|
||||||
|
link: リンク
|
||||||
|
code: コード
|
||||||
|
card_toc: 目次
|
||||||
|
card_post_series: シリーズ記事
|
||||||
|
|
||||||
|
date_suffix:
|
||||||
|
just: たった今
|
||||||
|
min: 分前
|
||||||
|
hour: 時間前
|
||||||
|
day: 日前
|
||||||
|
month: ヶ月前
|
||||||
|
|
||||||
|
donate: 寄付
|
||||||
|
share: 共有
|
||||||
|
|
||||||
|
rightside:
|
||||||
|
readmode_title: 読書モード
|
||||||
|
translate_title: 簡体字と繁体字の切り替え
|
||||||
|
night_mode_title: ライトモード/ダークモード切り替え
|
||||||
|
back_to_top: トップに戻る
|
||||||
|
toc: 目次
|
||||||
|
scroll_to_comment: コメントへ移動
|
||||||
|
setting: 設定
|
||||||
|
aside: シングルカラムとダブルカラムの切り替え
|
||||||
|
chat: チャット
|
||||||
|
|
||||||
|
copy_copyright:
|
||||||
|
author: 著者
|
||||||
|
link: リンク
|
||||||
|
source: ソース
|
||||||
|
info: 著作権は著者に帰属します。商業的利用の場合は著者に連絡して許可を得てください。非商業的利用の場合は出典を明記してください。
|
||||||
|
|
||||||
|
Snackbar:
|
||||||
|
chs_to_cht: 繁体字に切り替えました
|
||||||
|
cht_to_chs: 簡体字に切り替えました
|
||||||
|
day_to_night: ダークモードに切り替えました
|
||||||
|
night_to_day: ライトモードに切り替えました
|
||||||
|
|
||||||
|
loading: ローディング中...
|
||||||
|
load_more: もっと見る
|
||||||
|
|
||||||
|
error404: ページが見つかりません
|
||||||
121
languages/ko.yml
Normal file
121
languages/ko.yml
Normal file
@@ -0,0 +1,121 @@
|
|||||||
|
footer:
|
||||||
|
framework: 프레임워크
|
||||||
|
theme: 테마
|
||||||
|
|
||||||
|
copy:
|
||||||
|
success: 복사 성공
|
||||||
|
error: 복사 실패
|
||||||
|
noSupport: 브라우저가 지원되지 않음
|
||||||
|
|
||||||
|
page:
|
||||||
|
articles: 모든 글
|
||||||
|
tag: 태그
|
||||||
|
category: 카테고리
|
||||||
|
archives: 아카이브
|
||||||
|
|
||||||
|
card_post_count: 댓글 수
|
||||||
|
|
||||||
|
no_title: 제목 없음
|
||||||
|
|
||||||
|
post:
|
||||||
|
created: 작성일
|
||||||
|
updated: 수정일
|
||||||
|
wordcount: 총 글자 수
|
||||||
|
min2read: 읽기 시간
|
||||||
|
min2read_unit: 분
|
||||||
|
page_pv: 조회수
|
||||||
|
comments: 댓글
|
||||||
|
copyright:
|
||||||
|
author: 작성자
|
||||||
|
link: 링크
|
||||||
|
copyright_notice: 저작권 고지
|
||||||
|
copyright_content: '이 블로그의 모든 글은 <a href="%s">%s</a> 라이선스를 따르며, 별도로 명시되지 않는 한 모든 권리를 보유합니다. 재배포 시 출처를 명시해 주세요: <a href="%s">%s</a>.'
|
||||||
|
recommend: 관련 글
|
||||||
|
edit: 편집
|
||||||
|
|
||||||
|
search:
|
||||||
|
title: 검색
|
||||||
|
load_data: 데이터베이스 로드 중
|
||||||
|
input_placeholder: 글 검색
|
||||||
|
algolia_search:
|
||||||
|
hits_empty: '${query}에 대한 결과를 찾을 수 없습니다.'
|
||||||
|
hits_stats: '${hits}개의 결과를 ${time}ms 만에 찾음'
|
||||||
|
local_search:
|
||||||
|
hits_empty: '${query}에 대한 결과를 찾을 수 없습니다.'
|
||||||
|
hits_stats: '${hits}개의 글을 찾음'
|
||||||
|
|
||||||
|
pagination:
|
||||||
|
prev: 이전
|
||||||
|
next: 다음
|
||||||
|
|
||||||
|
comment: 댓글
|
||||||
|
|
||||||
|
aside:
|
||||||
|
articles: 글
|
||||||
|
tags: 태그
|
||||||
|
categories: 카테고리
|
||||||
|
card_announcement: 공지
|
||||||
|
card_categories: 카테고리
|
||||||
|
card_tags: 태그
|
||||||
|
card_archives: 아카이브
|
||||||
|
card_recent_post: 최근 글
|
||||||
|
card_webinfo:
|
||||||
|
headline: 사이트 정보
|
||||||
|
article_name: 글 수
|
||||||
|
runtime:
|
||||||
|
name: 운영 시간
|
||||||
|
unit: 일
|
||||||
|
last_push_date:
|
||||||
|
name: 마지막 업데이트
|
||||||
|
site_wordcount: 총 글자 수
|
||||||
|
site_uv_name: 방문자 수
|
||||||
|
site_pv_name: 총 조회수
|
||||||
|
more_button: 더 보기
|
||||||
|
card_newest_comments:
|
||||||
|
headline: 최신 댓글
|
||||||
|
loading_text: 로딩 중...
|
||||||
|
error: 댓글을 가져올 수 없습니다. 설정을 확인해 주세요.
|
||||||
|
zero: 댓글 없음
|
||||||
|
image: 이미지
|
||||||
|
link: 링크
|
||||||
|
code: 코드
|
||||||
|
card_toc: 목차
|
||||||
|
card_post_series: 시리즈 글
|
||||||
|
|
||||||
|
date_suffix:
|
||||||
|
just: 방금
|
||||||
|
min: 분 전
|
||||||
|
hour: 시간 전
|
||||||
|
day: 일 전
|
||||||
|
month: 달 전
|
||||||
|
|
||||||
|
donate: 후원
|
||||||
|
share: 공유
|
||||||
|
|
||||||
|
rightside:
|
||||||
|
readmode_title: 읽기 모드
|
||||||
|
translate_title: 번체와 간체 전환
|
||||||
|
night_mode_title: 라이트/다크 모드 전환
|
||||||
|
back_to_top: 맨 위로
|
||||||
|
toc: 목차
|
||||||
|
scroll_to_comment: 댓글로 이동
|
||||||
|
setting: 설정
|
||||||
|
aside: 단일/이중 열 전환
|
||||||
|
chat: 채팅
|
||||||
|
|
||||||
|
copy_copyright:
|
||||||
|
author: 작성자
|
||||||
|
link: 링크
|
||||||
|
source: 출처
|
||||||
|
info: 저작권은 작성자에게 있습니다. 상업적 사용을 위해서는 작성자의 허가를 받아야 하며, 비상업적 사용 시에는 출처를 명시해 주세요.
|
||||||
|
|
||||||
|
Snackbar:
|
||||||
|
chs_to_cht: 번체로 전환되었습니다.
|
||||||
|
cht_to_chs: 간체로 전환되었습니다.
|
||||||
|
day_to_night: 다크 모드로 전환되었습니다.
|
||||||
|
night_to_day: 라이트 모드로 전환되었습니다.
|
||||||
|
|
||||||
|
loading: 로딩 중...
|
||||||
|
load_more: 더 보기
|
||||||
|
|
||||||
|
error404: 페이지를 찾을 수 없습니다.
|
||||||
@@ -4,47 +4,45 @@ footer:
|
|||||||
|
|
||||||
copy:
|
copy:
|
||||||
success: 复制成功
|
success: 复制成功
|
||||||
error: 复制错误
|
error: 复制失败
|
||||||
noSupport: 浏览器不支持
|
noSupport: 浏览器不支持
|
||||||
|
|
||||||
page:
|
page:
|
||||||
articles: 文章总览
|
articles: 全部文章
|
||||||
tag: 标签
|
tag: 标签
|
||||||
category: 分类
|
category: 分类
|
||||||
archives: 归档
|
archives: 归档
|
||||||
|
|
||||||
card_post_count: 条评论
|
card_post_count: 条评论
|
||||||
|
|
||||||
no_title: 无题
|
no_title: 无标题
|
||||||
|
|
||||||
post:
|
post:
|
||||||
created: 发表于
|
created: 发表于
|
||||||
updated: 更新于
|
updated: 更新于
|
||||||
wordcount: 字数总计
|
wordcount: 总字数
|
||||||
min2read: 阅读时长
|
min2read: 阅读时长
|
||||||
min2read_unit: 分钟
|
min2read_unit: 分钟
|
||||||
page_pv: 阅读量
|
page_pv: 浏览量
|
||||||
comments: 评论数
|
comments: 评论数
|
||||||
copyright:
|
copyright:
|
||||||
author: 文章作者
|
author: 文章作者
|
||||||
link: 文章链接
|
link: 文章链接
|
||||||
copyright_notice: 版权声明
|
copyright_notice: 版权声明
|
||||||
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: 编辑
|
edit: 编辑
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title: 搜索
|
title: 搜索
|
||||||
load_data: 数据库加载中
|
load_data: 数据加载中
|
||||||
|
input_placeholder: 搜索文章
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: 搜索文章
|
hits_empty: '未找到符合您查询的内容:${query}'
|
||||||
hits_empty: '找不到您查询的内容:${query}'
|
hits_stats: '找到 ${hits} 条结果,耗时 ${time} 毫秒'
|
||||||
hits_stats: '找到 ${hits} 条结果,用时 ${time} 毫秒'
|
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
input_placeholder: 搜索文章
|
hits_empty: '未找到符合您查询的内容:${query}'
|
||||||
hits_empty: '找不到您查询的内容:${query}'
|
|
||||||
hits_stats: '共找到 ${hits} 篇文章'
|
hits_stats: '共找到 ${hits} 篇文章'
|
||||||
|
|
||||||
pagination:
|
pagination:
|
||||||
@@ -63,22 +61,22 @@ aside:
|
|||||||
card_archives: 归档
|
card_archives: 归档
|
||||||
card_recent_post: 最新文章
|
card_recent_post: 最新文章
|
||||||
card_webinfo:
|
card_webinfo:
|
||||||
headline: 网站资讯
|
headline: 网站信息
|
||||||
article_name: 文章数目
|
article_name: 文章数目
|
||||||
runtime:
|
runtime:
|
||||||
name: 已运行时间
|
name: 运行时间
|
||||||
unit: 天
|
unit: 天
|
||||||
last_push_date:
|
last_push_date:
|
||||||
name: 最后更新时间
|
name: 最后更新时间
|
||||||
site_wordcount: 本站总字数
|
site_wordcount: 本站总字数
|
||||||
site_uv_name: 本站访客数
|
site_uv_name: 本站访客数
|
||||||
site_pv_name: 本站总访问量
|
site_pv_name: 本站总浏览量
|
||||||
more_button: 查看更多
|
more_button: 查看更多
|
||||||
card_newest_comments:
|
card_newest_comments:
|
||||||
headline: 最新评论
|
headline: 最新评论
|
||||||
loading_text: 正在加载中...
|
loading_text: 加载中...
|
||||||
error: 无法获取评论,请确认相关配置是否正确
|
error: 无法获取评论,请确认相关配置是否正确
|
||||||
zero: 没有评论
|
zero: 暂无评论
|
||||||
image: 图片
|
image: 图片
|
||||||
link: 链接
|
link: 链接
|
||||||
code: 代码
|
code: 代码
|
||||||
@@ -98,10 +96,10 @@ share: 分享
|
|||||||
rightside:
|
rightside:
|
||||||
readmode_title: 阅读模式
|
readmode_title: 阅读模式
|
||||||
translate_title: 简繁转换
|
translate_title: 简繁转换
|
||||||
night_mode_title: 浅色和深色模式转换
|
night_mode_title: 日间和夜间模式切换
|
||||||
back_to_top: 回到顶部
|
back_to_top: 回到顶部
|
||||||
toc: 目录
|
toc: 目录
|
||||||
scroll_to_comment: 直达评论
|
scroll_to_comment: 前往评论
|
||||||
setting: 设置
|
setting: 设置
|
||||||
aside: 单栏和双栏切换
|
aside: 单栏和双栏切换
|
||||||
chat: 聊天
|
chat: 聊天
|
||||||
@@ -113,12 +111,12 @@ copy_copyright:
|
|||||||
info: 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
|
info: 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
|
||||||
|
|
||||||
Snackbar:
|
Snackbar:
|
||||||
chs_to_cht: 你已切换为繁体中文
|
chs_to_cht: 已切换为繁体中文
|
||||||
cht_to_chs: 你已切换为简体中文
|
cht_to_chs: 已切换为简体中文
|
||||||
day_to_night: 你已切换为深色模式
|
day_to_night: 已切换为深色模式
|
||||||
night_to_day: 你已切换为浅色模式
|
night_to_day: 已切换为浅色模式
|
||||||
|
|
||||||
loading: 加载中...
|
loading: 加载中...
|
||||||
load_more: 加载更多
|
load_more: 加载更多
|
||||||
|
|
||||||
error404: 页面没有找到
|
error404: 页面未找到
|
||||||
|
|||||||
121
languages/zh-HK.yml
Normal file
121
languages/zh-HK.yml
Normal file
@@ -0,0 +1,121 @@
|
|||||||
|
footer:
|
||||||
|
framework: 框架
|
||||||
|
theme: 主題
|
||||||
|
|
||||||
|
copy:
|
||||||
|
success: 複製成功
|
||||||
|
error: 複製失敗
|
||||||
|
noSupport: 瀏覽器不支援
|
||||||
|
|
||||||
|
page:
|
||||||
|
articles: 全部文章
|
||||||
|
tag: 標籤
|
||||||
|
category: 分類
|
||||||
|
archives: 歸檔
|
||||||
|
|
||||||
|
card_post_count: 條評論
|
||||||
|
|
||||||
|
no_title: 無標題
|
||||||
|
|
||||||
|
post:
|
||||||
|
created: 發表於
|
||||||
|
updated: 更新於
|
||||||
|
wordcount: 字數統計
|
||||||
|
min2read: 閱讀時間
|
||||||
|
min2read_unit: 分鐘
|
||||||
|
page_pv: 瀏覽量
|
||||||
|
comments: 評論數
|
||||||
|
copyright:
|
||||||
|
author: 文章作者
|
||||||
|
link: 文章連結
|
||||||
|
copyright_notice: 版權聲明
|
||||||
|
copyright_content: '除特別聲明外,本博客所有文章均採用<a href="%s">%s</a> 授權協議。轉載請註明出處:<a href="%s">%s</a>。'
|
||||||
|
recommend: 相關文章
|
||||||
|
edit: 編輯
|
||||||
|
|
||||||
|
search:
|
||||||
|
title: 搜尋
|
||||||
|
load_data: 正在加載數據庫
|
||||||
|
input_placeholder: 搜尋文章
|
||||||
|
algolia_search:
|
||||||
|
hits_empty: '未找到相關內容:${query}'
|
||||||
|
hits_stats: '找到 ${hits} 條結果,耗時 ${time} 毫秒'
|
||||||
|
local_search:
|
||||||
|
hits_empty: '未找到相關內容:${query}'
|
||||||
|
hits_stats: '找到 ${hits} 篇文章'
|
||||||
|
|
||||||
|
pagination:
|
||||||
|
prev: 上一頁
|
||||||
|
next: 下一頁
|
||||||
|
|
||||||
|
comment: 評論
|
||||||
|
|
||||||
|
aside:
|
||||||
|
articles: 文章
|
||||||
|
tags: 標籤
|
||||||
|
categories: 分類
|
||||||
|
card_announcement: 公告
|
||||||
|
card_categories: 分類
|
||||||
|
card_tags: 標籤
|
||||||
|
card_archives: 歸檔
|
||||||
|
card_recent_post: 最新文章
|
||||||
|
card_webinfo:
|
||||||
|
headline: 網站資訊
|
||||||
|
article_name: 文章數目
|
||||||
|
runtime:
|
||||||
|
name: 運行時間
|
||||||
|
unit: 天
|
||||||
|
last_push_date:
|
||||||
|
name: 最後更新時間
|
||||||
|
site_wordcount: 總字數
|
||||||
|
site_uv_name: 訪客數
|
||||||
|
site_pv_name: 總瀏覽量
|
||||||
|
more_button: 查看更多
|
||||||
|
card_newest_comments:
|
||||||
|
headline: 最新評論
|
||||||
|
loading_text: 正在加載...
|
||||||
|
error: 無法取得評論,請確認配置是否正確
|
||||||
|
zero: 暫無評論
|
||||||
|
image: 圖片
|
||||||
|
link: 連結
|
||||||
|
code: 代碼
|
||||||
|
card_toc: 目錄
|
||||||
|
card_post_series: 系列文章
|
||||||
|
|
||||||
|
date_suffix:
|
||||||
|
just: 剛剛
|
||||||
|
min: 分鐘前
|
||||||
|
hour: 小時前
|
||||||
|
day: 天前
|
||||||
|
month: 個月前
|
||||||
|
|
||||||
|
donate: 贊助
|
||||||
|
share: 分享
|
||||||
|
|
||||||
|
rightside:
|
||||||
|
readmode_title: 閱讀模式
|
||||||
|
translate_title: 簡繁轉換
|
||||||
|
night_mode_title: 切換日夜模式
|
||||||
|
back_to_top: 回到頂部
|
||||||
|
toc: 目錄
|
||||||
|
scroll_to_comment: 前往評論
|
||||||
|
setting: 設定
|
||||||
|
aside: 單欄與雙欄切換
|
||||||
|
chat: 聊天
|
||||||
|
|
||||||
|
copy_copyright:
|
||||||
|
author: 作者
|
||||||
|
link: 連結
|
||||||
|
source: 來源
|
||||||
|
info: 版權屬於作者所有。商業用途請聯絡作者獲得授權,非商業用途請註明出處。
|
||||||
|
|
||||||
|
Snackbar:
|
||||||
|
chs_to_cht: 已切換為繁體中文
|
||||||
|
cht_to_chs: 已切換為簡體中文
|
||||||
|
day_to_night: 已切換為深色模式
|
||||||
|
night_to_day: 已切換為淺色模式
|
||||||
|
|
||||||
|
loading: 正在加載...
|
||||||
|
load_more: 加載更多
|
||||||
|
|
||||||
|
error404: 未找到頁面
|
||||||
@@ -4,47 +4,44 @@ footer:
|
|||||||
|
|
||||||
copy:
|
copy:
|
||||||
success: 複製成功
|
success: 複製成功
|
||||||
error: 複製錯誤
|
error: 複製失敗
|
||||||
noSupport: 瀏覽器不支援
|
noSupport: 瀏覽器不支援
|
||||||
|
|
||||||
page:
|
page:
|
||||||
articles: 文章總覽
|
articles: 所有文章
|
||||||
tag: 標籤
|
tag: 標籤
|
||||||
category: 分類
|
category: 分類
|
||||||
archives: 歸檔
|
archives: 歸檔
|
||||||
|
|
||||||
card_post_count: 條評論
|
card_post_count: 則評論
|
||||||
|
|
||||||
no_title: 無標題
|
no_title: 無標題
|
||||||
|
|
||||||
post:
|
post:
|
||||||
created: 發表於
|
created: 發表於
|
||||||
updated: 更新於
|
updated: 更新於
|
||||||
wordcount: 字數總計
|
wordcount: 總字數
|
||||||
min2read: 閱讀時長
|
min2read: 閱讀時間
|
||||||
min2read_unit: 分鐘
|
min2read_unit: 分鐘
|
||||||
page_pv: 閱讀量
|
page_pv: 瀏覽量
|
||||||
comments: 評論數
|
comments: 評論數
|
||||||
copyright:
|
copyright:
|
||||||
author: 文章作者
|
author: 文章作者
|
||||||
link: 文章連結
|
link: 文章連結
|
||||||
copyright_notice: 版權聲明
|
copyright_notice: 版權聲明
|
||||||
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: 編輯
|
edit: 編輯
|
||||||
|
|
||||||
search:
|
search:
|
||||||
title: 搜尋
|
title: 搜尋
|
||||||
load_data: 資料庫載入中
|
load_data: 資料載入中
|
||||||
|
input_placeholder: 搜尋文章
|
||||||
algolia_search:
|
algolia_search:
|
||||||
input_placeholder: 搜尋文章
|
hits_empty: '找不到符合您查詢的內容:${query}'
|
||||||
hits_empty: '找不到您查詢的內容:${query}'
|
hits_stats: '找到 ${hits} 筆結果,耗時 ${time} 毫秒'
|
||||||
hits_stats: '找到 ${hits} 條結果,用時 ${time} 毫秒'
|
|
||||||
|
|
||||||
local_search:
|
local_search:
|
||||||
input_placeholder: 搜尋文章
|
hits_empty: '找不到符合您查詢的內容:${query}'
|
||||||
hits_empty: '找不到您查詢的內容:${query}'
|
|
||||||
hits_stats: '共找到 ${hits} 篇文章'
|
hits_stats: '共找到 ${hits} 篇文章'
|
||||||
|
|
||||||
pagination:
|
pagination:
|
||||||
@@ -64,26 +61,26 @@ aside:
|
|||||||
card_recent_post: 最新文章
|
card_recent_post: 最新文章
|
||||||
card_webinfo:
|
card_webinfo:
|
||||||
headline: 網站資訊
|
headline: 網站資訊
|
||||||
article_name: 文章數目
|
article_name: 文章數量
|
||||||
runtime:
|
runtime:
|
||||||
name: 已執行時間
|
name: 運行時間
|
||||||
unit: 天
|
unit: 天
|
||||||
last_push_date:
|
last_push_date:
|
||||||
name: 最後更新時間
|
name: 最後更新時間
|
||||||
site_wordcount: 本站總字數
|
site_wordcount: 總字數
|
||||||
site_uv_name: 本站訪客數
|
site_uv_name: 訪客數
|
||||||
site_pv_name: 本站總訪問量
|
site_pv_name: 總瀏覽量
|
||||||
more_button: 檢視更多
|
more_button: 檢視更多
|
||||||
card_newest_comments:
|
card_newest_comments:
|
||||||
headline: 最新評論
|
headline: 最新評論
|
||||||
loading_text: 正在載入中...
|
loading_text: 載入中...
|
||||||
error: 無法獲取評論,請確認相關配置是否正確
|
error: 無法獲取評論,請確認相關配置是否正確
|
||||||
zero: 沒有評論
|
zero: 尚無評論
|
||||||
image: 圖片
|
image: 圖片
|
||||||
link: 連結
|
link: 連結
|
||||||
code: 程式碼
|
code: 程式碼
|
||||||
card_toc: 目錄
|
card_toc: 目錄
|
||||||
card_post_series: 文章系列
|
card_post_series: 系列文章
|
||||||
|
|
||||||
date_suffix:
|
date_suffix:
|
||||||
just: 剛剛
|
just: 剛剛
|
||||||
@@ -97,11 +94,11 @@ share: 分享
|
|||||||
|
|
||||||
rightside:
|
rightside:
|
||||||
readmode_title: 閱讀模式
|
readmode_title: 閱讀模式
|
||||||
translate_title: 簡繁轉換
|
translate_title: 繁簡轉換
|
||||||
night_mode_title: 淺色和深色模式轉換
|
night_mode_title: 日夜模式切換
|
||||||
back_to_top: 返回頂部
|
back_to_top: 回到頂端
|
||||||
toc: 目錄
|
toc: 目錄
|
||||||
scroll_to_comment: 直達評論
|
scroll_to_comment: 前往評論
|
||||||
setting: 設定
|
setting: 設定
|
||||||
aside: 單欄和雙欄切換
|
aside: 單欄和雙欄切換
|
||||||
chat: 聊天
|
chat: 聊天
|
||||||
@@ -110,15 +107,15 @@ copy_copyright:
|
|||||||
author: 作者
|
author: 作者
|
||||||
link: 連結
|
link: 連結
|
||||||
source: 來源
|
source: 來源
|
||||||
info: 著作權歸作者所有。商業轉載請聯繫作者獲得授權,非商業轉載請註明出處。
|
info: 著作權歸作者所有。如需商業轉載,請聯絡作者獲得授權,非商業轉載請註明出處。
|
||||||
|
|
||||||
Snackbar:
|
Snackbar:
|
||||||
chs_to_cht: 你已切換為繁體中文
|
chs_to_cht: 已切換為繁體中文
|
||||||
cht_to_chs: 你已切換為簡體中文
|
cht_to_chs: 已切換為簡體中文
|
||||||
day_to_night: 你已切換為深色模式
|
day_to_night: 已切換為深色模式
|
||||||
night_to_day: 你已切換為淺色模式
|
night_to_day: 已切換為淺色模式
|
||||||
|
|
||||||
loading: 載入中...
|
loading: 載入中...
|
||||||
load_more: 載入更多
|
load_more: 載入更多
|
||||||
|
|
||||||
error404: 頁面沒有找到
|
error404: 找不到頁面
|
||||||
|
|||||||
@@ -2,10 +2,8 @@ extends includes/layout.pug
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
if theme.category_ui == 'index'
|
if theme.category_ui == 'index'
|
||||||
include ./includes/mixins/post-ui.pug
|
include ./includes/mixins/indexPostUI.pug
|
||||||
#recent-posts.recent-posts.category_ui
|
+indexPostUI
|
||||||
+postUI
|
|
||||||
include includes/pagination.pug
|
|
||||||
else
|
else
|
||||||
include ./includes/mixins/article-sort.pug
|
include ./includes/mixins/article-sort.pug
|
||||||
#category
|
#category
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
- var top_img_404 = theme.error_404.background || theme.default_top_img
|
|
||||||
|
|
||||||
#body-wrap.error404
|
|
||||||
include ./header/index.pug
|
|
||||||
|
|
||||||
#error-wrap
|
|
||||||
.error-content
|
|
||||||
.error-img
|
|
||||||
img(src=url_for(top_img_404) alt='Page not found')
|
|
||||||
.error-info
|
|
||||||
h1.error_title= '404'
|
|
||||||
.error_subtitle= theme.error_404.subtitle || _p('error404')
|
|
||||||
@@ -5,10 +5,8 @@ div
|
|||||||
if theme.translate.enable
|
if theme.translate.enable
|
||||||
script(src=url_for(theme.asset.translate))
|
script(src=url_for(theme.asset.translate))
|
||||||
|
|
||||||
if theme.medium_zoom
|
if theme.lightbox
|
||||||
script(src=url_for(theme.asset.medium_zoom))
|
script(src=url_for(theme.asset[theme.lightbox]))
|
||||||
else if theme.fancybox
|
|
||||||
script(src=url_for(theme.asset.fancybox))
|
|
||||||
|
|
||||||
if theme.instantpage
|
if theme.instantpage
|
||||||
script(src=url_for(theme.asset.instantpage), type='module')
|
script(src=url_for(theme.asset.instantpage), type='module')
|
||||||
@@ -30,7 +28,6 @@ div
|
|||||||
include ./third-party/subtitle.pug
|
include ./third-party/subtitle.pug
|
||||||
|
|
||||||
include ./third-party/math/index.pug
|
include ./third-party/math/index.pug
|
||||||
|
|
||||||
include ./third-party/abcjs/index.pug
|
include ./third-party/abcjs/index.pug
|
||||||
|
|
||||||
if commentsJsLoad
|
if commentsJsLoad
|
||||||
@@ -38,28 +35,26 @@ div
|
|||||||
|
|
||||||
!= partial("includes/third-party/prismjs", {}, { cache: true })
|
!= partial("includes/third-party/prismjs", {}, { cache: true })
|
||||||
|
|
||||||
if theme.aside.enable && theme.newest_comments.enable
|
if theme.aside.enable && theme.aside.card_newest_comments.enable
|
||||||
if theme.pjax.enable
|
if theme.pjax.enable || (!is_post() && page.aside !== false)
|
||||||
!= partial("includes/third-party/newest-comments/index", {}, { cache: true })
|
|
||||||
else if (!is_post() && page.aside !== false)
|
|
||||||
!= partial("includes/third-party/newest-comments/index", {}, { cache: true })
|
!= 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: true })
|
!= partial("includes/third-party/effect", {}, { cache: true })
|
||||||
|
|
||||||
!= partial("includes/third-party/chat/index", {}, { cache: true })
|
!= 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 || page.aplayer
|
||||||
include ./third-party/aplayer.pug
|
|
||||||
else if page.aplayer
|
|
||||||
include ./third-party/aplayer.pug
|
include ./third-party/aplayer.pug
|
||||||
|
|
||||||
if theme.pjax.enable
|
if theme.pjax.enable
|
||||||
!= partial("includes/third-party/pjax", {}, { cache: true })
|
!= partial("includes/third-party/pjax", {}, { cache: true })
|
||||||
|
|
||||||
|
if theme.umami_analytics.enable
|
||||||
|
!= partial("includes/third-party/umami_analytics", {}, { cache: true })
|
||||||
|
|
||||||
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
|
||||||
script(async data-pjax src= theme.asset.busuanzi || '//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js')
|
script(async data-pjax src= theme.asset.busuanzi || '//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js')
|
||||||
|
|
||||||
!=partial('includes/third-party/search/index', {}, {cache: true})
|
!= partial('includes/third-party/search/index', {}, { cache: true })
|
||||||
@@ -1,11 +1,12 @@
|
|||||||
#footer-wrap
|
#footer-wrap
|
||||||
if theme.footer.owner.enable
|
if theme.footer.owner.enable
|
||||||
- var now = new Date()
|
- const currentYear = new Date().getFullYear()
|
||||||
- var nowYear = now.getFullYear()
|
- const sinceYear = theme.footer.owner.since
|
||||||
if theme.footer.owner.since && theme.footer.owner.since != nowYear
|
.copyright
|
||||||
.copyright!= `©${theme.footer.owner.since} - ${nowYear} By ${config.author}`
|
if sinceYear && sinceYear != currentYear
|
||||||
else
|
!= `©${sinceYear} - ${currentYear} By ${config.author}`
|
||||||
.copyright!= `©${nowYear} By ${config.author}`
|
else
|
||||||
|
!= `©${currentYear} By ${config.author}`
|
||||||
if theme.footer.copyright
|
if theme.footer.copyright
|
||||||
.framework-info
|
.framework-info
|
||||||
span= _p('footer.framework') + ' '
|
span= _p('footer.framework') + ' '
|
||||||
@@ -14,4 +15,4 @@
|
|||||||
span= _p('footer.theme') + ' '
|
span= _p('footer.theme') + ' '
|
||||||
a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly'
|
a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly'
|
||||||
if theme.footer.custom_text
|
if theme.footer.custom_text
|
||||||
.footer_custom_text!=`${theme.footer.custom_text}`
|
.footer_custom_text!= theme.footer.custom_text
|
||||||
@@ -45,9 +45,11 @@ link(rel='stylesheet', href=url_for(theme.asset.fontawesome))
|
|||||||
if (theme.snackbar && theme.snackbar.enable)
|
if (theme.snackbar && theme.snackbar.enable)
|
||||||
link(rel='stylesheet', href=url_for(theme.asset.snackbar_css) media="print" onload="this.media='all'")
|
link(rel='stylesheet', href=url_for(theme.asset.snackbar_css) media="print" onload="this.media='all'")
|
||||||
|
|
||||||
if theme.fancybox
|
if theme.lightbox === 'fancybox'
|
||||||
link(rel='stylesheet' href=url_for(theme.asset.fancybox_css) media="print" onload="this.media='all'")
|
link(rel='stylesheet' href=url_for(theme.asset.fancybox_css) media="print" onload="this.media='all'")
|
||||||
|
|
||||||
|
!=fragment_cache('injectHeadJs', function(){return inject_head_js()})
|
||||||
|
|
||||||
//- google_adsense
|
//- google_adsense
|
||||||
!=partial('includes/head/google_adsense', {}, {cache: true})
|
!=partial('includes/head/google_adsense', {}, {cache: true})
|
||||||
|
|
||||||
@@ -63,6 +65,4 @@ if theme.blog_title_font && theme.blog_title_font.font_link
|
|||||||
|
|
||||||
include ./head/config_site.pug
|
include ./head/config_site.pug
|
||||||
|
|
||||||
!=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)})
|
||||||
|
|||||||
@@ -10,5 +10,7 @@ if theme.Open_Graph_meta.enable
|
|||||||
-
|
-
|
||||||
!= open_graph(ogOption)
|
!= open_graph(ogOption)
|
||||||
else
|
else
|
||||||
meta(name="description" content=page_description())
|
- const description = page.description || page.content || page.title || config.description
|
||||||
|
if description
|
||||||
|
meta(name="description" content=truncate(description, 150))
|
||||||
|
|
||||||
|
|||||||
@@ -7,14 +7,20 @@ if theme.baidu_analytics
|
|||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();
|
})();
|
||||||
|
btf.addGlobalFn('pjaxComplete', () => {
|
||||||
|
_hmt.push(['_trackPageview',window.location.pathname])
|
||||||
|
}, 'baidu_analytics')
|
||||||
|
|
||||||
if theme.google_analytics
|
if theme.google_analytics
|
||||||
script(async src=`https://www.googletagmanager.com/gtag/js?id=${theme.google_analytics}`)
|
script(async src=`https://www.googletagmanager.com/gtag/js?id=${theme.google_analytics}`)
|
||||||
script.
|
script.
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || []
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments)}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date())
|
||||||
gtag('config', '!{theme.google_analytics}');
|
gtag('config', '!{theme.google_analytics}')
|
||||||
|
btf.addGlobalFn('pjaxComplete', () => {
|
||||||
|
gtag('config', '!{theme.google_analytics}', {'page_path': window.location.pathname})
|
||||||
|
}, 'google_analytics')
|
||||||
|
|
||||||
if theme.cloudflare_analytics
|
if theme.cloudflare_analytics
|
||||||
script(defer data-pjax src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon=`{"token": "${theme.cloudflare_analytics}"}`)
|
script(defer data-pjax src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon=`{"token": "${theme.cloudflare_analytics}"}`)
|
||||||
|
|||||||
@@ -1,28 +1,30 @@
|
|||||||
-
|
-
|
||||||
let algolia = 'undefined';
|
let algolia = 'undefined'
|
||||||
let env = process.env;
|
if (theme.search.use === 'algolia_search') {
|
||||||
if (theme.algolia_search.enable) {
|
const { ALGOLIA_APP_ID, ALGOLIA_API_KEY, ALGOLIA_INDEX_NAME } = process.env
|
||||||
|
const { appId, applicationID, apiKey, indexName } = config.algolia
|
||||||
algolia = JSON.stringify({
|
algolia = JSON.stringify({
|
||||||
appId: env.ALGOLIA_APP_ID || config.algolia.appId || config.algolia.applicationID,
|
appId: ALGOLIA_APP_ID || appId || applicationID,
|
||||||
apiKey: env.ALGOLIA_API_KEY || config.algolia.apiKey,
|
apiKey: ALGOLIA_API_KEY || apiKey,
|
||||||
indexName: env.ALGOLIA_INDEX_NAME || config.algolia.indexName,
|
indexName: ALGOLIA_INDEX_NAME || indexName,
|
||||||
hits: theme.algolia_search.hits,
|
hitsPerPage: theme.search.algolia_search.hitsPerPage,
|
||||||
// search languages
|
// search languages
|
||||||
languages: {
|
languages: {
|
||||||
input_placeholder: _p("search.algolia_search.input_placeholder"),
|
input_placeholder: theme.search.placeholder || _p("search.input_placeholder"),
|
||||||
hits_empty: _p("search.algolia_search.hits_empty"),
|
hits_empty: _p("search.algolia_search.hits_empty"),
|
||||||
hits_stats: _p("search.algolia_search.hits_stats"),
|
hits_stats: _p("search.algolia_search.hits_stats"),
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
let localSearch = 'undefined';
|
let localSearch = 'undefined'
|
||||||
if (theme.local_search && theme.local_search.enable) {
|
if (theme.search.use === 'local_search') {
|
||||||
|
const { CDN, preload, top_n_per_article, unescape } = theme.search.local_search
|
||||||
localSearch = JSON.stringify({
|
localSearch = JSON.stringify({
|
||||||
path: theme.local_search.CDN ? theme.local_search.CDN : config.root + config.search.path,
|
path: CDN || config.root + config.search.path,
|
||||||
preload: theme.local_search.preload,
|
preload,
|
||||||
top_n_per_article: theme.local_search.top_n_per_article,
|
top_n_per_article,
|
||||||
unescape: theme.local_search.unescape,
|
unescape,
|
||||||
languages: {
|
languages: {
|
||||||
// search languages
|
// search languages
|
||||||
hits_empty: _p("search.local_search.hits_empty"),
|
hits_empty: _p("search.local_search.hits_empty"),
|
||||||
@@ -31,7 +33,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
let translate = 'undefined';
|
let translate = 'undefined'
|
||||||
if (theme.translate && theme.translate.enable){
|
if (theme.translate && theme.translate.enable){
|
||||||
translate = JSON.stringify({
|
translate = JSON.stringify({
|
||||||
defaultEncoding: theme.translate.defaultEncoding,
|
defaultEncoding: theme.translate.defaultEncoding,
|
||||||
@@ -41,7 +43,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
let copyright = 'undefined';
|
let copyright = 'undefined'
|
||||||
if (theme.copy.enable && theme.copy.copyright.enable){
|
if (theme.copy.enable && theme.copy.copyright.enable){
|
||||||
copyright = JSON.stringify({
|
copyright = JSON.stringify({
|
||||||
limitCount: theme.copy.copyright.limit_count,
|
limitCount: theme.copy.copyright.limit_count,
|
||||||
@@ -54,7 +56,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
let Snackbar = 'undefined';
|
let Snackbar = 'undefined'
|
||||||
if (theme.snackbar && theme.snackbar.enable) {
|
if (theme.snackbar && theme.snackbar.enable) {
|
||||||
Snackbar = JSON.stringify({
|
Snackbar = JSON.stringify({
|
||||||
chs_to_cht: _p("Snackbar.chs_to_cht"),
|
chs_to_cht: _p("Snackbar.chs_to_cht"),
|
||||||
@@ -67,7 +69,7 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
let noticeOutdate = 'undefined';
|
let noticeOutdate = 'undefined'
|
||||||
if (theme.noticeOutdate && theme.noticeOutdate.enable) {
|
if (theme.noticeOutdate && theme.noticeOutdate.enable) {
|
||||||
noticeOutdate = JSON.stringify({
|
noticeOutdate = JSON.stringify({
|
||||||
limitDay: theme.noticeOutdate.limit_day,
|
limitDay: theme.noticeOutdate.limit_day,
|
||||||
@@ -77,15 +79,18 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
let highlight = 'undefined';
|
let highlight = 'undefined'
|
||||||
let syntaxHighlighter = config.syntax_highlighter;
|
let syntaxHighlighter = config.syntax_highlighter
|
||||||
let highlightEnable = syntaxHighlighter ? ['highlight.js', 'prismjs'].includes(syntaxHighlighter) : (config.highlight.enable || config.prismjs.enable);
|
let highlightEnable = syntaxHighlighter ? ['highlight.js', 'prismjs'].includes(syntaxHighlighter) : (config.highlight.enable || config.prismjs.enable)
|
||||||
if (highlightEnable) {
|
if (highlightEnable) {
|
||||||
|
const { copy, language, height_limit, fullpage, macStyle } = theme.code_blocks
|
||||||
highlight = JSON.stringify({
|
highlight = JSON.stringify({
|
||||||
plugin: syntaxHighlighter ? syntaxHighlighter : config.highlight.enable ? 'highlight.js' : 'prismjs',
|
plugin: syntaxHighlighter ? syntaxHighlighter : config.highlight.enable ? 'highlight.js' : 'prismjs',
|
||||||
highlightCopy: theme.highlight_copy,
|
highlightCopy: copy,
|
||||||
highlightLang: theme.highlight_lang,
|
highlightLang: language,
|
||||||
highlightHeightLimit: theme.highlight_height_limit
|
highlightHeightLimit: height_limit,
|
||||||
|
highlightFullpage: fullpage,
|
||||||
|
highlightMacStyle: macStyle
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,7 +111,7 @@ script.
|
|||||||
homepage: !{theme.post_meta.page.date_format === 'relative'},
|
homepage: !{theme.post_meta.page.date_format === 'relative'},
|
||||||
post: !{theme.post_meta.post.date_format === 'relative'}
|
post: !{theme.post_meta.post.date_format === 'relative'}
|
||||||
},
|
},
|
||||||
runtime: '!{theme.runtimeshow.enable ? _p("aside.card_webinfo.runtime.unit") : ""}',
|
runtime: '!{theme.aside.card_webinfo.runtime_date ? _p("aside.card_webinfo.runtime.unit") : ""}',
|
||||||
dateSuffix: {
|
dateSuffix: {
|
||||||
just: '!{_p("date_suffix.just")}',
|
just: '!{_p("date_suffix.just")}',
|
||||||
min: '!{_p("date_suffix.min")}',
|
min: '!{_p("date_suffix.min")}',
|
||||||
@@ -115,7 +120,7 @@ script.
|
|||||||
month: '!{_p("date_suffix.month")}'
|
month: '!{_p("date_suffix.month")}'
|
||||||
},
|
},
|
||||||
copyright: !{copyright},
|
copyright: !{copyright},
|
||||||
lightbox: '!{ theme.medium_zoom ? "mediumZoom" : (theme.fancybox ? "fancybox" : "null" )}',
|
lightbox: '!{ theme.lightbox || 'null' }',
|
||||||
Snackbar: !{Snackbar},
|
Snackbar: !{Snackbar},
|
||||||
infinitegrid: {
|
infinitegrid: {
|
||||||
js: '!{url_for(theme.asset.egjs_infinitegrid)}',
|
js: '!{url_for(theme.asset.egjs_infinitegrid)}',
|
||||||
|
|||||||
@@ -2,20 +2,17 @@
|
|||||||
const titleVal = pageTitle.replace(/'/ig,"\\'")
|
const titleVal = pageTitle.replace(/'/ig,"\\'")
|
||||||
|
|
||||||
let isHighlightShrink
|
let isHighlightShrink
|
||||||
if (theme.highlight_shrink == 'none') isHighlightShrink = 'undefined'
|
if (theme.code_blocks.shrink == 'none') isHighlightShrink = 'undefined'
|
||||||
else if (page.highlight_shrink === true || page.highlight_shrink === false) isHighlightShrink = page.highlight_shrink
|
else if (typeof page.highlight_shrink == 'boolean') isHighlightShrink = page.highlight_shrink
|
||||||
else isHighlightShrink = theme.highlight_shrink
|
else isHighlightShrink = theme.code_blocks.shrink
|
||||||
|
|
||||||
var showToc = false
|
var showToc = false
|
||||||
if (theme.aside.enable && page.aside !== false) {
|
if (theme.aside.enable && page.aside !== false) {
|
||||||
let tocEnable = false
|
let tocEnable = false
|
||||||
if (is_post()) {
|
if (is_post() && theme.toc.post) tocEnable = true
|
||||||
if (theme.toc.post) tocEnable = true
|
else if (is_page() && theme.toc.page) tocEnable = true
|
||||||
} else if (is_page()) {
|
const pageToc = typeof page.toc === 'boolean' ? page.toc : tocEnable
|
||||||
if (theme.toc.page) tocEnable = true
|
showToc = pageToc && (toc(page.content) !== '' || page.encrypt === true)
|
||||||
}
|
|
||||||
const pageToc = page.toc === true || page.toc === false ? page.toc : tocEnable
|
|
||||||
showToc = pageToc && (toc(page.content) !== '' || page.encrypt == true )
|
|
||||||
}
|
}
|
||||||
-
|
-
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
link(rel="manifest" href=url_for(theme.pwa.manifest))
|
- const { manifest, theme_color, apple_touch_icon, favicon_32_32, favicon_16_16, mask_icon } = theme.pwa
|
||||||
if(theme.pwa.theme_color)
|
|
||||||
meta(name="msapplication-TileColor" content=theme.pwa.theme_color)
|
link(rel="manifest" href=url_for(manifest))
|
||||||
if(theme.pwa.apple_touch_icon)
|
if theme_color
|
||||||
link(rel="apple-touch-icon" sizes="180x180" href=url_for(theme.pwa.apple_touch_icon))
|
meta(name="msapplication-TileColor" content=theme_color)
|
||||||
if(theme.pwa.favicon_32_32)
|
if apple_touch_icon
|
||||||
link(rel="icon" type="image/png" sizes="32x32" href=url_for(theme.pwa.favicon_32_32))
|
link(rel="apple-touch-icon" sizes="180x180" href=url_for(apple_touch_icon))
|
||||||
if(theme.pwa.favicon_16_16)
|
if favicon_32_32
|
||||||
link(rel="icon" type="image/png" sizes="16x16" href=url_for(theme.pwa.favicon_16_16))
|
link(rel="icon" type="image/png" sizes="32x32" href=url_for(favicon_32_32))
|
||||||
if(theme.pwa.mask_icon)
|
if favicon_16_16
|
||||||
link(rel="mask-icon" href=url_for(theme.pwa.mask_icon) color="#5bbad5")
|
link(rel="icon" type="image/png" sizes="16x16" href=url_for(favicon_16_16))
|
||||||
|
if mask_icon
|
||||||
|
link(rel="mask-icon" href=url_for(mask_icon) color="#5bbad5")
|
||||||
|
|||||||
@@ -1,52 +1,53 @@
|
|||||||
|
-
|
||||||
|
const returnTopImg = img => img !== false ? img || theme.default_top_img : false
|
||||||
|
const isFixedClass = theme.nav.fixed ? ' fixed' : ''
|
||||||
|
var top_img = false
|
||||||
|
let headerClassName = 'not-top-img'
|
||||||
|
var bg_img = ''
|
||||||
|
|
||||||
if !theme.disable_top_img && page.top_img !== false
|
if !theme.disable_top_img && page.top_img !== false
|
||||||
if is_post()
|
if is_post()
|
||||||
- var top_img = page.top_img || page.cover || theme.default_top_img
|
- top_img = page.top_img || page.cover || theme.default_top_img
|
||||||
else if is_page()
|
else if is_page()
|
||||||
- var top_img = page.top_img || theme.default_top_img
|
- top_img = page.top_img || theme.default_top_img
|
||||||
else if is_tag()
|
else if is_tag()
|
||||||
- var top_img = theme.tag_per_img && theme.tag_per_img[page.tag]
|
- top_img = theme.tag_per_img && theme.tag_per_img[page.tag]
|
||||||
- top_img = top_img ? top_img : (theme.tag_img !== false ? theme.tag_img || theme.default_top_img : false)
|
- top_img = top_img || returnTopImg(theme.tag_img)
|
||||||
else if is_category()
|
else if is_category()
|
||||||
- var top_img = theme.category_per_img && theme.category_per_img[page.category]
|
- top_img = theme.category_per_img && theme.category_per_img[page.category]
|
||||||
- top_img = top_img ? top_img : (theme.category_img !== false ? theme.category_img || theme.default_top_img : false)
|
- top_img = top_img || returnTopImg(theme.category_img)
|
||||||
else if is_home()
|
else if is_home()
|
||||||
- var top_img = theme.index_img !== false ? theme.index_img || theme.default_top_img : false
|
- top_img = returnTopImg(theme.index_img)
|
||||||
else if is_archive()
|
else if is_archive()
|
||||||
- var top_img = theme.archive_img !== false ? theme.archive_img || theme.default_top_img : false
|
- top_img = returnTopImg(theme.archive_img)
|
||||||
else
|
else
|
||||||
- var top_img = page.top_img || theme.default_top_img
|
- top_img = page.top_img || theme.default_top_img
|
||||||
|
|
||||||
if top_img !== false
|
if top_img !== false
|
||||||
- var imgSource = top_img && isImgOrUrl(top_img) ? `background-image: url('${url_for(top_img)}')` : `background: ${top_img}`
|
- bg_img = getBgPath(top_img)
|
||||||
- var bg_img = top_img ? imgSource : ''
|
- headerClassName = is_home() ? 'full_page' : is_post() ? 'post-bg' : 'not-home-page'
|
||||||
- var site_title = page.title || page.tag || page.category || config.title
|
|
||||||
- var isHomeClass = is_home() ? 'full_page' : 'not-home-page'
|
|
||||||
- is_post() ? isHomeClass = 'post-bg' : isHomeClass
|
|
||||||
else
|
|
||||||
- var isHomeClass = 'not-top-img'
|
|
||||||
else
|
|
||||||
- var top_img = false
|
|
||||||
- var isHomeClass = 'not-top-img'
|
|
||||||
|
|
||||||
- const isFixedClass = theme.nav.fixed ? ' fixed' : ''
|
header#page-header(class=`${headerClassName + isFixedClass}` style=bg_img)
|
||||||
|
include ./nav.pug
|
||||||
header#page-header(class=`${isHomeClass+isFixedClass}` style=bg_img)
|
|
||||||
!=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=config.title
|
||||||
if theme.subtitle.enable
|
if theme.subtitle.enable
|
||||||
- var loadSubJs = true
|
- var loadSubJs = true
|
||||||
#site-subtitle
|
#site-subtitle
|
||||||
span#subtitle
|
span#subtitle
|
||||||
if(theme.social)
|
if theme.social
|
||||||
#site_social_icons
|
#site_social_icons
|
||||||
!=partial('includes/header/social', {}, {cache: true})
|
!=partial('includes/header/social', {}, {cache: true})
|
||||||
#scroll-down
|
#scroll-down
|
||||||
i.fas.fa-angle-down.scroll-down-effects
|
i.fas.fa-angle-down.scroll-down-effects
|
||||||
else
|
else
|
||||||
#page-site-info
|
#page-site-info
|
||||||
h1#site-title=site_title
|
h1#site-title=page.title || page.tag || page.category
|
||||||
|
else
|
||||||
|
//- improvement seo
|
||||||
|
if !is_post()
|
||||||
|
h1.title-seo=page.title || page.tag || page.category || config.title
|
||||||
@@ -3,25 +3,25 @@ if theme.menu
|
|||||||
each value, label in theme.menu
|
each value, label in theme.menu
|
||||||
if typeof value !== 'object'
|
if typeof value !== 'object'
|
||||||
.menus_item
|
.menus_item
|
||||||
- const valueArray = value.split('||')
|
- const [link, icon] = value.split('||').map(part => trim(part))
|
||||||
a.site-page(href=url_for(trim(valueArray[0])))
|
a.site-page(href=url_for(link))
|
||||||
if valueArray[1]
|
if icon
|
||||||
i.fa-fw(class=trim(valueArray[1]))
|
i.fa-fw(class=icon)
|
||||||
span=' '+label
|
span= ' ' + label
|
||||||
else
|
else
|
||||||
.menus_item
|
.menus_item
|
||||||
- const labelArray = label.split('||')
|
- const [groupLabel, groupIcon, groupClass] = label.split('||').map(part => trim(part))
|
||||||
- const hideClass = labelArray[2] && trim(labelArray[2]) === 'hide' ? 'hide' : ''
|
- const hideClass = groupClass === 'hide' ? 'hide' : ''
|
||||||
a.site-page.group(class=`${hideClass}` href='javascript:void(0);')
|
span.site-page.group(class=hideClass)
|
||||||
if labelArray[1]
|
if groupIcon
|
||||||
i.fa-fw(class=trim(labelArray[1]))
|
i.fa-fw(class=groupIcon)
|
||||||
span=' '+ trim(labelArray[0])
|
span= ' ' + groupLabel
|
||||||
i.fas.fa-chevron-down
|
i.fas.fa-chevron-down
|
||||||
ul.menus_item_child
|
ul.menus_item_child
|
||||||
each val,lab in value
|
each val, lab in value
|
||||||
- const valArray = val.split('||')
|
- const [childLink, childIcon] = val.split('||').map(part => trim(part))
|
||||||
li
|
li
|
||||||
a.site-page.child(href=url_for(trim(valArray[0])))
|
a.site-page.child(href=url_for(childLink))
|
||||||
if valArray[1]
|
if childIcon
|
||||||
i.fa-fw(class=trim(valArray[1]))
|
i.fa-fw(class=childIcon)
|
||||||
span=' '+ lab
|
span= ' ' + lab
|
||||||
@@ -1,21 +1,22 @@
|
|||||||
nav#nav
|
nav#nav
|
||||||
span#blog-info
|
span#blog-info
|
||||||
a(href=url_for('/') title=config.title)
|
a.nav-site-title(href=url_for('/'))
|
||||||
if theme.nav.logo
|
if theme.nav.logo
|
||||||
img.site-icon(src=url_for(theme.nav.logo))
|
img.site-icon(src=url_for(theme.nav.logo) alt='Logo')
|
||||||
if theme.nav.display_title
|
if theme.nav.display_title
|
||||||
span.site-name=config.title
|
span.site-name=config.title
|
||||||
|
if is_post()
|
||||||
|
a.nav-page-title(href=url_for('/'))
|
||||||
|
span.site-name=(page.title || config.title)
|
||||||
#menus
|
#menus
|
||||||
if (theme.algolia_search.enable || theme.local_search.enable || theme.docsearch.enable)
|
if theme.search.use
|
||||||
#search-button
|
#search-button
|
||||||
a.site-page.social-icon.search(href="javascript:void(0);")
|
span.site-page.social-icon.search
|
||||||
i.fas.fa-search.fa-fw
|
i.fas.fa-search.fa-fw
|
||||||
span=' '+_p('search.title')
|
span= ' ' + _p('search.title')
|
||||||
!=partial('includes/header/menu_item', {}, {cache: true})
|
if theme.menu
|
||||||
|
!= partial('includes/header/menu_item', {}, {cache: true})
|
||||||
#toggle-menu
|
|
||||||
a.site-page(href="javascript:void(0);")
|
|
||||||
i.fas.fa-bars.fa-fw
|
|
||||||
|
|
||||||
|
|
||||||
|
#toggle-menu
|
||||||
|
span.site-page
|
||||||
|
i.fas.fa-bars.fa-fw
|
||||||
@@ -7,38 +7,37 @@
|
|||||||
|
|
||||||
#post-meta
|
#post-meta
|
||||||
.meta-firstline
|
.meta-firstline
|
||||||
if (theme.post_meta.post.date_type)
|
if theme.post_meta.post.date_type
|
||||||
span.post-meta-date
|
span.post-meta-date
|
||||||
if (theme.post_meta.post.date_type === 'both')
|
if theme.post_meta.post.date_type === 'both'
|
||||||
i.far.fa-calendar-alt.fa-fw.post-meta-icon
|
i.far.fa-calendar-alt.fa-fw.post-meta-icon
|
||||||
span.post-meta-label= _p('post.created')
|
span.post-meta-label= _p('post.created')
|
||||||
time.post-meta-date-created(datetime=date_xml(page.date) title=_p('post.created') + ' ' + full_date(page.date))=date(page.date, config.date_format)
|
time.post-meta-date-created(datetime=date_xml(page.date) title=_p('post.created') + ' ' + full_date(page.date))= date(page.date, config.date_format)
|
||||||
span.post-meta-separator |
|
span.post-meta-separator |
|
||||||
i.fas.fa-history.fa-fw.post-meta-icon
|
i.fas.fa-history.fa-fw.post-meta-icon
|
||||||
span.post-meta-label= _p('post.updated')
|
span.post-meta-label= _p('post.updated')
|
||||||
time.post-meta-date-updated(datetime=date_xml(page.updated) title=_p('post.updated') + ' ' + full_date(page.updated))=date(page.updated, config.date_format)
|
time.post-meta-date-updated(datetime=date_xml(page.updated) title=_p('post.updated') + ' ' + full_date(page.updated))= date(page.updated, config.date_format)
|
||||||
else
|
else
|
||||||
- let data_type_update = theme.post_meta.post.date_type === 'updated'
|
- let data_type_update = theme.post_meta.post.date_type === 'updated'
|
||||||
- let date_type = data_type_update ? 'updated' : 'date'
|
- let date_type = data_type_update ? 'updated' : 'date'
|
||||||
- let date_icon = data_type_update ? 'fas fa-history' :'far fa-calendar-alt'
|
- let date_icon = data_type_update ? 'fas fa-history' : 'far fa-calendar-alt'
|
||||||
- let date_title = data_type_update ? _p('post.updated') : _p('post.created')
|
- let date_title = data_type_update ? _p('post.updated') : _p('post.created')
|
||||||
i.fa-fw.post-meta-icon(class=date_icon)
|
i.fa-fw.post-meta-icon(class=date_icon)
|
||||||
span.post-meta-label= date_title
|
span.post-meta-label= date_title
|
||||||
time(datetime=date_xml(page[date_type]) title=date_title + ' ' + full_date(page[date_type]))=date(page[date_type], config.date_format)
|
time(datetime=date_xml(page[date_type]) title=date_title + ' ' + full_date(page[date_type]))= date(page[date_type], config.date_format)
|
||||||
if (theme.post_meta.post.categories && page.categories.data.length > 0)
|
if theme.post_meta.post.categories && page.categories.data.length > 0
|
||||||
span.post-meta-categories
|
span.post-meta-categories
|
||||||
if (theme.post_meta.post.date_type)
|
if theme.post_meta.post.date_type
|
||||||
span.post-meta-separator |
|
span.post-meta-separator |
|
||||||
|
|
||||||
each item, index in page.categories.data
|
each item, index in page.categories.data
|
||||||
i.fas.fa-inbox.fa-fw.post-meta-icon
|
i.fas.fa-inbox.fa-fw.post-meta-icon
|
||||||
a(href=url_for(item.path)).post-meta-categories #[=item.name]
|
a(href=url_for(item.path)).post-meta-categories #[=item.name]
|
||||||
if (index < page.categories.data.length - 1)
|
if index < page.categories.data.length - 1
|
||||||
i.fas.fa-angle-right.post-meta-separator
|
i.fas.fa-angle-right.post-meta-separator
|
||||||
|
|
||||||
.meta-secondline
|
.meta-secondline
|
||||||
- let postWordcount = theme.wordcount.enable && (theme.wordcount.post_wordcount || theme.wordcount.min2read)
|
- let postWordcount = theme.wordcount.enable && (theme.wordcount.post_wordcount || theme.wordcount.min2read)
|
||||||
if (postWordcount)
|
if postWordcount
|
||||||
span.post-meta-separator |
|
span.post-meta-separator |
|
||||||
span.post-meta-wordcount
|
span.post-meta-wordcount
|
||||||
if theme.wordcount.post_wordcount
|
if theme.wordcount.post_wordcount
|
||||||
@@ -53,40 +52,55 @@
|
|||||||
span= min2read(page.content, {cn: 350, en: 160}) + _p('post.min2read_unit')
|
span= min2read(page.content, {cn: 350, en: 160}) + _p('post.min2read_unit')
|
||||||
|
|
||||||
//- for pv and count
|
//- for pv and count
|
||||||
mixin pvBlock(parent_id,parent_class,parent_title)
|
mixin pvBlock(parent_id, parent_class, parent_title)
|
||||||
span.post-meta-separator |
|
span.post-meta-separator |
|
||||||
span(class=parent_class id=parent_id data-flag-title=page.title)
|
span(class=parent_class id=parent_id data-flag-title=parent_title)
|
||||||
i.far.fa-eye.fa-fw.post-meta-icon
|
i.far.fa-eye.fa-fw.post-meta-icon
|
||||||
span.post-meta-label=_p('post.page_pv') + ':'
|
span.post-meta-label= _p('post.page_pv') + ':'
|
||||||
if block
|
if block
|
||||||
block
|
block
|
||||||
|
|
||||||
- const commentUse = comments.use
|
- const commentUse = comments.use && comments.use[0]
|
||||||
if page.comments !== false && commentUse && !comments.lazyload
|
if page.comments !== false && commentUse && !comments.lazyload
|
||||||
if commentUse[0] === 'Valine' && theme.valine.visitor
|
case commentUse
|
||||||
+pvBlock(url_for(page.path),'leancloud_visitors',page.title)
|
when 'Valine'
|
||||||
span.leancloud-visitors-count
|
if theme.valine.visitor
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
+pvBlock(url_for(page.path), 'leancloud_visitors', page.title)
|
||||||
else if commentUse[0] === 'Waline' && theme.waline.pageview
|
span.leancloud-visitors-count
|
||||||
+pvBlock('','','')
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
span.waline-pageview-count(data-path=url_for(page.path))
|
when 'Waline'
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
if theme.waline.pageview
|
||||||
else if commentUse[0] === 'Twikoo' && theme.twikoo.visitor
|
+pvBlock('', '', '')
|
||||||
+pvBlock('','','')
|
span.waline-pageview-count(data-path=url_for(page.path))
|
||||||
span#twikoo_visitors
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
when 'Twikoo'
|
||||||
else if commentUse[0] === 'Artalk' && theme.artalk.visitor
|
if theme.twikoo.visitor
|
||||||
+pvBlock('','','')
|
+pvBlock('', '', '')
|
||||||
span#ArtalkPV
|
span#twikoo_visitors
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
when 'Artalk'
|
||||||
|
if theme.artalk.visitor
|
||||||
|
+pvBlock('', '', '')
|
||||||
|
span#ArtalkPV
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
default
|
||||||
|
if theme.umami_analytics.enable && theme.umami_analytics.UV_PV.page_pv
|
||||||
|
+pvBlock('', '', '')
|
||||||
|
span#umamiPV(data-path=url_for(page.path))
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
else if theme.busuanzi.page_pv
|
||||||
|
+pvBlock('', 'post-meta-pv-cv', '')
|
||||||
|
span#busuanzi_value_page_pv
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
else
|
||||||
|
if theme.umami_analytics.enable && theme.umami_analytics.UV_PV.page_pv
|
||||||
|
+pvBlock('', '', '')
|
||||||
|
span#umamiPV(data-path=url_for(page.path))
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
else if theme.busuanzi.page_pv
|
else if theme.busuanzi.page_pv
|
||||||
+pvBlock('','post-meta-pv-cv','')
|
+pvBlock('', 'post-meta-pv-cv', '')
|
||||||
span#busuanzi_value_page_pv
|
span#busuanzi_value_page_pv
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
else if theme.busuanzi.page_pv
|
|
||||||
+pvBlock('','post-meta-pv-cv','')
|
|
||||||
span#busuanzi_value_page_pv
|
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
|
||||||
|
|
||||||
if comments.count && !comments.lazyload && page.comments !== false && comments.use
|
if comments.count && !comments.lazyload && page.comments !== false && comments.use
|
||||||
- var whichCount = comments.use[0]
|
- var whichCount = comments.use[0]
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
each url, icon in theme.social
|
each url, icon in theme.social
|
||||||
a.social-icon(href=url_for(trim(url.split('||')[0])) target="_blank"
|
-
|
||||||
title=url.split('||')[1] === undefined ? '' : trim(url.split('||')[1]))
|
const [link, title, color] = url.split('||').map(i => trim(i))
|
||||||
i(class=icon style=url.split('||')[2] === undefined ? '' : `color: ${trim(url.split('||')[2]).replace(/[\'\"]/g, '')};`)
|
const href = url_for(link)
|
||||||
|
const iconStyle = color ? `color: ${color.replace(/[\'\"]/g, '')};` : ''
|
||||||
|
const iconTitle = title || ''
|
||||||
|
a.social-icon(href=href target="_blank" title=iconTitle)
|
||||||
|
i(class=icon style=iconStyle)
|
||||||
@@ -2,46 +2,35 @@
|
|||||||
- page.aside = is_archive() ? theme.aside.display.archive: is_category() ? theme.aside.display.category : is_tag() ? theme.aside.display.tag : page.aside
|
- page.aside = is_archive() ? theme.aside.display.archive: is_category() ? theme.aside.display.category : is_tag() ? theme.aside.display.tag : page.aside
|
||||||
- var hideAside = !theme.aside.enable || page.aside === false ? 'hide-aside' : ''
|
- var hideAside = !theme.aside.enable || page.aside === false ? 'hide-aside' : ''
|
||||||
- var pageType = is_post() ? 'post' : 'page'
|
- var pageType = is_post() ? 'post' : 'page'
|
||||||
|
- pageType = page.type ? pageType + ' type-' + page.type : pageType
|
||||||
|
|
||||||
doctype html
|
doctype html
|
||||||
html(lang=config.language data-theme=theme.display_mode class=htmlClassHideAside)
|
html(lang=config.language data-theme=theme.display_mode class=htmlClassHideAside)
|
||||||
head
|
head
|
||||||
include ./head.pug
|
include ./head.pug
|
||||||
body
|
body
|
||||||
if theme.preloader.enable
|
!=partial('includes/loading/index', {}, {cache: true})
|
||||||
!=partial('includes/loading/index', {}, {cache: true})
|
|
||||||
|
|
||||||
if theme.background
|
if theme.background
|
||||||
#web_bg
|
#web_bg(style=getBgPath(theme.background))
|
||||||
|
|
||||||
!=partial('includes/sidebar', {}, {cache: true})
|
!=partial('includes/sidebar', {}, {cache: true})
|
||||||
|
|
||||||
if page.type !== '404'
|
#body-wrap(class=pageType)
|
||||||
#body-wrap(class=pageType)
|
include ./header/index.pug
|
||||||
include ./header/index.pug
|
|
||||||
|
|
||||||
main#content-inner.layout(class=hideAside)
|
main#content-inner.layout(class=hideAside)
|
||||||
if body
|
if body
|
||||||
div!= body
|
div!= body
|
||||||
else
|
|
||||||
block content
|
|
||||||
if theme.aside.enable && page.aside !== false
|
|
||||||
include widget/index.pug
|
|
||||||
|
|
||||||
- var footerBg = theme.footer_bg
|
|
||||||
if (footerBg)
|
|
||||||
if (footerBg === true)
|
|
||||||
- var footer_bg = bg_img
|
|
||||||
else
|
|
||||||
- var footer_bg = isImgOrUrl(theme.footer_bg) ? `background-image: url('${url_for(footerBg)}')` : `background: ${footerBg}`
|
|
||||||
else
|
else
|
||||||
- var footer_bg = ''
|
block content
|
||||||
|
if theme.aside.enable && page.aside !== false
|
||||||
|
include widget/index.pug
|
||||||
|
|
||||||
footer#footer(style=footer_bg)
|
- const footerBg = theme.footer_img
|
||||||
!=partial('includes/footer', {}, {cache: true})
|
- const footer_bg = footerBg ? footerBg === true ? bg_img : getBgPath(footerBg) : ''
|
||||||
|
footer#footer(style=footer_bg)
|
||||||
else
|
!=partial('includes/footer', {}, {cache: true})
|
||||||
include ./404.pug
|
|
||||||
|
|
||||||
include ./rightside.pug
|
include ./rightside.pug
|
||||||
include ./additional-js.pug
|
include ./additional-js.pug
|
||||||
@@ -24,10 +24,10 @@ script.
|
|||||||
}
|
}
|
||||||
|
|
||||||
preloader.initLoading()
|
preloader.initLoading()
|
||||||
window.addEventListener('load',() => { preloader.endLoading() })
|
window.addEventListener('load', preloader.endLoading)
|
||||||
|
|
||||||
if (!{theme.pjax && theme.pjax.enable}) {
|
if (!{theme.pjax && theme.pjax.enable}) {
|
||||||
document.addEventListener('pjax:send', () => { preloader.initLoading() })
|
btf.addGlobalFn('pjaxSend', preloader.initLoading, 'preloader_init')
|
||||||
document.addEventListener('pjax:complete', () => { preloader.endLoading() })
|
btf.addGlobalFn('pjaxComplete', preloader.endLoading, 'preloader_end')
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
if theme.preloader.source === 1
|
if theme.preloader.enable
|
||||||
include ./fullpage-loading.pug
|
if theme.preloader.source === 1
|
||||||
else
|
include ./fullpage-loading.pug
|
||||||
include ./pace.pug
|
else
|
||||||
|
include ./pace.pug
|
||||||
@@ -3,9 +3,10 @@ script.
|
|||||||
restartOnPushState: false
|
restartOnPushState: false
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener('pjax:send', () => {
|
btf.addGlobalFn('pjaxSend', () => {
|
||||||
Pace.restart()
|
Pace.restart()
|
||||||
})
|
}, 'pace_restart')
|
||||||
|
|
||||||
|
|
||||||
link(rel="stylesheet", href=url_for(theme.preloader.pace_css_url || theme.asset.pace_default_css))
|
link(rel="stylesheet", href=url_for(theme.preloader.pace_css_url || theme.asset.pace_default_css))
|
||||||
script(src=url_for(theme.asset.pace_js))
|
script(src=url_for(theme.asset.pace_js))
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
mixin articleSort(posts)
|
mixin articleSort(posts)
|
||||||
.article-sort
|
.article-sort
|
||||||
- var year
|
- let year
|
||||||
- posts.each(function (article) {
|
- posts.forEach(article => {
|
||||||
- let tempYear = date(article.date, 'YYYY')
|
- const tempYear = date(article.date, 'YYYY')
|
||||||
- let no_cover = article.cover === false || !theme.cover.archives_enable ? 'no-article-cover' : ''
|
- const noCoverClass = article.cover === false || !theme.cover.archives_enable ? 'no-article-cover' : ''
|
||||||
- let title = article.title || _p('no_title')
|
- const title = article.title || _p('no_title')
|
||||||
if tempYear !== year
|
if tempYear !== year
|
||||||
- year = tempYear
|
- year = tempYear
|
||||||
.article-sort-item.year= year
|
.article-sort-item.year= year
|
||||||
.article-sort-item(class=no_cover)
|
.article-sort-item(class=noCoverClass)
|
||||||
if article.cover && theme.cover.archives_enable
|
if article.cover && theme.cover.archives_enable
|
||||||
a.article-sort-item-img(href=url_for(article.path) title=title)
|
a.article-sort-item-img(href=url_for(article.path) title=title)
|
||||||
if article.cover_type === 'img'
|
if article.cover_type === 'img'
|
||||||
|
|||||||
122
layout/includes/mixins/indexPostUI.pug
Normal file
122
layout/includes/mixins/indexPostUI.pug
Normal file
@@ -0,0 +1,122 @@
|
|||||||
|
mixin indexPostUI()
|
||||||
|
- const indexLayout = theme.index_layout
|
||||||
|
- const masonryLayoutClass = (indexLayout === 6 || indexLayout === 7) ? 'masonry' : ''
|
||||||
|
#recent-posts.recent-posts.nc(class=masonryLayoutClass)
|
||||||
|
.recent-post-items
|
||||||
|
each article, index in page.posts.data
|
||||||
|
.recent-post-item
|
||||||
|
- const link = article.link || article.path
|
||||||
|
- const title = article.title || _p('no_title')
|
||||||
|
- const leftOrRight = indexLayout === 3 ? (index % 2 === 0 ? 'left' : 'right') : (indexLayout === 2 ? 'right' : '')
|
||||||
|
- const post_cover = article.cover
|
||||||
|
- const no_cover = article.cover === false || !theme.cover.index_enable ? 'no-cover' : ''
|
||||||
|
|
||||||
|
if post_cover && theme.cover.index_enable
|
||||||
|
.post_cover(class=leftOrRight)
|
||||||
|
a(href=url_for(link) title=title)
|
||||||
|
if article.cover_type === 'img'
|
||||||
|
img.post-bg(src=url_for(post_cover) onerror=`this.onerror=null;this.src='${url_for(theme.error_img.post_page)}'` alt=title)
|
||||||
|
else
|
||||||
|
div.post-bg(style=`background: ${post_cover}`)
|
||||||
|
.recent-post-info(class=no_cover)
|
||||||
|
a.article-title(href=url_for(link) title=title)
|
||||||
|
if is_home() && (article.top || article.sticky > 0)
|
||||||
|
i.fas.fa-thumbtack.sticky
|
||||||
|
= title
|
||||||
|
.article-meta-wrap
|
||||||
|
if theme.post_meta.page.date_type
|
||||||
|
span.post-meta-date
|
||||||
|
if theme.post_meta.page.date_type === 'both'
|
||||||
|
i.far.fa-calendar-alt
|
||||||
|
span.article-meta-label=_p('post.created')
|
||||||
|
time.post-meta-date-created(datetime=date_xml(article.date) title=_p('post.created') + ' ' + full_date(article.date))= date(article.date, config.date_format)
|
||||||
|
span.article-meta-separator |
|
||||||
|
i.fas.fa-history
|
||||||
|
span.article-meta-label=_p('post.updated')
|
||||||
|
time.post-meta-date-updated(datetime=date_xml(article.updated) title=_p('post.updated') + ' ' + full_date(article.updated))= date(article.updated, config.date_format)
|
||||||
|
else
|
||||||
|
- const data_type_updated = theme.post_meta.page.date_type === 'updated'
|
||||||
|
- const date_type = data_type_updated ? 'updated' : 'date'
|
||||||
|
- const date_icon = data_type_updated ? 'fas fa-history' : 'far fa-calendar-alt'
|
||||||
|
- const date_title = data_type_updated ? _p('post.updated') : _p('post.created')
|
||||||
|
i(class=date_icon)
|
||||||
|
span.article-meta-label= date_title
|
||||||
|
time(datetime=date_xml(article[date_type]) title=date_title + ' ' + full_date(article[date_type]))= date(article[date_type], config.date_format)
|
||||||
|
if theme.post_meta.page.categories && article.categories.data.length > 0
|
||||||
|
span.article-meta
|
||||||
|
span.article-meta-separator |
|
||||||
|
each item, index in article.categories.data
|
||||||
|
i.fas.fa-inbox
|
||||||
|
a(href=url_for(item.path)).article-meta__categories #[=item.name]
|
||||||
|
if index < article.categories.data.length - 1
|
||||||
|
i.fas.fa-angle-right.article-meta-link
|
||||||
|
if theme.post_meta.page.tags && article.tags.length > 0
|
||||||
|
span.article-meta.tags
|
||||||
|
span.article-meta-separator |
|
||||||
|
each item, index in article.tags.data
|
||||||
|
i.fas.fa-tag
|
||||||
|
a(href=url_for(item.path)).article-meta__tags #[=item.name]
|
||||||
|
if index < article.tags.data.length - 1
|
||||||
|
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 && theme.comments.use
|
||||||
|
case theme.comments.use[0]
|
||||||
|
when 'Disqus'
|
||||||
|
when 'Disqusjs'
|
||||||
|
+countBlockInIndex
|
||||||
|
a.disqus-count(href=full_url_for(link) + '#post-comment')
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
when 'Valine'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment')
|
||||||
|
span.valine-comment-count(data-xid=url_for(link))
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
when 'Waline'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment')
|
||||||
|
span.waline-comment-count(data-path=url_for(link))
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
when 'Twikoo'
|
||||||
|
+countBlockInIndex
|
||||||
|
a.twikoo-count(href=url_for(link) + '#post-comment')
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
when 'Facebook Comments'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment')
|
||||||
|
span.fb-comments-count(data-href=urlNoIndex(article.permalink))
|
||||||
|
when 'Remark42'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment')
|
||||||
|
span.remark42__counter(data-url=urlNoIndex(article.permalink))
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
when 'Artalk'
|
||||||
|
+countBlockInIndex
|
||||||
|
a(href=url_for(link) + '#post-comment')
|
||||||
|
span.artalk-count(data-page-key=url_for(link))
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
|
||||||
|
//- Display the article introduction on homepage
|
||||||
|
case theme.index_post_content.method
|
||||||
|
when false
|
||||||
|
- break
|
||||||
|
when 1
|
||||||
|
.content!= article.description
|
||||||
|
when 2
|
||||||
|
.content!= article.description || truncate(article.content, theme.index_post_content.length)
|
||||||
|
default
|
||||||
|
.content!= truncate(article.content, theme.index_post_content.length)
|
||||||
|
|
||||||
|
if theme.ad && theme.ad.index
|
||||||
|
if (index + 1) % 3 === 0
|
||||||
|
.recent-post-item.ads-wrap!= theme.ad.index
|
||||||
|
|
||||||
|
include ../pagination.pug
|
||||||
@@ -1,129 +0,0 @@
|
|||||||
mixin postUI(posts)
|
|
||||||
each article , index in page.posts.data
|
|
||||||
.recent-post-item
|
|
||||||
-
|
|
||||||
let link = article.link || article.path
|
|
||||||
let title = article.title || _p('no_title')
|
|
||||||
const position = theme.cover.position
|
|
||||||
let leftOrRight = position === 'both'
|
|
||||||
? index%2 == 0 ? 'left' : 'right'
|
|
||||||
: position === 'left' ? 'left' : 'right'
|
|
||||||
let post_cover = article.cover
|
|
||||||
let no_cover = article.cover === false || !theme.cover.index_enable ? 'no-cover' : ''
|
|
||||||
-
|
|
||||||
if post_cover && theme.cover.index_enable
|
|
||||||
.post_cover(class=leftOrRight)
|
|
||||||
a(href=url_for(link) title=title)
|
|
||||||
if article.cover_type === 'img'
|
|
||||||
img.post-bg(src=url_for(post_cover) onerror=`this.onerror=null;this.src='${url_for(theme.error_img.post_page)}'` alt=title)
|
|
||||||
else
|
|
||||||
div.post-bg(style=`background: ${post_cover}`)
|
|
||||||
.recent-post-info(class=no_cover)
|
|
||||||
a.article-title(href=url_for(link) title=title)
|
|
||||||
if (is_home() && (article.top || article.sticky > 0))
|
|
||||||
i.fas.fa-thumbtack.sticky
|
|
||||||
= title
|
|
||||||
.article-meta-wrap
|
|
||||||
if (theme.post_meta.page.date_type)
|
|
||||||
span.post-meta-date
|
|
||||||
if (theme.post_meta.page.date_type === 'both')
|
|
||||||
i.far.fa-calendar-alt
|
|
||||||
span.article-meta-label=_p('post.created')
|
|
||||||
time.post-meta-date-created(datetime=date_xml(article.date) title=_p('post.created') + ' ' + full_date(article.date))=date(article.date, config.date_format)
|
|
||||||
span.article-meta-separator |
|
|
||||||
i.fas.fa-history
|
|
||||||
span.article-meta-label=_p('post.updated')
|
|
||||||
time.post-meta-date-updated(datetime=date_xml(article.updated) title=_p('post.updated') + ' ' + full_date(article.updated))=date(article.updated, config.date_format)
|
|
||||||
else
|
|
||||||
- let data_type_updated = theme.post_meta.page.date_type === 'updated'
|
|
||||||
- let date_type = data_type_updated ? 'updated' : 'date'
|
|
||||||
- let date_icon = data_type_updated ? 'fas fa-history' :'far fa-calendar-alt'
|
|
||||||
- let date_title = data_type_updated ? _p('post.updated') : _p('post.created')
|
|
||||||
i(class=date_icon)
|
|
||||||
span.article-meta-label=date_title
|
|
||||||
time(datetime=date_xml(article[date_type]) title=date_title + ' ' + full_date(article[date_type]))=date(article[date_type], config.date_format)
|
|
||||||
if (theme.post_meta.page.categories && article.categories.data.length > 0)
|
|
||||||
span.article-meta
|
|
||||||
span.article-meta-separator |
|
|
||||||
each item, index in article.categories.data
|
|
||||||
i.fas.fa-inbox
|
|
||||||
a(href=url_for(item.path)).article-meta__categories #[=item.name]
|
|
||||||
if (index < article.categories.data.length - 1)
|
|
||||||
i.fas.fa-angle-right.article-meta-link
|
|
||||||
if (theme.post_meta.page.tags && article.tags.data.length > 0)
|
|
||||||
span.article-meta.tags
|
|
||||||
span.article-meta-separator |
|
|
||||||
each item, index in article.tags.data
|
|
||||||
i.fas.fa-tag
|
|
||||||
a(href=url_for(item.path)).article-meta__tags #[=item.name]
|
|
||||||
if (index < article.tags.data.length - 1)
|
|
||||||
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 && theme.comments.use
|
|
||||||
case theme.comments.use[0]
|
|
||||||
when 'Disqus'
|
|
||||||
when 'Disqusjs'
|
|
||||||
+countBlockInIndex
|
|
||||||
a.disqus-count(href=full_url_for(link) + '#post-comment')
|
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
|
||||||
when 'Valine'
|
|
||||||
+countBlockInIndex
|
|
||||||
a(href=url_for(link) + '#post-comment')
|
|
||||||
span.valine-comment-count(data-xid=url_for(link))
|
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
|
||||||
when 'Waline'
|
|
||||||
+countBlockInIndex
|
|
||||||
a(href=url_for(link) + '#post-comment')
|
|
||||||
span.waline-comment-count(data-path=url_for(link))
|
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
|
||||||
when 'Twikoo'
|
|
||||||
+countBlockInIndex
|
|
||||||
a.twikoo-count(href=url_for(link) + '#post-comment')
|
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
|
||||||
when 'Facebook Comments'
|
|
||||||
+countBlockInIndex
|
|
||||||
a(href=url_for(link) + '#post-comment')
|
|
||||||
span.fb-comments-count(data-href=urlNoIndex(article.permalink))
|
|
||||||
when 'Remark42'
|
|
||||||
+countBlockInIndex
|
|
||||||
a(href=url_for(link) + '#post-comment')
|
|
||||||
span.remark42__counter(data-url=urlNoIndex(article.permalink))
|
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
|
||||||
when 'Artalk'
|
|
||||||
+countBlockInIndex
|
|
||||||
a(href=url_for(link) + '#post-comment')
|
|
||||||
span.artalk-count(data-page-key=url_for(link))
|
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
|
||||||
|
|
||||||
//- Display the article introduction on homepage
|
|
||||||
case theme.index_post_content.method
|
|
||||||
when false
|
|
||||||
- break
|
|
||||||
when 1
|
|
||||||
.content!= article.description
|
|
||||||
when 2
|
|
||||||
if article.description
|
|
||||||
.content!= article.description
|
|
||||||
else
|
|
||||||
- const content = strip_html(article.content)
|
|
||||||
- let expert = content.substring(0, theme.index_post_content.length)
|
|
||||||
- content.length > theme.index_post_content.length ? expert += ' ...' : ''
|
|
||||||
.content!= expert
|
|
||||||
default
|
|
||||||
- const content = strip_html(article.content)
|
|
||||||
- let expert = content.substring(0, theme.index_post_content.length)
|
|
||||||
- content.length > theme.index_post_content.length ? expert += ' ...' : ''
|
|
||||||
.content!= expert
|
|
||||||
|
|
||||||
if theme.ad && theme.ad.index
|
|
||||||
if (index + 1) % 3 == 0
|
|
||||||
.recent-post-item.ads-wrap!=theme.ad.index
|
|
||||||
8
layout/includes/page/404.pug
Normal file
8
layout/includes/page/404.pug
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
- var top_img_404 = theme.error_404.background || theme.default_top_img
|
||||||
|
|
||||||
|
.error-content
|
||||||
|
.error-img
|
||||||
|
img(src=url_for(top_img_404) alt='Page not found')
|
||||||
|
.error-info
|
||||||
|
h1.error_title= '404'
|
||||||
|
.error_subtitle= theme.error_404.subtitle || _p('error404')
|
||||||
103
layout/includes/page/shuoshuo.pug
Normal file
103
layout/includes/page/shuoshuo.pug
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
//- - author:
|
||||||
|
//- avatar:
|
||||||
|
//- date:
|
||||||
|
//- content:
|
||||||
|
//- tags:
|
||||||
|
//- - tag1
|
||||||
|
//- - tag2
|
||||||
|
|
||||||
|
|
||||||
|
- page.comments = false
|
||||||
|
- page.toc = false
|
||||||
|
#article-container
|
||||||
|
if page.shuoshuo_url
|
||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
const loadShuoshuo = async () => {
|
||||||
|
try {
|
||||||
|
const fetchContent = await fetch('!{url_for(page.shuoshuo_url)}')
|
||||||
|
const shuoshuo = await fetchContent.json()
|
||||||
|
|
||||||
|
let start = 0
|
||||||
|
const container = document.getElementById('article-container')
|
||||||
|
|
||||||
|
const addData = data => {
|
||||||
|
const cLength = data.length
|
||||||
|
const end = start + 10 > cLength ? cLength : start + 10
|
||||||
|
let result = ''
|
||||||
|
data.slice(start, end).forEach((item) => {
|
||||||
|
result += `
|
||||||
|
<div class="shuoshuo-item">
|
||||||
|
<div class="shuoshuo-item-header">
|
||||||
|
<div class="shuoshuo-avatar">
|
||||||
|
<img class="no-lightbox" src="${item.avatar || '!{url_for(theme.avatar.img)}'}">
|
||||||
|
</div>
|
||||||
|
<div class="shuoshuo-info">
|
||||||
|
<div class="shuoshuo-author">${item.author || '!{config.author}'}</div>
|
||||||
|
<div class="shuoshuo-date">${btf.diffDate(item.date, true)}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="shuoshuo-content">
|
||||||
|
${item.content}
|
||||||
|
</div>
|
||||||
|
<div class="shuoshuo-footer">
|
||||||
|
<div class="shuoshuo-tags">
|
||||||
|
${item.tags.map(tag => `<span class="shuoshuo-tag">${tag}</span>`).join('')}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
`
|
||||||
|
})
|
||||||
|
|
||||||
|
start = end
|
||||||
|
container.insertAdjacentHTML('beforeend', result)
|
||||||
|
|
||||||
|
if (start >= cLength) {
|
||||||
|
observer.disconnect()
|
||||||
|
} else {
|
||||||
|
setTimeout(() => observer.observe(container.lastElementChild), 100)
|
||||||
|
}
|
||||||
|
|
||||||
|
window.lazyLoadInstance.update()
|
||||||
|
btf.loadLightbox(document.querySelectorAll('#article-container img:not(.no-lightbox)'))
|
||||||
|
}
|
||||||
|
|
||||||
|
addData(shuoshuo)
|
||||||
|
|
||||||
|
const observer = new IntersectionObserver((entries) => {
|
||||||
|
if (entries[0].isIntersecting) {
|
||||||
|
observer.unobserve(entries[0].target)
|
||||||
|
addData(shuoshuo)
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
root: null,
|
||||||
|
rootMargin: '0px',
|
||||||
|
threshold: 1.0
|
||||||
|
})
|
||||||
|
|
||||||
|
if (container.lastElementChild) {
|
||||||
|
observer.observe(container.lastElementChild)
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.error(e)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window.pjax ? loadShuoshuo() : window.addEventListener('load', loadShuoshuo)
|
||||||
|
})()
|
||||||
|
else
|
||||||
|
if site.data.shuoshuo
|
||||||
|
each i in site.data.shuoshuo
|
||||||
|
.shuoshuo-item
|
||||||
|
.shuoshuo-item-header
|
||||||
|
.shuoshuo-avatar
|
||||||
|
img.no-lightbox(src=i.avatar || url_for(theme.avatar.img))
|
||||||
|
.shuoshuo-info
|
||||||
|
.shuoshuo-author=i.author || config.author
|
||||||
|
.shuoshuo-date=relative_date(i.date)
|
||||||
|
.shuoshuo-content
|
||||||
|
!=markdown(i.content)
|
||||||
|
.shuoshuo-footer
|
||||||
|
.shuoshuo-tags
|
||||||
|
each tag in i.tags
|
||||||
|
span.shuoshuo-tag=tag
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
.tag-cloud-list.is-center
|
.tag-cloud-list.is-center
|
||||||
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 2.1, limit: 0, unit: 'em'})
|
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em'})
|
||||||
@@ -12,27 +12,25 @@ if is_post()
|
|||||||
nav#pagination.pagination-post
|
nav#pagination.pagination-post
|
||||||
if(prev)
|
if(prev)
|
||||||
- var hasPageNext = next ? 'pull-left' : 'pull-full'
|
- var hasPageNext = next ? 'pull-left' : 'pull-full'
|
||||||
.prev-post(class=hasPageNext)
|
a.prev-post(class=hasPageNext href=url_for(prev.path) title=prev.title)
|
||||||
a(href=url_for(prev.path) title=prev.title)
|
if prev.cover_type === 'img'
|
||||||
if prev.cover_type === 'img'
|
img.cover(src=url_for(prev.cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of previous post')
|
||||||
img.cover(src=url_for(prev.cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of previous post')
|
else
|
||||||
else
|
.cover(style=`background: ${prev.cover || 'var(--default-bg-color)'}`)
|
||||||
.cover(style=`background: ${prev.cover || 'var(--default-bg-color)'}`)
|
.pagination-info
|
||||||
.pagination-info
|
.label=_p('pagination.prev')
|
||||||
.label=_p('pagination.prev')
|
.prev_info=prev.title
|
||||||
.prev_info=prev.title
|
|
||||||
|
|
||||||
if(next)
|
if(next)
|
||||||
- var hasPagePrev = prev ? 'pull-right' : 'pull-full'
|
- var hasPagePrev = prev ? 'pull-right' : 'pull-full'
|
||||||
.next-post(class=hasPagePrev)
|
a.next-post(class=hasPagePrev href=url_for(next.path) title=next.title)
|
||||||
a(href=url_for(next.path) title=next.title)
|
if next.cover_type === 'img'
|
||||||
if next.cover_type === 'img'
|
img.cover(src=url_for(next.cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of next post')
|
||||||
img.cover(src=url_for(next.cover) onerror=`onerror=null;src='${url_for(theme.error_img.post_page)}'` alt='cover of next post')
|
else
|
||||||
else
|
.cover(style=`background: ${next.cover || 'var(--default-bg-color)'}`)
|
||||||
.cover(style=`background: ${next.cover || 'var(--default-bg-color)'}`)
|
.pagination-info
|
||||||
.pagination-info
|
.label=_p('pagination.next')
|
||||||
.label=_p('pagination.next')
|
.next_info=next.title
|
||||||
.next_info=next.title
|
|
||||||
else
|
else
|
||||||
nav#pagination
|
nav#pagination
|
||||||
.pagination
|
.pagination
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
if theme.post_copyright.enable && page.copyright !== false
|
if theme.post_copyright.enable && page.copyright !== false
|
||||||
- let author = page.copyright_author || config.author
|
- const author = page.copyright_author || config.author
|
||||||
- let authorHref = page.copyright_author_href || theme.post_copyright.author_href || config.url
|
- const authorHref = page.copyright_author_href || theme.post_copyright.author_href || config.url
|
||||||
- let url = page.copyright_url || page.permalink
|
- const url = page.copyright_url || page.permalink
|
||||||
- let info = page.copyright_info || _p('post.copyright.copyright_content', theme.post_copyright.license_url, theme.post_copyright.license, config.url, config.title)
|
- const info = page.copyright_info || _p('post.copyright.copyright_content', theme.post_copyright.license_url, theme.post_copyright.license, config.url, config.title)
|
||||||
.post-copyright
|
.post-copyright
|
||||||
.post-copyright__author
|
.post-copyright__author
|
||||||
span.post-copyright-meta
|
span.post-copyright-meta
|
||||||
i.fas.fa-circle-user.fa-fw
|
i.fas.fa-circle-user.fa-fw
|
||||||
= _p('post.copyright.author') + ": "
|
= _p('post.copyright.author') + ": "
|
||||||
span.post-copyright-info
|
span.post-copyright-info
|
||||||
a(href=authorHref)=author
|
a(href=authorHref)= author
|
||||||
.post-copyright__type
|
.post-copyright__type
|
||||||
span.post-copyright-meta
|
span.post-copyright-meta
|
||||||
i.fas.fa-square-arrow-up-right.fa-fw
|
i.fas.fa-square-arrow-up-right.fa-fw
|
||||||
|
|||||||
@@ -5,9 +5,8 @@
|
|||||||
.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.link ? item.link : item.img
|
- const clickTo = item.link || item.img
|
||||||
li.reward-item
|
li.reward-item
|
||||||
a(href=url_for(clickTo) target='_blank')
|
a(href=url_for(clickTo) target='_blank')
|
||||||
img.post-qr-code-img(src=url_for(item.img) alt=item.text)
|
img.post-qr-code-img(src=url_for(item.img) alt=item.text)
|
||||||
.post-qr-code-desc=item.text
|
.post-qr-code-desc=item.text
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- const { readmode, translate, darkmode, aside, chat_btn } = theme
|
- const { readmode, translate, darkmode, aside, chat } = theme
|
||||||
mixin rightsideItem(array)
|
mixin rightsideItem(array)
|
||||||
each item in array
|
each item in array
|
||||||
case item
|
case item
|
||||||
@@ -22,9 +22,9 @@ mixin rightsideItem(array)
|
|||||||
button#mobile-toc-button.close(type="button" title=_p("rightside.toc"))
|
button#mobile-toc-button.close(type="button" title=_p("rightside.toc"))
|
||||||
i.fas.fa-list-ul
|
i.fas.fa-list-ul
|
||||||
when 'chat'
|
when 'chat'
|
||||||
if chat_btn
|
if chat.rightside_button && chat.use
|
||||||
button#chat-btn(type="button" title=_p("rightside.chat"))
|
button#chat-btn(type="button" title=_p("rightside.chat"))
|
||||||
i.fas.fa-sms
|
i.fas.fa-message
|
||||||
when 'comment'
|
when 'comment'
|
||||||
if commentsJsLoad
|
if commentsJsLoad
|
||||||
a#to_comment(href="#post-comment" title=_p("rightside.scroll_to_comment"))
|
a#to_comment(href="#post-comment" title=_p("rightside.scroll_to_comment"))
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
#sidebar
|
if theme.menu
|
||||||
#menu-mask
|
#sidebar
|
||||||
#sidebar-menus
|
#menu-mask
|
||||||
.avatar-img.is-center
|
#sidebar-menus
|
||||||
img(src=url_for(theme.avatar.img) onerror=`onerror=null;src='${theme.error_img.flink}'` alt="avatar")
|
.avatar-img.is-center
|
||||||
.sidebar-site-data.site-data.is-center
|
img(src=url_for(theme.avatar.img) onerror=`onerror=null;src='${theme.error_img.flink}'` alt="avatar")
|
||||||
a(href=url_for(config.archive_dir) + '/')
|
.site-data.is-center
|
||||||
.headline= _p('aside.articles')
|
a(href=url_for(config.archive_dir) + '/')
|
||||||
.length-num= site.posts.length
|
.headline= _p('aside.articles')
|
||||||
a(href=url_for(config.tag_dir) + '/' )
|
.length-num= site.posts.length
|
||||||
.headline= _p('aside.tags')
|
a(href=url_for(config.tag_dir) + '/' )
|
||||||
.length-num= site.tags.length
|
.headline= _p('aside.tags')
|
||||||
a(href=url_for(config.category_dir) + '/')
|
.length-num= site.tags.length
|
||||||
.headline= _p('aside.categories')
|
a(href=url_for(config.category_dir) + '/')
|
||||||
.length-num= site.categories.length
|
.headline= _p('aside.categories')
|
||||||
|
.length-num= site.categories.length
|
||||||
|
|
||||||
hr.custom-hr
|
!=partial('includes/header/menu_item', {}, {cache: true})
|
||||||
!=partial('includes/header/menu_item', {}, {cache: true})
|
|
||||||
|
|||||||
4
layout/includes/third-party/abcjs/abcjs.pug
vendored
4
layout/includes/third-party/abcjs/abcjs.pug
vendored
@@ -3,13 +3,15 @@ script.
|
|||||||
const abcjsInit = () => {
|
const abcjsInit = () => {
|
||||||
const abcjsFn = () => {
|
const abcjsFn = () => {
|
||||||
document.querySelectorAll(".abc-music-sheet").forEach(ele => {
|
document.querySelectorAll(".abc-music-sheet").forEach(ele => {
|
||||||
|
if (ele.children.length > 0) return
|
||||||
ABCJS.renderAbc(ele, ele.innerHTML, {responsive: 'resize'})
|
ABCJS.renderAbc(ele, ele.innerHTML, {responsive: 'resize'})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
typeof ABCJS === 'object' ? abcjsFn()
|
typeof ABCJS === 'object' ? abcjsFn()
|
||||||
: getScript('!{url_for(theme.asset.abcjs_basic_js)}').then(abcjsFn)
|
: btf.getScript('!{url_for(theme.asset.abcjs_basic_js)}').then(abcjsFn)
|
||||||
}
|
}
|
||||||
|
|
||||||
window.pjax ? abcjsInit() : window.addEventListener('load', abcjsInit)
|
window.pjax ? abcjsInit() : window.addEventListener('load', abcjsInit)
|
||||||
|
btf.addGlobalFn('encrypt', abcjsInit, 'abcjs')
|
||||||
})()
|
})()
|
||||||
2
layout/includes/third-party/abcjs/index.pug
vendored
2
layout/includes/third-party/abcjs/index.pug
vendored
@@ -1,4 +1,4 @@
|
|||||||
if theme.abcjs && theme.abcjs.enable
|
if theme.abcjs.enable
|
||||||
if theme.abcjs.per_page
|
if theme.abcjs.per_page
|
||||||
if is_post() || is_page()
|
if is_post() || is_page()
|
||||||
include ./abcjs.pug
|
include ./abcjs.pug
|
||||||
|
|||||||
20
layout/includes/third-party/aplayer.pug
vendored
20
layout/includes/third-party/aplayer.pug
vendored
@@ -1,3 +1,23 @@
|
|||||||
link(rel='stylesheet' href=url_for(theme.asset.aplayer_css) media="print" onload="this.media='all'")
|
link(rel='stylesheet' href=url_for(theme.asset.aplayer_css) media="print" onload="this.media='all'")
|
||||||
script(src=url_for(theme.asset.aplayer_js))
|
script(src=url_for(theme.asset.aplayer_js))
|
||||||
script(src=url_for(theme.asset.meting_js))
|
script(src=url_for(theme.asset.meting_js))
|
||||||
|
if theme.pjax.enable
|
||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
const destroyAplayer = () => {
|
||||||
|
if (window.aplayers) {
|
||||||
|
for (let i = 0; i < window.aplayers.length; i++) {
|
||||||
|
if (!window.aplayers[i].options.fixed) {
|
||||||
|
window.aplayers[i].destroy()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const runMetingJS = () => {
|
||||||
|
typeof loadMeting === 'function' && document.getElementsByClassName('aplayer').length && loadMeting()
|
||||||
|
}
|
||||||
|
|
||||||
|
btf.addGlobalFn('pjaxSend', destroyAplayer, 'destroyAplayer')
|
||||||
|
btf.addGlobalFn('pjaxComplete', loadMeting, 'runMetingJS')
|
||||||
|
})()
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- const fbSDKVer = 'v16.0'
|
- const fbSDKVer = 'v20.0'
|
||||||
- const fbSDK = theme.messenger.enable ? `https://connect.facebook.net/${theme.facebook_comments.lang}/sdk/xfbml.customerchat.js#xfbml=1&version=${fbSDKVer}` : `https://connect.facebook.net/${theme.facebook_comments.lang}/sdk.js#xfbml=1&version=${fbSDKVer}`
|
- const fbSDK = `https://connect.facebook.net/${theme.facebook_comments.lang}/sdk.js#xfbml=1&version=${fbSDKVer}`
|
||||||
|
|
||||||
script.
|
script.
|
||||||
(()=>{
|
(()=>{
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ script.
|
|||||||
if (typeof twikoo === 'object') {
|
if (typeof twikoo === 'object') {
|
||||||
runTwikoo()
|
runTwikoo()
|
||||||
} else {
|
} else {
|
||||||
getScript('!{url_for(theme.asset.twikoo)}').then(runTwikoo)
|
btf.getScript('!{url_for(theme.asset.twikoo)}').then(runTwikoo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ script.
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (typeof Valine === 'function') initValine()
|
if (typeof Valine === 'function') initValine()
|
||||||
else getScript('!{url_for(theme.asset.valine)}').then(initValine)
|
else btf.getScript('!{url_for(theme.asset.valine)}').then(initValine)
|
||||||
}
|
}
|
||||||
|
|
||||||
window.pjax ? loadValine() : window.addEventListener('load', loadValine)
|
window.pjax ? loadValine() : window.addEventListener('load', loadValine)
|
||||||
|
|||||||
22
layout/includes/third-party/chat/chatra.pug
vendored
22
layout/includes/third-party/chat/chatra.pug
vendored
@@ -1,8 +1,8 @@
|
|||||||
//- https://chatra.io/help/api/
|
//- https://chatra.io/help/api/
|
||||||
script.
|
script.
|
||||||
(() => {
|
(() => {
|
||||||
const isChatBtn = !{theme.chat_btn}
|
const isChatBtn = !{theme.chat.rightside_button}
|
||||||
const isChatHideShow = !{theme.chat_hide_show}
|
const isChatHideShow = !{theme.chat.button_hide_show}
|
||||||
|
|
||||||
if (isChatBtn) {
|
if (isChatBtn) {
|
||||||
const close = () => {
|
const close = () => {
|
||||||
@@ -15,22 +15,15 @@ script.
|
|||||||
Chatra('show')
|
Chatra('show')
|
||||||
}
|
}
|
||||||
|
|
||||||
window.ChatraSetup = {
|
window.ChatraSetup = { startHidden: true }
|
||||||
startHidden: true
|
|
||||||
}
|
|
||||||
|
|
||||||
window.chatBtnFn = () => {
|
window.chatBtnFn = () => {
|
||||||
const isShow = document.getElementById('chatra').classList.contains('chatra--expanded')
|
document.getElementById('chatra').classList.contains('chatra--expanded') ? close() : open()
|
||||||
isShow ? close() : open()
|
|
||||||
}
|
}
|
||||||
} else if (isChatHideShow) {
|
} else if (isChatHideShow) {
|
||||||
window.chatBtn = {
|
window.chatBtn = {
|
||||||
hide: () => {
|
hide: () => Chatra('hide'),
|
||||||
Chatra('hide')
|
show: () => Chatra('show')
|
||||||
},
|
|
||||||
show: () => {
|
|
||||||
Chatra('show')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -38,13 +31,12 @@ script.
|
|||||||
w.ChatraID = '#{theme.chatra.id}'
|
w.ChatraID = '#{theme.chatra.id}'
|
||||||
var s = d.createElement('script')
|
var s = d.createElement('script')
|
||||||
w[c] = w[c] || function() {
|
w[c] = w[c] || function() {
|
||||||
(w[c].q = w[c].q || []).push(arguments)
|
(w[c].q = w[c].q || []).push(arguments)
|
||||||
}
|
}
|
||||||
s.async = true
|
s.async = true
|
||||||
s.src = 'https://call.chatra.io/chatra.js'
|
s.src = 'https://call.chatra.io/chatra.js'
|
||||||
if (d.head) d.head.appendChild(s)
|
if (d.head) d.head.appendChild(s)
|
||||||
})(document, window, 'Chatra')
|
})(document, window, 'Chatra')
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
26
layout/includes/third-party/chat/crisp.pug
vendored
26
layout/includes/third-party/chat/crisp.pug
vendored
@@ -11,8 +11,8 @@ script.
|
|||||||
})();
|
})();
|
||||||
$crisp.push(["safe", true])
|
$crisp.push(["safe", true])
|
||||||
|
|
||||||
const isChatBtn = !{theme.chat_btn}
|
const isChatBtn = !{theme.chat.rightside_button}
|
||||||
const isChatHideShow = !{theme.chat_hide_show}
|
const isChatHideShow = !{theme.chat.button_hide_show}
|
||||||
|
|
||||||
if (isChatBtn) {
|
if (isChatBtn) {
|
||||||
const open = () => {
|
const open = () => {
|
||||||
@@ -20,26 +20,18 @@ script.
|
|||||||
$crisp.push(["do", "chat:open"])
|
$crisp.push(["do", "chat:open"])
|
||||||
}
|
}
|
||||||
|
|
||||||
const close = () => {
|
const close = () => $crisp.push(["do", "chat:hide"])
|
||||||
$crisp.push(["do", "chat:hide"])
|
|
||||||
}
|
|
||||||
|
|
||||||
close()
|
close()
|
||||||
$crisp.push(["on", "chat:closed", function() {
|
|
||||||
close()
|
|
||||||
}])
|
|
||||||
|
|
||||||
window.chatBtnFn = () => {
|
$crisp.push(["on", "chat:closed", close])
|
||||||
$crisp.is("chat:visible") ? close() : open()
|
|
||||||
}
|
window.chatBtnFn = () => $crisp.is("chat:visible") ? close() : open()
|
||||||
|
|
||||||
} else if (isChatHideShow) {
|
} else if (isChatHideShow) {
|
||||||
window.chatBtn = {
|
window.chatBtn = {
|
||||||
hide: () => {
|
hide: () => $crisp.push(["do", "chat:hide"]),
|
||||||
$crisp.push(["do", "chat:hide"])
|
show: () => $crisp.push(["do", "chat:show"])
|
||||||
},
|
|
||||||
show: () => {
|
|
||||||
$crisp.push(["do", "chat:show"])
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
@@ -3,8 +3,8 @@ script.
|
|||||||
(() => {
|
(() => {
|
||||||
(function(i,s,o,g,r,a,m){i["DaoVoiceObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;a.charset="utf-8";m.parentNode.insertBefore(a,m)})(window,document,"script",('https:' == document.location.protocol ? 'https:' : 'http:') + "//widget.daovoice.io/widget/!{theme.daovoice.app_id}.js","daovoice")
|
(function(i,s,o,g,r,a,m){i["DaoVoiceObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;a.charset="utf-8";m.parentNode.insertBefore(a,m)})(window,document,"script",('https:' == document.location.protocol ? 'https:' : 'http:') + "//widget.daovoice.io/widget/!{theme.daovoice.app_id}.js","daovoice")
|
||||||
|
|
||||||
const isChatBtn = !{theme.chat_btn}
|
const isChatBtn = !{theme.chat.rightside_button}
|
||||||
const isChatHideShow = !{theme.chat_hide_show}
|
const isChatHideShow = !{theme.chat.button_hide_show}
|
||||||
|
|
||||||
daovoice('init', {
|
daovoice('init', {
|
||||||
app_id: '!{theme.daovoice.app_id}',},{
|
app_id: '!{theme.daovoice.app_id}',},{
|
||||||
|
|||||||
19
layout/includes/third-party/chat/index.pug
vendored
19
layout/includes/third-party/chat/index.pug
vendored
@@ -1,10 +1,9 @@
|
|||||||
if theme.chatra && theme.chatra.enable
|
case theme.chat.use
|
||||||
include ./chatra.pug
|
when 'chatra'
|
||||||
else if theme.tidio && theme.tidio.enable
|
include ./chatra.pug
|
||||||
include ./tidio.pug
|
when 'tidio'
|
||||||
else if theme.daovoice && theme.daovoice.enable
|
include ./tidio.pug
|
||||||
include ./daovoice.pug
|
when 'daovoice'
|
||||||
else if theme.crisp && theme.crisp.enable
|
include ./daovoice.pug
|
||||||
include ./crisp.pug
|
when 'crisp'
|
||||||
else if theme.messenger && theme.messenger.enable
|
include ./crisp.pug
|
||||||
include ./messenger.pug
|
|
||||||
44
layout/includes/third-party/chat/messenger.pug
vendored
44
layout/includes/third-party/chat/messenger.pug
vendored
@@ -1,44 +0,0 @@
|
|||||||
- let { pageID, lang } = theme.messenger
|
|
||||||
- lang = theme.comments.use && theme.comments.use.includes('Facebook Comments') ? theme.facebook_comments.lang : lang
|
|
||||||
|
|
||||||
#fb-customer-chat.fb-customerchat(page_id=pageID attribution='biz_inbox')
|
|
||||||
|
|
||||||
script.
|
|
||||||
(() => {
|
|
||||||
document.getElementById('fb-root') ? '' : document.body.insertAdjacentHTML('afterend', '<div id="fb-root"></div>')
|
|
||||||
|
|
||||||
window.fbAsyncInit = function() {
|
|
||||||
FB.init({
|
|
||||||
xfbml: true,
|
|
||||||
version: 'v16.0'
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
(function(d, s, id) {
|
|
||||||
var js, fjs = d.getElementsByTagName(s)[0];
|
|
||||||
if (d.getElementById(id)) return;
|
|
||||||
js = d.createElement(s); js.id = id;
|
|
||||||
js.src = 'https://connect.facebook.net/!{lang}/sdk/xfbml.customerchat.js';
|
|
||||||
fjs.parentNode.insertBefore(js, fjs);
|
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
|
||||||
|
|
||||||
const isChatBtn = !{theme.chat_btn}
|
|
||||||
const isChatHideShow = !{theme.chat_hide_show}
|
|
||||||
|
|
||||||
if (isChatBtn) {
|
|
||||||
window.chatBtnFn = () => {
|
|
||||||
const isShow = document.querySelector('.fb_customer_chat_bounce_in_v2')
|
|
||||||
isShow ? FB.CustomerChat.hide() : FB.CustomerChat.show()
|
|
||||||
}
|
|
||||||
} else if (isChatHideShow) {
|
|
||||||
window.chatBtn = {
|
|
||||||
hide: () => {
|
|
||||||
FB.CustomerChat.hide()
|
|
||||||
},
|
|
||||||
show: () => {
|
|
||||||
FB.CustomerChat.show(false)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})()
|
|
||||||
|
|
||||||
12
layout/includes/third-party/chat/tidio.pug
vendored
12
layout/includes/third-party/chat/tidio.pug
vendored
@@ -1,8 +1,8 @@
|
|||||||
script(src=`//code.tidio.co/${theme.tidio.public_key}.js` async)
|
script(src=`//code.tidio.co/${theme.tidio.public_key}.js` async)
|
||||||
script.
|
script.
|
||||||
(() => {
|
(() => {
|
||||||
const isChatBtn = !{theme.chat_btn}
|
const isChatBtn = !{theme.chat.rightside_button}
|
||||||
const isChatHideShow = !{theme.chat_hide_show}
|
const isChatHideShow = !{theme.chat.button_hide_show}
|
||||||
|
|
||||||
if (isChatBtn) {
|
if (isChatBtn) {
|
||||||
let isShow = false
|
let isShow = false
|
||||||
@@ -33,12 +33,8 @@ script.
|
|||||||
}
|
}
|
||||||
} else if (isChatHideShow) {
|
} else if (isChatHideShow) {
|
||||||
window.chatBtn = {
|
window.chatBtn = {
|
||||||
hide: () => {
|
hide: () => window.tidioChatApi && window.tidioChatApi.hide(),
|
||||||
window.tidioChatApi && window.tidioChatApi.hide()
|
show: () => window.tidioChatApi && window.tidioChatApi.show()
|
||||||
},
|
|
||||||
show: () => {
|
|
||||||
window.tidioChatApi && window.tidioChatApi.show()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
|
|||||||
@@ -25,14 +25,14 @@ script.
|
|||||||
artalkItem.destroy()
|
artalkItem.destroy()
|
||||||
}
|
}
|
||||||
|
|
||||||
btf.addGlobalFn('pjax', destroyArtalk, 'destroyArtalk')
|
btf.addGlobalFn('pjaxSendOnce', destroyArtalk, 'destroyArtalk')
|
||||||
}
|
}
|
||||||
|
|
||||||
const loadArtalk = async () => {
|
const loadArtalk = async () => {
|
||||||
if (typeof Artalk === 'object') initArtalk()
|
if (typeof Artalk === 'object') initArtalk()
|
||||||
else {
|
else {
|
||||||
await getCSS('!{theme.asset.artalk_css}')
|
await btf.getCSS('!{theme.asset.artalk_css}')
|
||||||
await getScript('!{theme.asset.artalk_js}')
|
await btf.getScript('!{theme.asset.artalk_js}')
|
||||||
initArtalk()
|
initArtalk()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -48,7 +48,7 @@ script.
|
|||||||
|
|
||||||
if ('!{use[0]}' === 'Artalk' || !!{lazyload}) {
|
if ('!{use[0]}' === 'Artalk' || !!{lazyload}) {
|
||||||
if (!{lazyload}) btf.loadComment(document.getElementById('artalk-wrap'), loadArtalk)
|
if (!{lazyload}) btf.loadComment(document.getElementById('artalk-wrap'), loadArtalk)
|
||||||
else loadArtalk()
|
else setTimeout(loadArtalk, 100)
|
||||||
} else {
|
} else {
|
||||||
window.loadOtherComment = loadArtalk
|
window.loadOtherComment = loadArtalk
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ script.
|
|||||||
const loadDisqusjs = async() => {
|
const loadDisqusjs = async() => {
|
||||||
if (window.disqusJsLoad) initDisqusjs()
|
if (window.disqusJsLoad) initDisqusjs()
|
||||||
else {
|
else {
|
||||||
await getCSS('!{url_for(theme.asset.disqusjs_css)}')
|
await btf.getCSS('!{url_for(theme.asset.disqusjs_css)}')
|
||||||
await getScript('!{url_for(theme.asset.disqusjs)}')
|
await btf.getScript('!{url_for(theme.asset.disqusjs)}')
|
||||||
initDisqusjs()
|
initDisqusjs()
|
||||||
window.disqusJsLoad = true
|
window.disqusJsLoad = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- const fbSDKVer = 'v16.0'
|
- const fbSDKVer = 'v20.0'
|
||||||
- const fbSDK = theme.messenger.enable ? `https://connect.facebook.net/${theme.facebook_comments.lang}/sdk/xfbml.customerchat.js#xfbml=1&version=${fbSDKVer}` : `https://connect.facebook.net/${theme.facebook_comments.lang}/sdk.js#xfbml=1&version=${fbSDKVer}`
|
- const fbSDK = `https://connect.facebook.net/${theme.facebook_comments.lang}/sdk.js#xfbml=1&version=${fbSDKVer}`
|
||||||
|
|
||||||
script.
|
script.
|
||||||
(()=>{
|
(()=>{
|
||||||
|
|||||||
30
layout/includes/third-party/comments/giscus.pug
vendored
30
layout/includes/third-party/comments/giscus.pug
vendored
@@ -1,13 +1,11 @@
|
|||||||
- const { repo, repo_id, category_id, theme:themes, option } = theme.giscus
|
|
||||||
- const giscusUrl = theme.asset.giscus || 'https://giscus.app/client.js'
|
|
||||||
- const giscusOriginUrl = new URL(giscusUrl).origin
|
|
||||||
- const { use, lazyload } = theme.comments
|
- const { use, lazyload } = theme.comments
|
||||||
|
- const { repo, repo_id, category_id, light_theme, dark_theme, js, option } = theme.giscus
|
||||||
|
- const giscusUrl = js || 'https://giscus.app/client.js'
|
||||||
|
- const giscusOriginUrl = new URL(giscusUrl).origin
|
||||||
|
|
||||||
script.
|
script.
|
||||||
(()=>{
|
(()=>{
|
||||||
const getGiscusTheme = theme => {
|
const getGiscusTheme = theme => theme === 'dark' ? '!{dark_theme}' : '!{light_theme}'
|
||||||
return theme === 'dark' ? '!{themes.dark}' : '!{themes.light}'
|
|
||||||
}
|
|
||||||
|
|
||||||
const loadGiscus = () => {
|
const loadGiscus = () => {
|
||||||
const config = Object.assign({
|
const config = Object.assign({
|
||||||
@@ -30,17 +28,17 @@ script.
|
|||||||
}
|
}
|
||||||
|
|
||||||
const changeGiscusTheme = theme => {
|
const changeGiscusTheme = theme => {
|
||||||
const sendMessage = message => {
|
const iframe = document.querySelector('#giscus-wrap iframe')
|
||||||
const iframe = document.querySelector('iframe.giscus-frame')
|
if (iframe) {
|
||||||
if (!iframe) return
|
const message = {
|
||||||
iframe.contentWindow.postMessage({ giscus: message }, '!{giscusOriginUrl}')
|
giscus: {
|
||||||
}
|
setConfig: {
|
||||||
|
theme: getGiscusTheme(theme)
|
||||||
sendMessage({
|
}
|
||||||
setConfig: {
|
}
|
||||||
theme: getGiscusTheme(theme)
|
|
||||||
}
|
}
|
||||||
});
|
iframe.contentWindow.postMessage(message, '!{giscusOriginUrl}')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
btf.addGlobalFn('themeChange', changeGiscusTheme, 'giscus')
|
btf.addGlobalFn('themeChange', changeGiscusTheme, 'giscus')
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ script.
|
|||||||
const loadGitalk = async() => {
|
const loadGitalk = async() => {
|
||||||
if (typeof Gitalk === 'function') initGitalk()
|
if (typeof Gitalk === 'function') initGitalk()
|
||||||
else {
|
else {
|
||||||
await getCSS('!{url_for(theme.asset.gitalk_css)}')
|
await btf.getCSS('!{url_for(theme.asset.gitalk_css)}')
|
||||||
await getScript('!{url_for(theme.asset.gitalk)}')
|
await btf.getScript('!{url_for(theme.asset.gitalk)}')
|
||||||
initGitalk()
|
initGitalk()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ script.
|
|||||||
|
|
||||||
const loadTwikoo = () => {
|
const loadTwikoo = () => {
|
||||||
if (typeof twikoo === 'object') setTimeout(init,0)
|
if (typeof twikoo === 'object') setTimeout(init,0)
|
||||||
else getScript('!{url_for(theme.asset.twikoo)}').then(init)
|
else btf.getScript('!{url_for(theme.asset.twikoo)}').then(init)
|
||||||
}
|
}
|
||||||
|
|
||||||
if ('!{use[0]}' === 'Twikoo' || !!{lazyload}) {
|
if ('!{use[0]}' === 'Twikoo' || !!{lazyload}) {
|
||||||
|
|||||||
@@ -1,34 +1,42 @@
|
|||||||
- const { use, lazyload } = theme.comments
|
- const { use, lazyload } = theme.comments
|
||||||
- const { repo, issue_term, light_theme, dark_theme } = theme.utterances
|
- const { repo, issue_term, light_theme, dark_theme, js, option } = theme.utterances
|
||||||
|
- const utterancesUrl = js || 'https://utteranc.es/client.js'
|
||||||
|
- const utterancesOriginUrl = new URL(utterancesUrl).origin
|
||||||
|
|
||||||
script.
|
script.
|
||||||
(() => {
|
(() => {
|
||||||
|
const getUtterancesTheme = theme => theme === 'dark' ? '#{dark_theme}' : '#{light_theme}'
|
||||||
|
|
||||||
const loadUtterances = () => {
|
const loadUtterances = () => {
|
||||||
let ele = document.createElement('script')
|
const config = Object.assign({
|
||||||
ele.id = 'utterances_comment'
|
id: 'utterances_comment',
|
||||||
ele.src = 'https://utteranc.es/client.js'
|
src: '!{utterancesUrl}',
|
||||||
ele.setAttribute('repo', '!{repo}')
|
repo: '!{repo}',
|
||||||
ele.setAttribute('issue-term', '!{issue_term}')
|
'issue-term': '!{issue_term}',
|
||||||
const nowTheme = document.documentElement.getAttribute('data-theme') === 'dark' ? '#{dark_theme}' : '#{light_theme}'
|
theme: getUtterancesTheme(document.documentElement.getAttribute('data-theme')),
|
||||||
ele.setAttribute('theme', nowTheme)
|
crossorigin: 'anonymous',
|
||||||
ele.crossOrigin = 'anonymous'
|
async: true
|
||||||
ele.async = true
|
},!{JSON.stringify(option)})
|
||||||
|
|
||||||
|
const ele = document.createElement('script')
|
||||||
|
for (let key in config) {
|
||||||
|
ele.setAttribute(key, config[key])
|
||||||
|
}
|
||||||
document.getElementById('utterances-wrap').appendChild(ele)
|
document.getElementById('utterances-wrap').appendChild(ele)
|
||||||
}
|
}
|
||||||
|
|
||||||
const utterancesTheme = theme => {
|
const changeUtterancesTheme = theme => {
|
||||||
const iframe = document.querySelector('.utterances-frame')
|
const iframe = document.querySelector('#utterances-wrap iframe')
|
||||||
if (iframe) {
|
if (iframe) {
|
||||||
const theme = theme === 'dark' ? '#{dark_theme}' : '#{light_theme}'
|
|
||||||
const message = {
|
const message = {
|
||||||
type: 'set-theme',
|
type: 'set-theme',
|
||||||
theme: theme
|
theme: getUtterancesTheme(theme)
|
||||||
};
|
};
|
||||||
iframe.contentWindow.postMessage(message, 'https://utteranc.es');
|
iframe.contentWindow.postMessage(message, '!{utterancesOriginUrl}')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
btf.addGlobalFn('themeChange', utterancesTheme, 'utterances')
|
btf.addGlobalFn('themeChange', changeUtterancesTheme, 'utterances')
|
||||||
|
|
||||||
if ('!{use[0]}' === 'Utterances' || !!{lazyload}) {
|
if ('!{use[0]}' === 'Utterances' || !!{lazyload}) {
|
||||||
if (!{lazyload}) btf.loadComment(document.getElementById('utterances-wrap'), loadUtterances)
|
if (!{lazyload}) btf.loadComment(document.getElementById('utterances-wrap'), loadUtterances)
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ script.
|
|||||||
const loadValine = async () => {
|
const loadValine = async () => {
|
||||||
if (typeof Valine === 'function') initValine()
|
if (typeof Valine === 'function') initValine()
|
||||||
else {
|
else {
|
||||||
await getScript('!{url_for(theme.asset.valine)}')
|
await btf.getScript('!{url_for(theme.asset.valine)}')
|
||||||
initValine()
|
initValine()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
16
layout/includes/third-party/comments/waline.pug
vendored
16
layout/includes/third-party/comments/waline.pug
vendored
@@ -19,17 +19,19 @@ script.
|
|||||||
waline.destroy()
|
waline.destroy()
|
||||||
}
|
}
|
||||||
|
|
||||||
btf.addGlobalFn('pjax', destroyWaline, 'destroyWaline')
|
btf.addGlobalFn('pjaxSendOnce', destroyWaline, 'destroyWaline')
|
||||||
}
|
}
|
||||||
|
|
||||||
const loadWaline = async () => {
|
const loadWaline = () => {
|
||||||
if (initFn) initWaline(initFn)
|
if (initFn) initWaline(initFn)
|
||||||
else {
|
else {
|
||||||
await getCSS('!{url_for(theme.asset.waline_css)}')
|
btf.getCSS('!{url_for(theme.asset.waline_css)}')
|
||||||
const { init } = await import('!{url_for(theme.asset.waline_js)}')
|
.then(() => import('!{url_for(theme.asset.waline_js)}'))
|
||||||
initFn = init || Waline.init
|
.then(({ init }) => {
|
||||||
initWaline(initFn)
|
initFn = init || Waline.init
|
||||||
window.walineFn = initFn
|
initWaline(initFn)
|
||||||
|
window.walineFn = initFn
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
17
layout/includes/third-party/math/index.pug
vendored
17
layout/includes/third-party/math/index.pug
vendored
@@ -1,17 +1,10 @@
|
|||||||
if theme.mathjax && theme.mathjax.enable
|
case theme.math.use
|
||||||
if theme.mathjax.per_page
|
when 'mathjax'
|
||||||
if is_post() || is_page()
|
if (theme.math.per_page && (is_post() || is_page())) || page.mathjax
|
||||||
include ./mathjax.pug
|
|
||||||
else
|
|
||||||
if page.mathjax
|
|
||||||
include ./mathjax.pug
|
include ./mathjax.pug
|
||||||
|
|
||||||
if theme.katex && theme.katex.enable
|
when 'katex'
|
||||||
if theme.katex.per_page
|
if (theme.math.per_page && (is_post() || is_page())) || page.katex
|
||||||
if is_post() || is_page()
|
|
||||||
include ./katex.pug
|
|
||||||
else
|
|
||||||
if page.katex
|
|
||||||
include ./katex.pug
|
include ./katex.pug
|
||||||
|
|
||||||
if theme.mermaid.enable
|
if theme.mermaid.enable
|
||||||
|
|||||||
21
layout/includes/third-party/math/katex.pug
vendored
21
layout/includes/third-party/math/katex.pug
vendored
@@ -1,9 +1,16 @@
|
|||||||
link(rel="stylesheet" type="text/css" href=url_for(theme.asset.katex))
|
|
||||||
script(src=url_for(theme.asset.katex_copytex))
|
|
||||||
script.
|
script.
|
||||||
(() => {
|
(async () => {
|
||||||
document.querySelectorAll('#article-container span.katex-display').forEach(item => {
|
const showKatex = () => {
|
||||||
btf.wrap(item, 'div', { class: 'katex-wrap'})
|
document.querySelectorAll('#article-container .katex').forEach(el => el.classList.add('katex-show'))
|
||||||
})
|
}
|
||||||
})()
|
|
||||||
|
|
||||||
|
if (!window.katex_js_css) {
|
||||||
|
window.katex_js_css = true
|
||||||
|
await btf.getCSS('!{url_for(theme.asset.katex)}')
|
||||||
|
if (!{theme.math.katex.copy_tex}) {
|
||||||
|
await btf.getScript('!{url_for(theme.asset.katex_copytex)}')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
showKatex()
|
||||||
|
})()
|
||||||
71
layout/includes/third-party/math/mathjax.pug
vendored
71
layout/includes/third-party/math/mathjax.pug
vendored
@@ -1,38 +1,47 @@
|
|||||||
//- Mathjax 3
|
//- Mathjax 3
|
||||||
|
- const { tags, enableMenu } = theme.math.mathjax
|
||||||
script.
|
script.
|
||||||
if (!window.MathJax) {
|
(() => {
|
||||||
window.MathJax = {
|
const loadMathjax = () => {
|
||||||
tex: {
|
if (!window.MathJax) {
|
||||||
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
window.MathJax = {
|
||||||
tags: 'ams'
|
tex: {
|
||||||
},
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
||||||
chtml: {
|
tags: '!{tags}',
|
||||||
scale: 1.1
|
},
|
||||||
},
|
chtml: {
|
||||||
options: {
|
scale: 1.1
|
||||||
renderActions: {
|
},
|
||||||
findScript: [10, doc => {
|
options: {
|
||||||
for (const node of document.querySelectorAll('script[type^="math/tex"]')) {
|
enableMenu: !{enableMenu},
|
||||||
const display = !!node.type.match(/; *mode=display/)
|
renderActions: {
|
||||||
const math = new doc.options.MathItem(node.textContent, doc.inputJax[0], display)
|
findScript: [10, doc => {
|
||||||
const text = document.createTextNode('')
|
for (const node of document.querySelectorAll('script[type^="math/tex"]')) {
|
||||||
node.parentNode.replaceChild(text, node)
|
const display = !!node.type.match(/; *mode=display/)
|
||||||
math.start = {node: text, delim: '', n: 0}
|
const math = new doc.options.MathItem(node.textContent, doc.inputJax[0], display)
|
||||||
math.end = {node: text, delim: '', n: 0}
|
const text = document.createTextNode('')
|
||||||
doc.math.push(math)
|
node.parentNode.replaceChild(text, node)
|
||||||
|
math.start = {node: text, delim: '', n: 0}
|
||||||
|
math.end = {node: text, delim: '', n: 0}
|
||||||
|
doc.math.push(math)
|
||||||
|
}
|
||||||
|
}, '']
|
||||||
}
|
}
|
||||||
}, '']
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const script = document.createElement('script')
|
||||||
|
script.src = '!{url_for(theme.asset.mathjax)}'
|
||||||
|
script.id = 'MathJax-script'
|
||||||
|
script.async = true
|
||||||
|
document.head.appendChild(script)
|
||||||
|
} else {
|
||||||
|
MathJax.startup.document.state(0)
|
||||||
|
MathJax.texReset()
|
||||||
|
MathJax.typesetPromise()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const script = document.createElement('script')
|
btf.addGlobalFn('encrypt', loadMathjax, 'mathjax')
|
||||||
script.src = '!{url_for(theme.asset.mathjax)}'
|
window.pjax ? loadMathjax() : window.addEventListener('load', loadMathjax)
|
||||||
script.id = 'MathJax-script'
|
})()
|
||||||
script.async = true
|
|
||||||
document.head.appendChild(script)
|
|
||||||
} else {
|
|
||||||
MathJax.startup.document.state(0)
|
|
||||||
MathJax.texReset()
|
|
||||||
MathJax.typesetPromise()
|
|
||||||
}
|
|
||||||
49
layout/includes/third-party/math/mermaid.pug
vendored
49
layout/includes/third-party/math/mermaid.pug
vendored
@@ -1,38 +1,51 @@
|
|||||||
script.
|
script.
|
||||||
(() => {
|
(() => {
|
||||||
const $mermaid = document.querySelectorAll('#article-container .mermaid-wrap')
|
const runMermaid = ele => {
|
||||||
if ($mermaid.length === 0) return
|
|
||||||
const runMermaid = () => {
|
|
||||||
window.loadMermaid = true
|
window.loadMermaid = true
|
||||||
const theme = document.documentElement.getAttribute('data-theme') === 'dark' ? '!{theme.mermaid.theme.dark}' : '!{theme.mermaid.theme.light}'
|
const theme = document.documentElement.getAttribute('data-theme') === 'dark' ? '!{theme.mermaid.theme.dark}' : '!{theme.mermaid.theme.light}'
|
||||||
|
|
||||||
Array.from($mermaid).forEach((item, index) => {
|
ele.forEach((item, index) => {
|
||||||
const mermaidSrc = item.firstElementChild
|
const mermaidSrc = item.firstElementChild
|
||||||
const mermaidThemeConfig = '%%{init:{ \'theme\':\'' + theme + '\'}}%%\n'
|
const mermaidThemeConfig = `%%{init:{ 'theme':'${theme}'}}%%\n`
|
||||||
const mermaidID = 'mermaid-' + index
|
const mermaidID = `mermaid-${index}`
|
||||||
const mermaidDefinition = mermaidThemeConfig + mermaidSrc.textContent
|
const mermaidDefinition = mermaidThemeConfig + mermaidSrc.textContent
|
||||||
|
|
||||||
const renderFn = mermaid.render(mermaidID, mermaidDefinition)
|
const renderFn = mermaid.render(mermaidID, mermaidDefinition)
|
||||||
|
const renderMermaid = svg => {
|
||||||
const renderV10 = () => {
|
|
||||||
renderFn.then(({svg}) => {
|
|
||||||
mermaidSrc.insertAdjacentHTML('afterend', svg)
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
const renderV9 = svg => {
|
|
||||||
mermaidSrc.insertAdjacentHTML('afterend', svg)
|
mermaidSrc.insertAdjacentHTML('afterend', svg)
|
||||||
}
|
}
|
||||||
|
|
||||||
typeof renderFn === 'string' ? renderV9(renderFn) : renderV10()
|
// mermaid v9 and v10 compatibility
|
||||||
|
typeof renderFn === 'string' ? renderMermaid(renderFn) : renderFn.then(({ svg }) => renderMermaid(svg))
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
const codeToMermaid = () => {
|
||||||
|
const codeMermaidEle = document.querySelectorAll('pre > code.mermaid')
|
||||||
|
if (codeMermaidEle.length === 0) return
|
||||||
|
|
||||||
|
codeMermaidEle.forEach(ele => {
|
||||||
|
const preEle = document.createElement('pre')
|
||||||
|
preEle.className = 'mermaid-src'
|
||||||
|
preEle.hidden = true
|
||||||
|
preEle.textContent = ele.textContent
|
||||||
|
const newEle = document.createElement('div')
|
||||||
|
newEle.className = 'mermaid-wrap'
|
||||||
|
newEle.appendChild(preEle)
|
||||||
|
ele.parentNode.replaceWith(newEle)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const loadMermaid = () => {
|
const loadMermaid = () => {
|
||||||
window.loadMermaid ? runMermaid() : getScript('!{url_for(theme.asset.mermaid)}').then(runMermaid)
|
if (!{theme.mermaid.code_write}) codeToMermaid()
|
||||||
|
const $mermaid = document.querySelectorAll('#article-container .mermaid-wrap')
|
||||||
|
if ($mermaid.length === 0) return
|
||||||
|
|
||||||
|
const runMermaidFn = () => runMermaid($mermaid)
|
||||||
|
btf.addGlobalFn('themeChange', runMermaidFn, 'mermaid')
|
||||||
|
window.loadMermaid ? runMermaidFn() : btf.getScript('!{url_for(theme.asset.mermaid)}').then(runMermaidFn)
|
||||||
}
|
}
|
||||||
|
|
||||||
btf.addGlobalFn('themeChange', runMermaid, 'mermaid')
|
btf.addGlobalFn('encrypt', loadMermaid, 'mermaid')
|
||||||
|
|
||||||
window.pjax ? loadMermaid() : document.addEventListener('DOMContentLoaded', loadMermaid)
|
window.pjax ? loadMermaid() : document.addEventListener('DOMContentLoaded', loadMermaid)
|
||||||
})()
|
})()
|
||||||
@@ -2,105 +2,71 @@
|
|||||||
- const avatarCdn = (option !== null && option.gravatar && option.gravatar.mirror) || ''
|
- const avatarCdn = (option !== null && option.gravatar && option.gravatar.mirror) || ''
|
||||||
- const avatarDefault = (option !== null && option.gravatar && (option.gravatar.params || option.gravatar.default)) || ''
|
- const avatarDefault = (option !== null && option.gravatar && (option.gravatar.params || option.gravatar.default)) || ''
|
||||||
|
|
||||||
|
!= partial("includes/third-party/newest-comments/common.pug", {}, { cache: true })
|
||||||
script.
|
script.
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
const changeContent = (content) => {
|
const keyName = 'artalk-newest-comments'
|
||||||
if (content === '') return content
|
const { changeContent, generateHtml, run } = window.newestComments
|
||||||
|
|
||||||
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
const getAvatarValue = async () => {
|
||||||
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
const predefinedAvatarCdn = '!{avatarCdn}'
|
||||||
content = content.replace(/<pre><code>.*?<\/pre>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
const predefinedAvatarDefault = '!{avatarDefault}'
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
const avatarDefaultFormat = e => e.startsWith('d=') ? e : `d=${e}`
|
||||||
content = content.substring(0,150) + '...'
|
|
||||||
}
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
|
|
||||||
const generateHtml = array => {
|
if (predefinedAvatarCdn && predefinedAvatarDefault) {
|
||||||
let result = ''
|
return { avatarCdn: predefinedAvatarCdn, avatarDefault: avatarDefaultFormat(predefinedAvatarDefault) }
|
||||||
|
|
||||||
if (array.length) {
|
|
||||||
for (let i = 0; i < array.length; i++) {
|
|
||||||
result += '<div class=\'aside-list-item\'>'
|
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
|
||||||
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
|
||||||
|
|
||||||
result += `<div class='content'>
|
|
||||||
<a class='comment' href='${array[i].url}' title='${array[i].content}'>${array[i].content}</a>
|
|
||||||
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
|
||||||
</div></div>`
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
result += '!{_p("aside.card_newest_comments.zero")}'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let $dom = document.querySelector('#card-newest-comments .aside-list')
|
|
||||||
$dom && ($dom && ($dom.innerHTML= result))
|
|
||||||
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
|
||||||
window.pjax && window.pjax.refresh($dom)
|
|
||||||
}
|
|
||||||
|
|
||||||
const getSetting = async () => {
|
|
||||||
try {
|
try {
|
||||||
const res = await fetch('!{server}/api/v2/conf', { method: 'GET' })
|
const res = await fetch('!{server}/api/v2/conf')
|
||||||
return await res.json()
|
const result = await res.json()
|
||||||
|
const { mirror, params, default: defaults } = result.frontend_conf.gravatar
|
||||||
|
const avatarCdn = predefinedAvatarCdn || mirror
|
||||||
|
let avatarDefault = avatarDefaultFormat(predefinedAvatarDefault || params || defaults)
|
||||||
|
return { avatarCdn, avatarDefault}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.error(e)
|
||||||
|
return { avatarCdn: predefinedAvatarCdn, avatarDefault: avatarDefaultFormat(predefinedAvatarDefault) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const headerList = {
|
|
||||||
method: 'GET',
|
|
||||||
}
|
|
||||||
|
|
||||||
const searchParams = new URLSearchParams({
|
const searchParams = new URLSearchParams({
|
||||||
'site_name': '!{site}',
|
'site_name': '!{site}',
|
||||||
'limit': '!{theme.newest_comments.limit}',
|
'limit': '!{theme.aside.card_newest_comments.limit}',
|
||||||
})
|
})
|
||||||
|
|
||||||
const getComment = async () => {
|
const getComment = async (ele) => {
|
||||||
try {
|
try {
|
||||||
const res = await fetch(`!{server}/api/v2/stats/latest_comments?${searchParams}`, headerList)
|
const res = await fetch(`!{server}/api/v2/stats/latest_comments?${searchParams}`)
|
||||||
const result = await res.json()
|
const result = await res.json()
|
||||||
|
<<<<<<< HEAD
|
||||||
const avatarStr = await getSetting()
|
const avatarStr = await getSetting()
|
||||||
const { mirror, params, default:defaults } = avatarStr.frontend_conf.gravatar
|
const { mirror, params, default:defaults } = avatarStr.frontend_conf.gravatar
|
||||||
const avatarCdn = '!{avatarCdn}' || mirror
|
const avatarCdn = '!{avatarCdn}' || mirror
|
||||||
let avatarDefault = '!{avatarDefault}' || params || defaults
|
let avatarDefault = '!{avatarDefault}' || params || defaults
|
||||||
avatarDefault = avatarDefault.startsWith('d=') ? avatarDefault : `d=${avatarDefault}`
|
avatarDefault = avatarDefault.startsWith('d=') ? avatarDefault : `d=${avatarDefault}`
|
||||||
const artalk = result.data.map(function (e) {
|
const artalk = result.data.map(function (e) {
|
||||||
|
=======
|
||||||
|
const { avatarCdn, avatarDefault } = await getAvatarValue()
|
||||||
|
const artalk = result.data.map(e => {
|
||||||
|
const avatar = avatarCdn && e.email_encrypted ? `${avatarCdn}${e.email_encrypted}?${avatarDefault}` : ''
|
||||||
|
>>>>>>> dev
|
||||||
return {
|
return {
|
||||||
'avatar': `${avatarCdn}${e.email_encrypted}?${avatarDefault}`,
|
'avatar': avatar,
|
||||||
'content': changeContent(e.content_marked),
|
'content': changeContent(e.content_marked),
|
||||||
'nick': e.nick,
|
'nick': e.nick,
|
||||||
'url': e.page_url,
|
'url': e.page_url,
|
||||||
'date': e.date,
|
'date': e.date,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
saveToLocal.set('artalk-newest-comments', JSON.stringify(artalk), !{theme.newest_comments.storage}/(60*24))
|
btf.saveToLocal.set(keyName, JSON.stringify(artalk), !{theme.aside.card_newest_comments.storage}/(60*24))
|
||||||
generateHtml(artalk)
|
generateHtml(artalk, ele)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
ele.textContent= "!{_p('aside.card_newest_comments.error')}"
|
||||||
$dom.textContent= "!{_p('aside.card_newest_comments.error')}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const newestCommentInit = () => {
|
run(keyName, getComment)
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
|
||||||
const data = saveToLocal.get('artalk-newest-comments')
|
|
||||||
if (data) {
|
|
||||||
generateHtml(JSON.parse(data))
|
|
||||||
} else {
|
|
||||||
getComment()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newestCommentInit()
|
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
|
||||||
})
|
})
|
||||||
60
layout/includes/third-party/newest-comments/common.pug
vendored
Normal file
60
layout/includes/third-party/newest-comments/common.pug
vendored
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
script.
|
||||||
|
window.newestComments = {
|
||||||
|
changeContent: 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(/<code>.*?<\/code>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
||||||
|
content = content.replace(/<[^>]+>/g, "") // remove html tag
|
||||||
|
|
||||||
|
if (content.length > 150) {
|
||||||
|
content = content.substring(0, 150) + '...'
|
||||||
|
}
|
||||||
|
return content
|
||||||
|
},
|
||||||
|
|
||||||
|
generateHtml: (array, ele) => {
|
||||||
|
let result = ''
|
||||||
|
|
||||||
|
if (array.length) {
|
||||||
|
for (let i = 0; i < array.length; i++) {
|
||||||
|
result += '<div class="aside-list-item">'
|
||||||
|
|
||||||
|
if (!{theme.aside.card_newest_comments.avatar} && array[i].avatar) {
|
||||||
|
const imgAttr = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
||||||
|
result += `<a href="${array[i].url}" class="thumbnail"><img ${imgAttr}="${array[i].avatar}" alt="${array[i].nick}"></a>`
|
||||||
|
}
|
||||||
|
|
||||||
|
result += `<div class="content">
|
||||||
|
<a class="comment" href="${array[i].url}" title="${array[i].content}">${array[i].content}</a>
|
||||||
|
<div class="name"><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
||||||
|
</div></div>`
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
result += '!{_p("aside.card_newest_comments.zero")}'
|
||||||
|
}
|
||||||
|
|
||||||
|
ele.innerHTML = result
|
||||||
|
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
||||||
|
window.pjax && window.pjax.refresh(ele)
|
||||||
|
},
|
||||||
|
|
||||||
|
newestCommentInit: (name, getComment) => {
|
||||||
|
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
||||||
|
if ($dom) {
|
||||||
|
const data = btf.saveToLocal.get(name)
|
||||||
|
if (data) {
|
||||||
|
newestComments.generateHtml(JSON.parse(data), $dom)
|
||||||
|
} else {
|
||||||
|
getComment($dom)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
run: (name, getComment) => {
|
||||||
|
newestComments.newestCommentInit(name, getComment)
|
||||||
|
btf.addGlobalFn('pjaxComplete', () => newestComments.newestCommentInit(name, getComment), name)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,21 +1,12 @@
|
|||||||
|
!= partial("includes/third-party/newest-comments/common.pug", {}, { cache: true })
|
||||||
|
|
||||||
script.
|
script.
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
const changeContent = (content) => {
|
const keyName = 'disqus-newest-comments'
|
||||||
if (content === '') return content
|
const { changeContent, generateHtml, run } = window.newestComments
|
||||||
|
|
||||||
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
const getComment = ele => {
|
||||||
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
fetch('https://disqus.com/api/3.0/forums/listPosts.json?forum=!{forum}&related=thread&limit=!{theme.aside.card_newest_comments.limit}&api_key=!{apiKey}')
|
||||||
content = content.replace(/<code>.*?<\/code>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
|
||||||
content = content.substring(0,150) + '...'
|
|
||||||
}
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
|
|
||||||
const getComment = () => {
|
|
||||||
fetch('https://disqus.com/api/3.0/forums/listPosts.json?forum=!{forum}&related=thread&limit=!{theme.newest_comments.limit}&api_key=!{apiKey}')
|
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const disqusArray = data.response.map(item => {
|
const disqusArray = data.response.map(item => {
|
||||||
@@ -28,54 +19,15 @@ script.
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
saveToLocal.set('disqus-newest-comments', JSON.stringify(disqusArray), !{theme.newest_comments.storage}/(60*24))
|
btf.saveToLocal.set(keyName, JSON.stringify(disqusArray), !{theme.aside.card_newest_comments.storage}/(60*24))
|
||||||
generateHtml(disqusArray)
|
generateHtml(disqusArray, ele)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
console.error(e)
|
||||||
$dom.textContent= "!{_p('aside.card_newest_comments.error')}"
|
ele.textContent= "!{_p('aside.card_newest_comments.error')}"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const generateHtml = array => {
|
run(keyName, getComment)
|
||||||
let result = ''
|
|
||||||
|
|
||||||
if (array.length) {
|
|
||||||
for (let i = 0; i < array.length; i++) {
|
|
||||||
result += '<div class=\'aside-list-item\'>'
|
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
|
||||||
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
|
||||||
|
|
||||||
result += `<div class='content'>
|
|
||||||
<a class='comment' href='${array[i].url}' title='${array[i].content}'>${array[i].content}</a>
|
|
||||||
<div class='name'><span>${array[i].nick}</span><time> / ${btf.diffDate(array[i].date, true)}</time></div>
|
|
||||||
</div></div>`
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
result += '!{_p("aside.card_newest_comments.zero")}'
|
|
||||||
}
|
|
||||||
|
|
||||||
let $dom = document.querySelector('#card-newest-comments .aside-list')
|
|
||||||
$dom && ($dom.innerHTML= result)
|
|
||||||
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
|
||||||
window.pjax && window.pjax.refresh($dom)
|
|
||||||
}
|
|
||||||
|
|
||||||
const newestCommentInit = () => {
|
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
|
||||||
const data = saveToLocal.get('disqus-newest-comments')
|
|
||||||
if (data) {
|
|
||||||
generateHtml(JSON.parse(data))
|
|
||||||
} else {
|
|
||||||
getComment()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newestCommentInit()
|
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,11 @@
|
|||||||
|
!= partial("includes/third-party/newest-comments/common.pug", {}, { cache: true })
|
||||||
|
|
||||||
script.
|
script.
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
const changeContent = (content) => {
|
const keyName = 'github-newest-comments'
|
||||||
if (content === '') return content
|
const { changeContent, generateHtml, run } = window.newestComments
|
||||||
|
|
||||||
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
const findTrueUrl = (array, ele) => {
|
||||||
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
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
|
||||||
content = content.substring(0,150) + '...'
|
|
||||||
}
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
|
|
||||||
const findTrueUrl = (array) => {
|
|
||||||
Promise.all(array.map(item =>
|
Promise.all(array.map(item =>
|
||||||
fetch(item.url).then(resp => resp.json()).then(data => {
|
fetch(item.url).then(resp => resp.json()).then(data => {
|
||||||
let urlArray = data.body ? data.body.match(/(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?/ig) : []
|
let urlArray = data.body ? data.body.match(/(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?/ig) : []
|
||||||
@@ -35,13 +26,13 @@ script.
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
saveToLocal.set('github-newest-comments', JSON.stringify(array), !{theme.newest_comments.storage}/(60*24))
|
btf.saveToLocal.set(keyName, JSON.stringify(array), !{theme.aside.card_newest_comments.storage}/(60*24))
|
||||||
generateHtml(array)
|
generateHtml(array, ele)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const getComment = () => {
|
const getComment = ele => {
|
||||||
fetch('https://api.github.com/repos/!{userRepo}/issues/comments?sort=updated&direction=desc&per_page=!{theme.newest_comments.limit}&page=1',{
|
fetch('https://api.github.com/repos/!{userRepo}/issues/comments?sort=updated&direction=desc&per_page=!{theme.aside.card_newest_comments.limit}&page=1',{
|
||||||
"headers": {
|
"headers": {
|
||||||
Accept: 'application/vnd.github.v3.html+json'
|
Accept: 'application/vnd.github.v3.html+json'
|
||||||
}
|
}
|
||||||
@@ -54,57 +45,16 @@ script.
|
|||||||
'content': changeContent(item.body_html || item.body),
|
'content': changeContent(item.body_html || item.body),
|
||||||
'nick': item.user.login,
|
'nick': item.user.login,
|
||||||
'url': item.issue_url,
|
'url': item.issue_url,
|
||||||
'date': item.updated_at,
|
'date': item.updated_at
|
||||||
'githubUrl': item.html_url
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
findTrueUrl(githubArray)
|
findTrueUrl(githubArray, ele)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
console.error(e)
|
||||||
$dom.textContent= "!{_p('aside.card_newest_comments.error')}"
|
ele.textContent= "!{_p('aside.card_newest_comments.error')}"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
run(keyName, getComment)
|
||||||
const generateHtml = array => {
|
|
||||||
let result = ''
|
|
||||||
|
|
||||||
if (array.length) {
|
|
||||||
for (let i = 0; i < array.length; i++) {
|
|
||||||
result += '<div class=\'aside-list-item\'>'
|
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
|
||||||
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
|
||||||
|
|
||||||
result += `<div class='content'>
|
|
||||||
<a class='comment' href='${array[i].url}' title='${array[i].content}'>${array[i].content}</a>
|
|
||||||
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
|
||||||
</div></div>`
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
result += '!{_p("aside.card_newest_comments.zero")}'
|
|
||||||
}
|
|
||||||
|
|
||||||
let $dom = document.querySelector('#card-newest-comments .aside-list')
|
|
||||||
$dom && ($dom.innerHTML= result)
|
|
||||||
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
|
||||||
window.pjax && window.pjax.refresh($dom)
|
|
||||||
}
|
|
||||||
|
|
||||||
const newestCommentInit = () => {
|
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
|
||||||
const data = saveToLocal.get('github-newest-comments')
|
|
||||||
if (data) {
|
|
||||||
generateHtml(JSON.parse(data))
|
|
||||||
} else {
|
|
||||||
getComment()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newestCommentInit()
|
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,52 +2,14 @@
|
|||||||
|
|
||||||
script.
|
script.
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
const changeContent = (content) => {
|
const keyName = 'remark42-newest-comments'
|
||||||
if (content === '') return content
|
const { changeContent, generateHtml, run } = window.newestComments
|
||||||
|
|
||||||
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
const getComment = ele => {
|
||||||
content = content.replace(/<a[^>]+?href=["']?([^"']+)["']?[^>]*>([^<]+)<\/a>/gi, '[!{_p("aside.card_newest_comments.link")}]') // replace url
|
fetch('!{host}/api/v1/last/!{theme.aside.card_newest_comments.limit}?site=!{siteId}')
|
||||||
content = content.replace(/<pre><code>.*?<\/pre>/gi, '[!{_p("aside.card_newest_comments.code")}]') // replace code
|
|
||||||
content = content.replace(/<[^>]+>/g,"") // remove html tag
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
|
||||||
content = content.substring(0,150) + '...'
|
|
||||||
}
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
|
|
||||||
const generateHtml = array => {
|
|
||||||
let result = ''
|
|
||||||
|
|
||||||
if (array.length) {
|
|
||||||
for (let i = 0; i < array.length; i++) {
|
|
||||||
result += '<div class=\'aside-list-item\'>'
|
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
|
||||||
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
|
||||||
|
|
||||||
result += `<div class='content'>
|
|
||||||
<a class='comment' href='${array[i].url}' title='${array[i].content}'>${array[i].content}</a>
|
|
||||||
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
|
||||||
</div></div>`
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
result += '!{_p("aside.card_newest_comments.zero")}'
|
|
||||||
}
|
|
||||||
|
|
||||||
let $dom = document.querySelector('#card-newest-comments .aside-list')
|
|
||||||
$dom && ($dom.innerHTML= result)
|
|
||||||
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
|
||||||
window.pjax && window.pjax.refresh($dom)
|
|
||||||
}
|
|
||||||
|
|
||||||
const getComment = () => {
|
|
||||||
fetch('!{host}/api/v1/last/!{theme.newest_comments.limit}?site=!{siteId}')
|
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const remark42 = data.map(function (e) {
|
const remark42 = data.map(e => {
|
||||||
return {
|
return {
|
||||||
'avatar': e.user.picture,
|
'avatar': e.user.picture,
|
||||||
'content': changeContent(e.text),
|
'content': changeContent(e.text),
|
||||||
@@ -56,25 +18,13 @@ script.
|
|||||||
'date': e.time,
|
'date': e.time,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
saveToLocal.set('remark42-newest-comments', JSON.stringify(remark42), !{theme.newest_comments.storage}/(60*24))
|
btf.saveToLocal.set(keyName, JSON.stringify(remark42), !{theme.aside.card_newest_comments.storage}/(60*24))
|
||||||
generateHtml(remark42)
|
generateHtml(remark42, ele)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
console.error(e)
|
||||||
$dom.textContent= "!{_p('aside.card_newest_comments.error')}"
|
ele.textContent= "!{_p('aside.card_newest_comments.error')}"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const newestCommentInit = () => {
|
run(keyName, getComment)
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
|
||||||
const data = saveToLocal.get('remark42-newest-comments')
|
|
||||||
if (data) {
|
|
||||||
generateHtml(JSON.parse(data))
|
|
||||||
} else {
|
|
||||||
getComment()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newestCommentInit()
|
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,27 +1,18 @@
|
|||||||
|
!= partial("includes/third-party/newest-comments/common.pug", {}, { cache: true })
|
||||||
|
|
||||||
script.
|
script.
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
const changeContent = (content) => {
|
const keyName = 'twikoo-newest-comments'
|
||||||
if (content === '') return content
|
const { changeContent, generateHtml, run } = window.newestComments
|
||||||
|
|
||||||
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
const getComment = ele => {
|
||||||
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
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
|
||||||
content = content.substring(0,150) + '...'
|
|
||||||
}
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
|
|
||||||
const getComment = () => {
|
|
||||||
const runTwikoo = () => {
|
const runTwikoo = () => {
|
||||||
twikoo.getRecentComments({
|
twikoo.getRecentComments({
|
||||||
envId: '!{theme.twikoo.envId}',
|
envId: '!{theme.twikoo.envId}',
|
||||||
region: '!{theme.twikoo.region}',
|
region: '!{theme.twikoo.region}',
|
||||||
pageSize: !{theme.newest_comments.limit},
|
pageSize: !{theme.aside.card_newest_comments.limit},
|
||||||
includeReply: true
|
includeReply: true
|
||||||
}).then(function (res) {
|
}).then(res => {
|
||||||
const twikooArray = res.map(e => {
|
const twikooArray = res.map(e => {
|
||||||
return {
|
return {
|
||||||
'content': changeContent(e.comment),
|
'content': changeContent(e.comment),
|
||||||
@@ -32,61 +23,22 @@ script.
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
saveToLocal.set('twikoo-newest-comments', JSON.stringify(twikooArray), !{theme.newest_comments.storage}/(60*24))
|
btf.saveToLocal.set(keyName, JSON.stringify(twikooArray), !{theme.aside.card_newest_comments.storage}/(60*24))
|
||||||
generateHtml(twikooArray)
|
generateHtml(twikooArray, ele)
|
||||||
}).catch(function (err) {
|
}).catch(err => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
console.error(err)
|
||||||
$dom.textContent= "!{_p('aside.card_newest_comments.error')}"
|
ele.textContent= "!{_p('aside.card_newest_comments.error')}"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof twikoo === 'object') {
|
if (typeof twikoo === 'object') {
|
||||||
runTwikoo()
|
runTwikoo()
|
||||||
} else {
|
} else {
|
||||||
getScript('!{url_for(theme.asset.twikoo)}').then(runTwikoo)
|
btf.getScript('!{url_for(theme.asset.twikoo)}').then(runTwikoo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const generateHtml = array => {
|
run(keyName, getComment)
|
||||||
let result = ''
|
|
||||||
|
|
||||||
if (array.length) {
|
|
||||||
for (let i = 0; i < array.length; i++) {
|
|
||||||
result += '<div class=\'aside-list-item\'>'
|
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
|
||||||
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
|
||||||
|
|
||||||
result += `<div class='content'>
|
|
||||||
<a class='comment' href='${array[i].url}' title='${array[i].content}'>${array[i].content}</a>
|
|
||||||
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
|
||||||
</div></div>`
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
result += '!{_p("aside.card_newest_comments.zero")}'
|
|
||||||
}
|
|
||||||
|
|
||||||
let $dom = document.querySelector('#card-newest-comments .aside-list')
|
|
||||||
$dom && ($dom.innerHTML= result)
|
|
||||||
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
|
||||||
window.pjax && window.pjax.refresh($dom)
|
|
||||||
}
|
|
||||||
|
|
||||||
const newestCommentInit = () => {
|
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
|
||||||
const data = saveToLocal.get('twikoo-newest-comments')
|
|
||||||
if (data) {
|
|
||||||
generateHtml(JSON.parse(data))
|
|
||||||
} else {
|
|
||||||
getComment()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newestCommentInit()
|
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,12 @@
|
|||||||
- let default_avatar = theme.valine.avatar
|
- let default_avatar = theme.valine.avatar
|
||||||
|
|
||||||
script(src=url_for(theme.asset.blueimp_md5))
|
script(src=url_for(theme.asset.blueimp_md5))
|
||||||
|
!= partial("includes/third-party/newest-comments/common.pug", {}, { cache: true })
|
||||||
|
|
||||||
script.
|
script.
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
const changeContent = (content) => {
|
const keyName = 'valine-newest-comments'
|
||||||
if (content === '') return content
|
const { changeContent, generateHtml, run } = window.newestComments
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
|
||||||
content = content.substring(0,150) + '...'
|
|
||||||
}
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
|
|
||||||
const getIcon = (icon, mail) => {
|
const getIcon = (icon, mail) => {
|
||||||
if (icon) return icon
|
if (icon) return icon
|
||||||
@@ -24,34 +15,7 @@ script.
|
|||||||
return iconUrl
|
return iconUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
const generateHtml = array => {
|
const getComment = ele => {
|
||||||
let result = ''
|
|
||||||
|
|
||||||
if (array.length) {
|
|
||||||
for (let i = 0; i < array.length; i++) {
|
|
||||||
result += '<div class=\'aside-list-item\'>'
|
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
|
||||||
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
|
||||||
|
|
||||||
result += `<div class='content'>
|
|
||||||
<a class='comment' href='${array[i].url}' title='${array[i].content}'>${array[i].content}</a>
|
|
||||||
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
|
||||||
</div></div>`
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
result += '!{_p("aside.card_newest_comments.zero")}'
|
|
||||||
}
|
|
||||||
|
|
||||||
let $dom = document.querySelector('#card-newest-comments .aside-list')
|
|
||||||
$dom && ($dom.innerHTML= result)
|
|
||||||
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
|
||||||
window.pjax && window.pjax.refresh($dom)
|
|
||||||
}
|
|
||||||
|
|
||||||
const getComment = () => {
|
|
||||||
const serverURL = '!{theme.valine.serverURLs || `https://${theme.valine.appId.substring(0,8)}.api.lncldglobal.com` }'
|
const serverURL = '!{theme.valine.serverURLs || `https://${theme.valine.appId.substring(0,8)}.api.lncldglobal.com` }'
|
||||||
|
|
||||||
var settings = {
|
var settings = {
|
||||||
@@ -63,10 +27,10 @@ script.
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch(`${serverURL}/1.1/classes/Comment?limit=!{theme.newest_comments.limit}&order=-createdAt`,settings)
|
fetch(`${serverURL}/1.1/classes/Comment?limit=!{theme.aside.card_newest_comments.limit}&order=-createdAt`,settings)
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const valineArray = data.results.map(function (e) {
|
const valineArray = data.results.map(e => {
|
||||||
return {
|
return {
|
||||||
'avatar': getIcon(e.QQAvatar, e.mail),
|
'avatar': getIcon(e.QQAvatar, e.mail),
|
||||||
'content': changeContent(e.comment),
|
'content': changeContent(e.comment),
|
||||||
@@ -75,25 +39,13 @@ script.
|
|||||||
'date': e.updatedAt,
|
'date': e.updatedAt,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
saveToLocal.set('valine-newest-comments', JSON.stringify(valineArray), !{theme.newest_comments.storage}/(60*24))
|
btf.saveToLocal.set(keyName, JSON.stringify(valineArray), !{theme.aside.card_newest_comments.storage}/(60*24))
|
||||||
generateHtml(valineArray)
|
generateHtml(valineArray, ele)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
console.error(e)
|
||||||
$dom.textContent= "!{_p('aside.card_newest_comments.error')}"
|
ele.textContent= "!{_p('aside.card_newest_comments.error')}"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const newestCommentInit = () => {
|
run(keyName, getComment)
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
|
||||||
const data = saveToLocal.get('valine-newest-comments')
|
|
||||||
if (data) {
|
|
||||||
generateHtml(JSON.parse(data))
|
|
||||||
} else {
|
|
||||||
getComment()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newestCommentInit()
|
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,51 +1,15 @@
|
|||||||
- const serverURL = theme.waline.serverURL.replace(/\/$/, '')
|
- const serverURL = theme.waline.serverURL.replace(/\/$/, '')
|
||||||
|
|
||||||
|
!= partial("includes/third-party/newest-comments/common.pug", {}, { cache: true })
|
||||||
|
|
||||||
script.
|
script.
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
const changeContent = content => {
|
const keyName = 'waline-newest-comments'
|
||||||
if (content === '') return content
|
const { changeContent, generateHtml, run } = window.newestComments
|
||||||
|
|
||||||
content = content.replace(/<img.*?src="(.*?)"?[^\>]+>/ig, '[!{_p("aside.card_newest_comments.image")}]') // replace image link
|
const getComment = async (ele) => {
|
||||||
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
|
|
||||||
|
|
||||||
if (content.length > 150) {
|
|
||||||
content = content.substring(0,150) + '...'
|
|
||||||
}
|
|
||||||
return content
|
|
||||||
}
|
|
||||||
|
|
||||||
const generateHtml = array => {
|
|
||||||
let result = ''
|
|
||||||
|
|
||||||
if (array.length) {
|
|
||||||
for (let i = 0; i < array.length; i++) {
|
|
||||||
result += '<div class=\'aside-list-item\'>'
|
|
||||||
|
|
||||||
if (!{theme.newest_comments.avatar}) {
|
|
||||||
const name = '!{theme.lazyload.enable ? "data-lazy-src" : "src"}'
|
|
||||||
result += `<a href='${array[i].url}' class='thumbnail'><img ${name}='${array[i].avatar}' alt='${array[i].nick}'></a>`
|
|
||||||
}
|
|
||||||
|
|
||||||
result += `<div class='content'>
|
|
||||||
<a class='comment' href='${array[i].url}' title='${array[i].content}'>${array[i].content}</a>
|
|
||||||
<div class='name'><span>${array[i].nick} / </span><time datetime="${array[i].date}">${btf.diffDate(array[i].date, true)}</time></div>
|
|
||||||
</div></div>`
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
result += '!{_p("aside.card_newest_comments.zero")}'
|
|
||||||
}
|
|
||||||
|
|
||||||
let $dom = document.querySelector('#card-newest-comments .aside-list')
|
|
||||||
$dom && ($dom.innerHTML= result)
|
|
||||||
window.lazyLoadInstance && window.lazyLoadInstance.update()
|
|
||||||
window.pjax && window.pjax.refresh($dom)
|
|
||||||
}
|
|
||||||
|
|
||||||
const getComment = async () => {
|
|
||||||
try {
|
try {
|
||||||
const res = await fetch('!{serverURL}/api/comment?type=recent&count=!{theme.newest_comments.limit}', { method: 'GET' })
|
const res = await fetch('!{serverURL}/api/comment?type=recent&count=!{theme.aside.card_newest_comments.limit}', { method: 'GET' })
|
||||||
const result = await res.json()
|
const result = await res.json()
|
||||||
const walineArray = result.data.map(e => {
|
const walineArray = result.data.map(e => {
|
||||||
return {
|
return {
|
||||||
@@ -56,26 +20,13 @@ script.
|
|||||||
'date': e.time || e.insertedAt
|
'date': e.time || e.insertedAt
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
saveToLocal.set('waline-newest-comments', JSON.stringify(walineArray), !{theme.newest_comments.storage}/(60*24))
|
btf.saveToLocal.set(keyName, JSON.stringify(walineArray), !{theme.aside.card_newest_comments.storage}/(60*24))
|
||||||
generateHtml(walineArray)
|
generateHtml(walineArray, ele)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err)
|
console.error(err)
|
||||||
const $dom = document.querySelector('#card-newest-comments .aside-list')
|
ele.textContent= "!{_p('aside.card_newest_comments.error')}"
|
||||||
$dom.textContent= "!{_p('aside.card_newest_comments.error')}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const newestCommentInit = () => {
|
run(keyName, getComment)
|
||||||
if (document.querySelector('#card-newest-comments .aside-list')) {
|
|
||||||
const data = saveToLocal.get('waline-newest-comments')
|
|
||||||
if (data) {
|
|
||||||
generateHtml(JSON.parse(data))
|
|
||||||
} else {
|
|
||||||
getComment()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newestCommentInit()
|
|
||||||
document.addEventListener('pjax:complete', newestCommentInit)
|
|
||||||
})
|
})
|
||||||
|
|||||||
33
layout/includes/third-party/pangu.pug
vendored
33
layout/includes/third-party/pangu.pug
vendored
@@ -1,20 +1,23 @@
|
|||||||
script.
|
script.
|
||||||
function panguFn () {
|
(() => {
|
||||||
if (typeof pangu === 'object') pangu.autoSpacingPage()
|
const panguFn = () => {
|
||||||
else {
|
if (typeof pangu === 'object') pangu.autoSpacingPage()
|
||||||
getScript('!{url_for(theme.asset.pangu)}')
|
else {
|
||||||
.then(() => {
|
btf.getScript('!{url_for(theme.asset.pangu)}')
|
||||||
pangu.autoSpacingPage()
|
.then(() => {
|
||||||
})
|
pangu.autoSpacingPage()
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
function panguInit () {
|
const panguInit = () => {
|
||||||
if (!{theme.pangu.field === 'post'}){
|
if (!{theme.pangu.field === 'post'}){
|
||||||
GLOBAL_CONFIG_SITE.isPost && panguFn()
|
GLOBAL_CONFIG_SITE.isPost && panguFn()
|
||||||
} else {
|
} else {
|
||||||
panguFn()
|
panguFn()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', panguInit)
|
btf.addGlobalFn('pjaxComplete', panguInit, 'pangu')
|
||||||
|
document.addEventListener('DOMContentLoaded', panguInit)
|
||||||
|
})()
|
||||||
|
|||||||
110
layout/includes/third-party/pjax.pug
vendored
110
layout/includes/third-party/pjax.pug
vendored
@@ -1,9 +1,9 @@
|
|||||||
- var pjaxExclude = 'a:not([target="_blank"])'
|
- var pjaxExclude = 'a:not([target="_blank"])'
|
||||||
if theme.pjax.exclude
|
if theme.pjax.exclude
|
||||||
each val in theme.pjax.exclude
|
each val in theme.pjax.exclude
|
||||||
- pjaxExclude = pjaxExclude + `:not([href="${val}"])`
|
- pjaxExclude += `:not([href="${val}"])`
|
||||||
|
|
||||||
- let pjaxSelectors = ['head > title','#config-diff','#body-wrap','#rightside-config-hide','#rightside-config-show','.js-pjax']
|
- let pjaxSelectors = ['head > title', '#config-diff', '#body-wrap', '#rightside-config-hide', '#rightside-config-show', '.js-pjax']
|
||||||
|
|
||||||
- let choose = theme.comments.use
|
- let choose = theme.comments.use
|
||||||
if choose
|
if choose
|
||||||
@@ -14,70 +14,50 @@ if choose
|
|||||||
|
|
||||||
script(src=url_for(theme.asset.pjax))
|
script(src=url_for(theme.asset.pjax))
|
||||||
script.
|
script.
|
||||||
let pjaxSelectors = !{JSON.stringify(pjaxSelectors)}
|
(() => {
|
||||||
|
const pjaxSelectors = !{JSON.stringify(pjaxSelectors)}
|
||||||
|
|
||||||
var pjax = new Pjax({
|
window.pjax = new Pjax({
|
||||||
elements: '!{pjaxExclude}',
|
elements: '!{pjaxExclude}',
|
||||||
selectors: pjaxSelectors,
|
selectors: pjaxSelectors,
|
||||||
cacheBust: false,
|
cacheBust: false,
|
||||||
analytics: !{theme.google_analytics ? true : false},
|
analytics: !{theme.google_analytics ? true : false},
|
||||||
scrollRestoration: false
|
scrollRestoration: false
|
||||||
})
|
|
||||||
|
|
||||||
document.addEventListener('pjax:send', function () {
|
|
||||||
|
|
||||||
// removeEventListener
|
|
||||||
btf.removeGlobalFnEvent('pjax')
|
|
||||||
btf.removeGlobalFnEvent('themeChange')
|
|
||||||
|
|
||||||
document.getElementById('rightside').classList.remove('rightside-show')
|
|
||||||
|
|
||||||
if (window.aplayers) {
|
|
||||||
for (let i = 0; i < window.aplayers.length; i++) {
|
|
||||||
if (!window.aplayers[i].options.fixed) {
|
|
||||||
window.aplayers[i].destroy()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
typeof typed === 'object' && typed.destroy()
|
|
||||||
|
|
||||||
//reset readmode
|
|
||||||
const $bodyClassList = document.body.classList
|
|
||||||
$bodyClassList.contains('read-mode') && $bodyClassList.remove('read-mode')
|
|
||||||
|
|
||||||
typeof disqusjs === 'object' && disqusjs.destroy()
|
|
||||||
})
|
|
||||||
|
|
||||||
document.addEventListener('pjax:complete', function () {
|
|
||||||
window.refreshFn()
|
|
||||||
|
|
||||||
document.querySelectorAll('script[data-pjax]').forEach(item => {
|
|
||||||
const newScript = document.createElement('script')
|
|
||||||
const content = item.text || item.textContent || item.innerHTML || ""
|
|
||||||
Array.from(item.attributes).forEach(attr => newScript.setAttribute(attr.name, attr.value))
|
|
||||||
newScript.appendChild(document.createTextNode(content))
|
|
||||||
item.parentNode.replaceChild(newScript, item)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
GLOBAL_CONFIG.islazyload && window.lazyLoadInstance.update()
|
const triggerPjaxFn = (val) => {
|
||||||
|
if (!val) return
|
||||||
typeof panguInit === 'function' && panguInit()
|
Object.values(val).forEach(fn => fn())
|
||||||
|
|
||||||
// google analytics
|
|
||||||
typeof gtag === 'function' && gtag('config', '!{theme.google_analytics}', {'page_path': window.location.pathname});
|
|
||||||
|
|
||||||
// baidu analytics
|
|
||||||
typeof _hmt === 'object' && _hmt.push(['_trackPageview',window.location.pathname]);
|
|
||||||
|
|
||||||
typeof loadMeting === 'function' && document.getElementsByClassName('aplayer').length && loadMeting()
|
|
||||||
|
|
||||||
// prismjs
|
|
||||||
typeof Prism === 'object' && Prism.highlightAll()
|
|
||||||
})
|
|
||||||
|
|
||||||
document.addEventListener('pjax:error', e => {
|
|
||||||
if (e.request.status === 404) {
|
|
||||||
pjax.loadUrl('!{url_for("/404.html")}')
|
|
||||||
}
|
}
|
||||||
})
|
|
||||||
|
document.addEventListener('pjax:send', () => {
|
||||||
|
// removeEventListener
|
||||||
|
btf.removeGlobalFnEvent('pjaxSendOnce')
|
||||||
|
btf.removeGlobalFnEvent('themeChange')
|
||||||
|
|
||||||
|
// reset readmode
|
||||||
|
const $bodyClassList = document.body.classList
|
||||||
|
if ($bodyClassList.contains('read-mode')) $bodyClassList.remove('read-mode')
|
||||||
|
|
||||||
|
triggerPjaxFn(window.globalFn.pjaxSend)
|
||||||
|
})
|
||||||
|
|
||||||
|
document.addEventListener('pjax:complete', () => {
|
||||||
|
btf.removeGlobalFnEvent('pjaxCompleteOnce')
|
||||||
|
document.querySelectorAll('script[data-pjax]').forEach(item => {
|
||||||
|
const newScript = document.createElement('script')
|
||||||
|
const content = item.text || item.textContent || item.innerHTML || ""
|
||||||
|
Array.from(item.attributes).forEach(attr => newScript.setAttribute(attr.name, attr.value))
|
||||||
|
newScript.appendChild(document.createTextNode(content))
|
||||||
|
item.parentNode.replaceChild(newScript, item)
|
||||||
|
})
|
||||||
|
|
||||||
|
triggerPjaxFn(window.globalFn.pjaxComplete)
|
||||||
|
})
|
||||||
|
|
||||||
|
document.addEventListener('pjax:error', e => {
|
||||||
|
if (e.request.status === 404) {
|
||||||
|
pjax.loadUrl('!{url_for("/404.html")}')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})()
|
||||||
28
layout/includes/third-party/prismjs.pug
vendored
28
layout/includes/third-party/prismjs.pug
vendored
@@ -1,5 +1,23 @@
|
|||||||
if config.prismjs && config.prismjs.enable && !config.prismjs.preprocess
|
- const { prismjs_js, prismjs_autoloader, prismjs_lineNumber_js } = theme.asset
|
||||||
script(src=url_for(theme.asset.prismjs_js))
|
- const { prismjs, syntax_highlighter } = config
|
||||||
script(src=url_for(theme.asset.prismjs_autoloader))
|
- const { enable, preprocess, line_number } = prismjs
|
||||||
if config.prismjs.line_number
|
|
||||||
script(src=url_for(theme.asset.prismjs_lineNumber_js))
|
if (syntax_highlighter === 'prismjs' || enable) && !preprocess
|
||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
window.Prism = window.Prism || {}
|
||||||
|
window.Prism.manual = true
|
||||||
|
|
||||||
|
const highlightAll = () => {
|
||||||
|
window.Prism.highlightAll()
|
||||||
|
}
|
||||||
|
|
||||||
|
window.addEventListener('load', highlightAll)
|
||||||
|
btf.addGlobalFn('pjaxComplete', highlightAll, 'prismjs')
|
||||||
|
btf.addGlobalFn('encrypt', highlightAll, 'prismjs')
|
||||||
|
})()
|
||||||
|
|
||||||
|
script(src=url_for(prismjs_js))
|
||||||
|
script(src=url_for(prismjs_autoloader))
|
||||||
|
if (line_number)
|
||||||
|
script(src=url_for(prismjs_lineNumber_js))
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
- const { appId, apiKey, indexName, option } = theme.docsearch
|
- const { placeholder, docsearch: { appId, apiKey, indexName, option } } = theme.search
|
||||||
|
|
||||||
.docsearch-wrap
|
.docsearch-wrap
|
||||||
#docsearch(style="display:none")
|
#docsearch(style="display:none")
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
apiKey: '!{apiKey}',
|
apiKey: '!{apiKey}',
|
||||||
indexName: '!{indexName}',
|
indexName: '!{indexName}',
|
||||||
container: '#docsearch',
|
container: '#docsearch',
|
||||||
|
placeholder: '!{ placeholder || _p("search.input_placeholder")}',
|
||||||
}, !{JSON.stringify(option)}))
|
}, !{JSON.stringify(option)}))
|
||||||
|
|
||||||
const handleClick = () => {
|
const handleClick = () => {
|
||||||
|
|||||||
13
layout/includes/third-party/search/index.pug
vendored
13
layout/includes/third-party/search/index.pug
vendored
@@ -1,6 +1,7 @@
|
|||||||
if theme.algolia_search.enable
|
case theme.search.use
|
||||||
include ./algolia.pug
|
when 'algolia_search'
|
||||||
else if theme.local_search.enable
|
include ./algolia.pug
|
||||||
include ./local-search.pug
|
when 'local_search'
|
||||||
else if theme.docsearch.enable
|
include ./local-search.pug
|
||||||
include ./docsearch.pug
|
when 'docsearch'
|
||||||
|
include ./docsearch.pug
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
.search-wrap
|
.search-wrap
|
||||||
#local-search-input
|
#local-search-input
|
||||||
.local-search-box
|
.local-search-box
|
||||||
input(placeholder=_p("search.local_search.input_placeholder") type="text").local-search-box--input
|
input(placeholder=theme.search.placeholder || _p("search.input_placeholder") type="text").local-search-box--input
|
||||||
hr
|
hr
|
||||||
#local-search-results
|
#local-search-results
|
||||||
#local-search-stats-wrap
|
#local-search-stats-wrap
|
||||||
|
|||||||
14
layout/includes/third-party/share/index.pug
vendored
14
layout/includes/third-party/share/index.pug
vendored
@@ -1,5 +1,9 @@
|
|||||||
.post_share
|
- const { use } = theme.share
|
||||||
if theme.sharejs.enable
|
|
||||||
include ./share-js.pug
|
if use
|
||||||
else if theme.addtoany.enable
|
.post-share
|
||||||
!=partial('includes/third-party/share/addtoany', {}, {cache: true})
|
case use
|
||||||
|
when 'addtoany'
|
||||||
|
!=partial('includes/third-party/share/addtoany', {}, {cache: true})
|
||||||
|
when 'sharejs'
|
||||||
|
include ./share-js.pug
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
- const coverVal = page.cover_type === 'img' ? page.cover : theme.avatar.img
|
- const coverVal = page.cover_type === 'img' ? page.cover : theme.avatar.img
|
||||||
.social-share(data-image=url_for(coverVal) data-sites= theme.sharejs.sites)
|
.social-share(data-image=url_for(coverVal) data-sites= theme.share.sharejs.sites)
|
||||||
link(rel='stylesheet' href=url_for(theme.asset.sharejs_css) media="print" onload="this.media='all'")
|
link(rel='stylesheet' href=url_for(theme.asset.sharejs_css) media="print" onload="this.media='all'")
|
||||||
script(src=url_for(theme.asset.sharejs) defer)
|
script(src=url_for(theme.asset.sharejs) defer)
|
||||||
11
layout/includes/third-party/subtitle.pug
vendored
11
layout/includes/third-party/subtitle.pug
vendored
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
script.
|
script.
|
||||||
window.typedJSFn = {
|
window.typedJSFn = {
|
||||||
init: (str) => {
|
init: str => {
|
||||||
window.typed = new Typed('#subtitle', Object.assign({
|
window.typed = new Typed('#subtitle', Object.assign({
|
||||||
strings: str,
|
strings: str,
|
||||||
startDelay: 300,
|
startDelay: 300,
|
||||||
@@ -12,18 +12,19 @@ script.
|
|||||||
backSpeed: 50,
|
backSpeed: 50,
|
||||||
}, !{JSON.stringify(typed_option)}))
|
}, !{JSON.stringify(typed_option)}))
|
||||||
},
|
},
|
||||||
run: (subtitleType) => {
|
run: subtitleType => {
|
||||||
if (!{effect}) {
|
if (!{effect}) {
|
||||||
if (typeof Typed === 'function') {
|
if (typeof Typed === 'function') {
|
||||||
subtitleType()
|
subtitleType()
|
||||||
} else {
|
} else {
|
||||||
getScript('!{url_for(theme.asset.typed)}').then(subtitleType)
|
btf.getScript('!{url_for(theme.asset.typed)}').then(subtitleType)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
subtitleType()
|
subtitleType()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
btf.addGlobalFn('pjaxSendOnce', () => { typed.destroy() }, 'typedDestroy')
|
||||||
|
|
||||||
case source
|
case source
|
||||||
when 1
|
when 1
|
||||||
@@ -47,7 +48,7 @@ case source
|
|||||||
when 2
|
when 2
|
||||||
script.
|
script.
|
||||||
function subtitleType () {
|
function subtitleType () {
|
||||||
getScript('https://yijuzhan.com/api/word.php?m=js').then(() => {
|
btf.getScript('https://yijuzhan.com/api/word.php?m=js').then(() => {
|
||||||
const con = str[0]
|
const con = str[0]
|
||||||
if (!{effect}) {
|
if (!{effect}) {
|
||||||
const from = '出自 ' + str[1]
|
const from = '出自 ' + str[1]
|
||||||
@@ -64,7 +65,7 @@ case source
|
|||||||
when 3
|
when 3
|
||||||
script.
|
script.
|
||||||
function subtitleType () {
|
function subtitleType () {
|
||||||
getScript('https://sdk.jinrishici.com/v2/browser/jinrishici.js').then(() => {
|
btf.getScript('https://sdk.jinrishici.com/v2/browser/jinrishici.js').then(() => {
|
||||||
jinrishici.load(result =>{
|
jinrishici.load(result =>{
|
||||||
if (!{effect}) {
|
if (!{effect}) {
|
||||||
const sub = !{JSON.stringify(subContent)}
|
const sub = !{JSON.stringify(subContent)}
|
||||||
|
|||||||
65
layout/includes/third-party/umami_analytics.pug
vendored
Normal file
65
layout/includes/third-party/umami_analytics.pug
vendored
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
- let { serverURL, website_id, option, UV_PV } = theme.umami_analytics
|
||||||
|
- const isServerURL = !!serverURL
|
||||||
|
- const baseURL = serverURL ? serverURL.replace(/\/$/, '') : 'https://cloud.umami.is'
|
||||||
|
- const apiUrl = serverURL ? serverURL.replace(/\/$/, '') + '/api' : 'https://api.umami.is/v1'
|
||||||
|
|
||||||
|
script.
|
||||||
|
(() => {
|
||||||
|
const option = !{JSON.stringify(option)}
|
||||||
|
const config = !{JSON.stringify(UV_PV)}
|
||||||
|
|
||||||
|
const runTrack = () => {
|
||||||
|
umami.track(props => ({ ...props, url: window.location.pathname, title: GLOBAL_CONFIG_SITE.title }))
|
||||||
|
}
|
||||||
|
|
||||||
|
const loadUmamiJS = () => {
|
||||||
|
btf.getScript('!{baseURL}/script.js', {
|
||||||
|
'data-website-id': '!{website_id}',
|
||||||
|
'data-auto-track': 'false',
|
||||||
|
...option
|
||||||
|
}).then(runTrack)
|
||||||
|
}
|
||||||
|
|
||||||
|
const getData = async (isPost) => {
|
||||||
|
const now = Date.now()
|
||||||
|
const keyUrl = isPost ? `&url=${window.location.pathname}` : ''
|
||||||
|
const headerList = { 'Accept': 'application/json' }
|
||||||
|
if (!{isServerURL}) headerList['Authorization'] = `Bearer ${config.token}`
|
||||||
|
else headerList['x-umami-api-key'] = config.token
|
||||||
|
const res = await fetch(`!{apiUrl}/websites/!{website_id}/stats?startAt=0000000000&endAt=${now}${keyUrl}`, {
|
||||||
|
method: "GET",
|
||||||
|
headers: headerList
|
||||||
|
})
|
||||||
|
return await res.json()
|
||||||
|
}
|
||||||
|
|
||||||
|
const insertData = async () => {
|
||||||
|
try {
|
||||||
|
if (GLOBAL_CONFIG_SITE.isPost && config.page_pv) {
|
||||||
|
const pagePV = document.getElementById('umamiPV')
|
||||||
|
if (pagePV) {
|
||||||
|
const data = await getData(true)
|
||||||
|
pagePV.textContent = data.pageviews.value
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
const data = (config.site_uv || config.site_pv) && await getData()
|
||||||
|
if (config.site_uv) {
|
||||||
|
const siteUV = document.getElementById('umami-site-uv')
|
||||||
|
if (siteUV) siteUV.textContent = data.visitors.value
|
||||||
|
}
|
||||||
|
if (config.site_pv) {
|
||||||
|
const sitePV = document.getElementById('umami-site-pv')
|
||||||
|
if (sitePV) sitePV.textContent = data.pageviews.value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
console.error('Failed to load Umami Analytics:', e)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
btf.addGlobalFn('pjaxComplete', runTrack, 'umami_analytics_run_track')
|
||||||
|
btf.addGlobalFn('pjaxComplete', insertData, 'umami_analytics_insert')
|
||||||
|
|
||||||
|
loadUmamiJS()
|
||||||
|
insertData()
|
||||||
|
})()
|
||||||
@@ -1,12 +1,11 @@
|
|||||||
if theme.aside.card_author.enable
|
if theme.aside.card_author.enable
|
||||||
.card-widget.card-info
|
.card-widget.card-info.is-center
|
||||||
.is-center
|
.avatar-img
|
||||||
.avatar-img
|
img(src=url_for(theme.avatar.img) onerror=`this.onerror=null;this.src='` + url_for(theme.error_img.flink) + `'` alt="avatar")
|
||||||
img(src=url_for(theme.avatar.img) onerror=`this.onerror=null;this.src='` + url_for(theme.error_img.flink) + `'` alt="avatar")
|
.author-info-name= config.author
|
||||||
.author-info__name= config.author
|
.author-info-description!= theme.aside.card_author.description || config.description
|
||||||
.author-info__description!= theme.aside.card_author.description || config.description
|
|
||||||
|
|
||||||
.card-info-data.site-data.is-center
|
.site-data
|
||||||
a(href=url_for(config.archive_dir) + '/')
|
a(href=url_for(config.archive_dir) + '/')
|
||||||
.headline= _p('aside.articles')
|
.headline= _p('aside.articles')
|
||||||
.length-num= site.posts.length
|
.length-num= site.posts.length
|
||||||
@@ -23,5 +22,5 @@ if theme.aside.card_author.enable
|
|||||||
span=theme.aside.card_author.button.text
|
span=theme.aside.card_author.button.text
|
||||||
|
|
||||||
if(theme.social)
|
if(theme.social)
|
||||||
.card-info-social-icons.is-center
|
.card-info-social-icons
|
||||||
!=partial('includes/header/social', {}, {cache: true})
|
!=partial('includes/header/social', {}, {cache: true})
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
if theme.newest_comments.enable && theme.comments.use && !['Livere','Facebook Comments','Giscus'].includes(theme.comments.use[0])
|
if theme.aside.card_newest_comments.enable && theme.comments.use && !['Livere','Facebook Comments','Giscus'].includes(theme.comments.use[0])
|
||||||
.card-widget#card-newest-comments
|
.card-widget#card-newest-comments
|
||||||
.item-headline
|
.item-headline
|
||||||
i.fas.fa-comment-dots
|
i.fas.fa-comment-dots
|
||||||
|
|||||||
@@ -8,21 +8,31 @@ if theme.aside.card_webinfo.enable
|
|||||||
.webinfo-item
|
.webinfo-item
|
||||||
.item-name= _p('aside.card_webinfo.article_name') + " :"
|
.item-name= _p('aside.card_webinfo.article_name') + " :"
|
||||||
.item-count= site.posts.length
|
.item-count= site.posts.length
|
||||||
if theme.runtimeshow.enable
|
if theme.aside.card_webinfo.runtime_date
|
||||||
.webinfo-item
|
.webinfo-item
|
||||||
.item-name= _p('aside.card_webinfo.runtime.name') + " :"
|
.item-name= _p('aside.card_webinfo.runtime.name') + " :"
|
||||||
.item-count#runtimeshow(data-publishDate=date_xml(theme.runtimeshow.publish_date))
|
.item-count#runtimeshow(data-publishDate=date_xml(theme.aside.card_webinfo.runtime_date))
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
if theme.wordcount.enable && theme.wordcount.total_wordcount
|
if theme.wordcount.enable && theme.wordcount.total_wordcount
|
||||||
.webinfo-item
|
.webinfo-item
|
||||||
.item-name=_p('aside.card_webinfo.site_wordcount') + " :"
|
.item-name=_p('aside.card_webinfo.site_wordcount') + " :"
|
||||||
.item-count=totalcount(site)
|
.item-count=totalcount(site)
|
||||||
if theme.busuanzi.site_uv
|
if theme.umami_analytics.enable && theme.umami_analytics.UV_PV.site_uv
|
||||||
|
.webinfo-item
|
||||||
|
.item-name= _p('aside.card_webinfo.site_uv_name') + " :"
|
||||||
|
.item-count#umami-site-uv
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
else if theme.busuanzi.site_uv
|
||||||
.webinfo-item
|
.webinfo-item
|
||||||
.item-name= _p('aside.card_webinfo.site_uv_name') + " :"
|
.item-name= _p('aside.card_webinfo.site_uv_name') + " :"
|
||||||
.item-count#busuanzi_value_site_uv
|
.item-count#busuanzi_value_site_uv
|
||||||
i.fa-solid.fa-spinner.fa-spin
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
if theme.busuanzi.site_pv
|
if theme.umami_analytics.enable && theme.umami_analytics.UV_PV.site_pv
|
||||||
|
.webinfo-item
|
||||||
|
.item-name= _p('aside.card_webinfo.site_pv_name') + " :"
|
||||||
|
.item-count#umami-site-pv
|
||||||
|
i.fa-solid.fa-spinner.fa-spin
|
||||||
|
else if theme.busuanzi.site_pv
|
||||||
.webinfo-item
|
.webinfo-item
|
||||||
.item-name= _p('aside.card_webinfo.site_pv_name') + " :"
|
.item-name= _p('aside.card_webinfo.site_pv_name') + " :"
|
||||||
.item-count#busuanzi_value_site_pv
|
.item-count#busuanzi_value_site_pv
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
extends includes/layout.pug
|
extends includes/layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
include ./includes/mixins/post-ui.pug
|
include ./includes/mixins/indexPostUI.pug
|
||||||
#recent-posts.recent-posts
|
+indexPostUI
|
||||||
+postUI
|
|
||||||
include includes/pagination.pug
|
|
||||||
@@ -1,20 +1,32 @@
|
|||||||
extends includes/layout.pug
|
extends includes/layout.pug
|
||||||
|
|
||||||
block content
|
block content
|
||||||
#page
|
- const noCardLayout = ['shuoshuo', '404'].includes(page.type) ? 'nc' : ''
|
||||||
if top_img === false
|
- var commentsJsLoad = false
|
||||||
h1.page-title= page.title
|
|
||||||
|
mixin commentLoad
|
||||||
|
if page.comments !== false && theme.comments.use
|
||||||
|
- commentsJsLoad = true
|
||||||
|
!=partial('includes/third-party/comments/index', {}, {cache: true})
|
||||||
|
|
||||||
|
#page(class=noCardLayout)
|
||||||
|
if top_img === false && page.title
|
||||||
|
.page-title= page.title
|
||||||
|
|
||||||
case page.type
|
case page.type
|
||||||
when 'tags'
|
when 'tags'
|
||||||
include includes/page/tags.pug
|
include includes/page/tags.pug
|
||||||
|
+commentLoad
|
||||||
when 'link'
|
when 'link'
|
||||||
include includes/page/flink.pug
|
include includes/page/flink.pug
|
||||||
|
+commentLoad
|
||||||
when 'categories'
|
when 'categories'
|
||||||
include includes/page/categories.pug
|
include includes/page/categories.pug
|
||||||
|
+commentLoad
|
||||||
|
when '404'
|
||||||
|
include includes/page/404.pug
|
||||||
|
when 'shuoshuo'
|
||||||
|
include includes/page/shuoshuo.pug
|
||||||
default
|
default
|
||||||
include includes/page/default-page.pug
|
include includes/page/default-page.pug
|
||||||
|
+commentLoad
|
||||||
if page.comments !== false && theme.comments && theme.comments.use
|
|
||||||
- var commentsJsLoad = true
|
|
||||||
!=partial('includes/third-party/comments/index', {}, {cache: true})
|
|
||||||
@@ -8,7 +8,7 @@ block content
|
|||||||
article#article-container.post-content!=page.content
|
article#article-container.post-content!=page.content
|
||||||
include includes/post/post-copyright.pug
|
include includes/post/post-copyright.pug
|
||||||
.tag_share
|
.tag_share
|
||||||
if (theme.post_meta.post.tags)
|
if (page.tags.length > 0 && theme.post_meta.post.tags)
|
||||||
.post-meta__tag-list
|
.post-meta__tag-list
|
||||||
each item, index in page.tags.data
|
each item, index in page.tags.data
|
||||||
a(href=url_for(item.path)).post-meta__tags #[=item.name]
|
a(href=url_for(item.path)).post-meta__tags #[=item.name]
|
||||||
@@ -26,7 +26,7 @@ block content
|
|||||||
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.use
|
||||||
- var commentsJsLoad = true
|
- var commentsJsLoad = true
|
||||||
!=partial('includes/third-party/comments/index', {}, {cache: true})
|
!=partial('includes/third-party/comments/index', {}, {cache: true})
|
||||||
|
|
||||||
@@ -2,10 +2,8 @@ extends includes/layout.pug
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
if theme.tag_ui == 'index'
|
if theme.tag_ui == 'index'
|
||||||
include ./includes/mixins/post-ui.pug
|
include ./includes/mixins/indexPostUI.pug
|
||||||
#recent-posts.recent-posts
|
+indexPostUI
|
||||||
+postUI
|
|
||||||
include includes/pagination.pug
|
|
||||||
else
|
else
|
||||||
include ./includes/mixins/article-sort.pug
|
include ./includes/mixins/article-sort.pug
|
||||||
#tag
|
#tag
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-butterfly",
|
"name": "hexo-theme-butterfly",
|
||||||
"version": "4.13.0",
|
"version": "5.0.0",
|
||||||
"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": {
|
||||||
|
|||||||
374
plugins.yml
374
plugins.yml
@@ -1,155 +1,15 @@
|
|||||||
algolia_search:
|
abcjs_basic_js:
|
||||||
name: algoliasearch
|
name: abcjs
|
||||||
file: dist/algoliasearch-lite.umd.js
|
file: dist/abcjs-basic-min.js
|
||||||
version: 4.22.1
|
version: 6.4.3
|
||||||
instantsearch:
|
|
||||||
name: instantsearch.js
|
|
||||||
file: dist/instantsearch.production.min.js
|
|
||||||
version: 4.65.0
|
|
||||||
pjax:
|
|
||||||
name: pjax
|
|
||||||
file: pjax.min.js
|
|
||||||
version: 0.2.8
|
|
||||||
gitalk:
|
|
||||||
name: gitalk
|
|
||||||
file: dist/gitalk.min.js
|
|
||||||
version: 1.8.0
|
|
||||||
gitalk_css:
|
|
||||||
name: gitalk
|
|
||||||
file: dist/gitalk.css
|
|
||||||
version: 1.8.0
|
|
||||||
blueimp_md5:
|
|
||||||
name: blueimp-md5
|
|
||||||
file: js/md5.min.js
|
|
||||||
version: 2.19.0
|
|
||||||
valine:
|
|
||||||
name: valine
|
|
||||||
file: dist/Valine.min.js
|
|
||||||
version: 1.5.1
|
|
||||||
disqusjs:
|
|
||||||
name: disqusjs
|
|
||||||
file: dist/browser/disqusjs.es2015.umd.min.js
|
|
||||||
version: 3.0.2
|
|
||||||
disqusjs_css:
|
|
||||||
name: disqusjs
|
|
||||||
file: dist/browser/styles/disqusjs.css
|
|
||||||
version: 3.0.2
|
|
||||||
twikoo:
|
|
||||||
name: twikoo
|
|
||||||
file: dist/twikoo.all.min.js
|
|
||||||
version: 1.6.31
|
|
||||||
waline_js:
|
|
||||||
name: '@waline/client'
|
|
||||||
file: dist/waline.js
|
|
||||||
other_name: waline
|
|
||||||
version: 3.1.2
|
|
||||||
waline_css:
|
|
||||||
name: '@waline/client'
|
|
||||||
file: dist/waline.css
|
|
||||||
other_name: waline
|
|
||||||
version: 3.1.2
|
|
||||||
sharejs:
|
|
||||||
name: butterfly-extsrc
|
|
||||||
file: sharejs/dist/js/social-share.min.js
|
|
||||||
version: 1.1.3
|
|
||||||
sharejs_css:
|
|
||||||
name: butterfly-extsrc
|
|
||||||
file: sharejs/dist/css/share.min.css
|
|
||||||
version: 1.1.3
|
|
||||||
mathjax:
|
|
||||||
name: mathjax
|
|
||||||
file: es5/tex-mml-chtml.js
|
|
||||||
version: 3.2.2
|
|
||||||
katex:
|
|
||||||
name: katex
|
|
||||||
file: dist/katex.min.css
|
|
||||||
other_name: KaTeX
|
|
||||||
version: 0.16.9
|
|
||||||
katex_copytex:
|
|
||||||
name: katex
|
|
||||||
file: dist/contrib/copy-tex.min.js
|
|
||||||
other_name: KaTeX
|
|
||||||
version: 0.16.9
|
|
||||||
mermaid:
|
|
||||||
name: mermaid
|
|
||||||
file: dist/mermaid.min.js
|
|
||||||
version: 10.8.0
|
|
||||||
canvas_ribbon:
|
|
||||||
name: butterfly-extsrc
|
|
||||||
file: dist/canvas-ribbon.min.js
|
|
||||||
version: 1.1.3
|
|
||||||
canvas_fluttering_ribbon:
|
|
||||||
name: butterfly-extsrc
|
|
||||||
file: dist/canvas-fluttering-ribbon.min.js
|
|
||||||
version: 1.1.3
|
|
||||||
canvas_nest:
|
|
||||||
name: butterfly-extsrc
|
|
||||||
file: dist/canvas-nest.min.js
|
|
||||||
version: 1.1.3
|
|
||||||
activate_power_mode:
|
activate_power_mode:
|
||||||
name: butterfly-extsrc
|
name: butterfly-extsrc
|
||||||
file: dist/activate-power-mode.min.js
|
file: dist/activate-power-mode.min.js
|
||||||
version: 1.1.3
|
version: 1.1.4
|
||||||
fireworks:
|
algolia_search:
|
||||||
name: butterfly-extsrc
|
name: algoliasearch
|
||||||
file: dist/fireworks.min.js
|
file: dist/algoliasearch-lite.umd.js
|
||||||
version: 1.1.3
|
version: 5.7.0
|
||||||
click_heart:
|
|
||||||
name: butterfly-extsrc
|
|
||||||
file: dist/click-heart.min.js
|
|
||||||
version: 1.1.3
|
|
||||||
clickShowText:
|
|
||||||
name: butterfly-extsrc
|
|
||||||
file: dist/click-show-text.min.js
|
|
||||||
version: 1.1.3
|
|
||||||
lazyload:
|
|
||||||
name: vanilla-lazyload
|
|
||||||
file: dist/lazyload.iife.min.js
|
|
||||||
version: 17.8.8
|
|
||||||
instantpage:
|
|
||||||
name: instant.page
|
|
||||||
file: instantpage.js
|
|
||||||
version: 5.2.0
|
|
||||||
typed:
|
|
||||||
name: typed.js
|
|
||||||
file: dist/typed.umd.js
|
|
||||||
version: 2.1.0
|
|
||||||
pangu:
|
|
||||||
name: pangu
|
|
||||||
file: dist/browser/pangu.min.js
|
|
||||||
version: 4.0.7
|
|
||||||
fancybox_css:
|
|
||||||
name: '@fancyapps/ui'
|
|
||||||
file: dist/fancybox/fancybox.css
|
|
||||||
version: 5.0.33
|
|
||||||
other_name: fancyapps-ui
|
|
||||||
fancybox:
|
|
||||||
name: '@fancyapps/ui'
|
|
||||||
file: dist/fancybox/fancybox.umd.js
|
|
||||||
version: 5.0.33
|
|
||||||
other_name: fancyapps-ui
|
|
||||||
medium_zoom:
|
|
||||||
name: medium-zoom
|
|
||||||
file: dist/medium-zoom.min.js
|
|
||||||
version: 1.1.0
|
|
||||||
snackbar_css:
|
|
||||||
name: node-snackbar
|
|
||||||
file: dist/snackbar.min.css
|
|
||||||
version: 0.1.16
|
|
||||||
snackbar:
|
|
||||||
name: node-snackbar
|
|
||||||
file: dist/snackbar.min.js
|
|
||||||
version: 0.1.16
|
|
||||||
fontawesome:
|
|
||||||
name: '@fortawesome/fontawesome-free'
|
|
||||||
file: css/all.min.css
|
|
||||||
other_name: font-awesome
|
|
||||||
version: 6.5.1
|
|
||||||
egjs_infinitegrid:
|
|
||||||
name: '@egjs/infinitegrid'
|
|
||||||
other_name: egjs-infinitegrid
|
|
||||||
file: dist/infinitegrid.min.js
|
|
||||||
version: 4.11.1
|
|
||||||
aplayer_css:
|
aplayer_css:
|
||||||
name: aplayer
|
name: aplayer
|
||||||
file: dist/APlayer.min.css
|
file: dist/APlayer.min.css
|
||||||
@@ -158,10 +18,149 @@ aplayer_js:
|
|||||||
name: aplayer
|
name: aplayer
|
||||||
file: dist/APlayer.min.js
|
file: dist/APlayer.min.js
|
||||||
version: 1.10.1
|
version: 1.10.1
|
||||||
|
artalk_css:
|
||||||
|
name: artalk
|
||||||
|
file: dist/Artalk.css
|
||||||
|
version: 2.9.1
|
||||||
|
artalk_js:
|
||||||
|
name: artalk
|
||||||
|
file: dist/Artalk.js
|
||||||
|
version: 2.9.1
|
||||||
|
blueimp_md5:
|
||||||
|
name: blueimp-md5
|
||||||
|
file: js/md5.min.js
|
||||||
|
version: 2.19.0
|
||||||
|
canvas_fluttering_ribbon:
|
||||||
|
name: butterfly-extsrc
|
||||||
|
file: dist/canvas-fluttering-ribbon.min.js
|
||||||
|
version: 1.1.4
|
||||||
|
canvas_nest:
|
||||||
|
name: butterfly-extsrc
|
||||||
|
file: dist/canvas-nest.min.js
|
||||||
|
version: 1.1.4
|
||||||
|
canvas_ribbon:
|
||||||
|
name: butterfly-extsrc
|
||||||
|
file: dist/canvas-ribbon.min.js
|
||||||
|
version: 1.1.4
|
||||||
|
clickShowText:
|
||||||
|
name: butterfly-extsrc
|
||||||
|
file: dist/click-show-text.min.js
|
||||||
|
version: 1.1.4
|
||||||
|
click_heart:
|
||||||
|
name: butterfly-extsrc
|
||||||
|
file: dist/click-heart.min.js
|
||||||
|
version: 1.1.4
|
||||||
|
disqusjs:
|
||||||
|
name: disqusjs
|
||||||
|
file: dist/browser/disqusjs.es2015.umd.min.js
|
||||||
|
version: 3.0.2
|
||||||
|
disqusjs_css:
|
||||||
|
name: disqusjs
|
||||||
|
file: dist/browser/styles/disqusjs.css
|
||||||
|
version: 3.0.2
|
||||||
|
docsearch_css:
|
||||||
|
name: '@docsearch/css'
|
||||||
|
other_name: docsearch-css
|
||||||
|
file: dist/style.css
|
||||||
|
version: 3.6.2
|
||||||
|
docsearch_js:
|
||||||
|
name: '@docsearch/js'
|
||||||
|
other_name: docsearch-js
|
||||||
|
file: dist/umd/index.js
|
||||||
|
version: 3.6.2
|
||||||
|
egjs_infinitegrid:
|
||||||
|
name: '@egjs/infinitegrid'
|
||||||
|
other_name: egjs-infinitegrid
|
||||||
|
file: dist/infinitegrid.min.js
|
||||||
|
version: 4.12.0
|
||||||
|
fancybox:
|
||||||
|
name: '@fancyapps/ui'
|
||||||
|
file: dist/fancybox/fancybox.umd.js
|
||||||
|
version: 5.0.36
|
||||||
|
other_name: fancyapps-ui
|
||||||
|
fancybox_css:
|
||||||
|
name: '@fancyapps/ui'
|
||||||
|
file: dist/fancybox/fancybox.css
|
||||||
|
version: 5.0.36
|
||||||
|
other_name: fancyapps-ui
|
||||||
|
fireworks:
|
||||||
|
name: butterfly-extsrc
|
||||||
|
file: dist/fireworks.min.js
|
||||||
|
version: 1.1.4
|
||||||
|
fontawesome:
|
||||||
|
name: '@fortawesome/fontawesome-free'
|
||||||
|
file: css/all.min.css
|
||||||
|
other_name: font-awesome
|
||||||
|
version: 6.6.0
|
||||||
|
gitalk:
|
||||||
|
name: gitalk
|
||||||
|
file: dist/gitalk.min.js
|
||||||
|
version: 1.8.0
|
||||||
|
gitalk_css:
|
||||||
|
name: gitalk
|
||||||
|
file: dist/gitalk.css
|
||||||
|
version: 1.8.0
|
||||||
|
instantpage:
|
||||||
|
name: instant.page
|
||||||
|
file: instantpage.js
|
||||||
|
version: 5.2.0
|
||||||
|
instantsearch:
|
||||||
|
name: instantsearch.js
|
||||||
|
file: dist/instantsearch.production.min.js
|
||||||
|
version: 4.74.2
|
||||||
|
katex:
|
||||||
|
name: katex
|
||||||
|
file: dist/katex.min.css
|
||||||
|
other_name: KaTeX
|
||||||
|
version: 0.16.11
|
||||||
|
katex_copytex:
|
||||||
|
name: katex
|
||||||
|
file: dist/contrib/copy-tex.min.js
|
||||||
|
other_name: KaTeX
|
||||||
|
version: 0.16.11
|
||||||
|
lazyload:
|
||||||
|
name: vanilla-lazyload
|
||||||
|
file: dist/lazyload.iife.min.js
|
||||||
|
version: 19.1.3
|
||||||
|
mathjax:
|
||||||
|
name: mathjax
|
||||||
|
file: es5/tex-mml-chtml.js
|
||||||
|
version: 3.2.2
|
||||||
|
medium_zoom:
|
||||||
|
name: medium-zoom
|
||||||
|
file: dist/medium-zoom.min.js
|
||||||
|
version: 1.1.0
|
||||||
|
mermaid:
|
||||||
|
name: mermaid
|
||||||
|
file: dist/mermaid.min.js
|
||||||
|
version: 11.2.1
|
||||||
meting_js:
|
meting_js:
|
||||||
name: butterfly-extsrc
|
name: butterfly-extsrc
|
||||||
file: metingjs/dist/Meting.min.js
|
file: metingjs/dist/Meting.min.js
|
||||||
version: 1.1.3
|
version: 1.1.4
|
||||||
|
pace_default_css:
|
||||||
|
name: pace-js
|
||||||
|
other_name: pace
|
||||||
|
file: themes/blue/pace-theme-minimal.css
|
||||||
|
version: 1.2.4
|
||||||
|
pace_js:
|
||||||
|
name: pace-js
|
||||||
|
other_name: pace
|
||||||
|
file: pace.min.js
|
||||||
|
version: 1.2.4
|
||||||
|
pangu:
|
||||||
|
name: pangu
|
||||||
|
file: dist/browser/pangu.min.js
|
||||||
|
version: 4.0.7
|
||||||
|
pjax:
|
||||||
|
name: pjax
|
||||||
|
file: pjax.min.js
|
||||||
|
version: 0.2.8
|
||||||
|
prismjs_autoloader:
|
||||||
|
name: prismjs
|
||||||
|
file: plugins/autoloader/prism-autoloader.min.js
|
||||||
|
other_name: prism
|
||||||
|
version: 1.29.0
|
||||||
prismjs_js:
|
prismjs_js:
|
||||||
name: prismjs
|
name: prismjs
|
||||||
file: prism.js
|
file: prism.js
|
||||||
@@ -172,40 +171,41 @@ prismjs_lineNumber_js:
|
|||||||
file: plugins/line-numbers/prism-line-numbers.min.js
|
file: plugins/line-numbers/prism-line-numbers.min.js
|
||||||
other_name: prism
|
other_name: prism
|
||||||
version: 1.29.0
|
version: 1.29.0
|
||||||
prismjs_autoloader:
|
sharejs:
|
||||||
name: prismjs
|
name: butterfly-extsrc
|
||||||
file: plugins/autoloader/prism-autoloader.min.js
|
file: sharejs/dist/js/social-share.min.js
|
||||||
other_name: prism
|
version: 1.1.4
|
||||||
version: 1.29.0
|
sharejs_css:
|
||||||
artalk_js:
|
name: butterfly-extsrc
|
||||||
name: artalk
|
file: sharejs/dist/css/share.min.css
|
||||||
file: dist/Artalk.js
|
version: 1.1.4
|
||||||
version: 2.8.2
|
snackbar:
|
||||||
artalk_css:
|
name: node-snackbar
|
||||||
name: artalk
|
file: dist/snackbar.min.js
|
||||||
file: dist/Artalk.css
|
version: 0.1.16
|
||||||
version: 2.8.2
|
snackbar_css:
|
||||||
pace_js:
|
name: node-snackbar
|
||||||
name: pace-js
|
file: dist/snackbar.min.css
|
||||||
other_name: pace
|
version: 0.1.16
|
||||||
file: pace.min.js
|
twikoo:
|
||||||
version: 1.2.4
|
name: twikoo
|
||||||
pace_default_css:
|
file: dist/twikoo.all.min.js
|
||||||
name: pace-js
|
version: 1.6.39
|
||||||
other_name: pace
|
typed:
|
||||||
file: themes/blue/pace-theme-minimal.css
|
name: typed.js
|
||||||
version: 1.2.4
|
file: dist/typed.umd.js
|
||||||
docsearch_js:
|
version: 2.1.0
|
||||||
name: '@docsearch/js'
|
valine:
|
||||||
other_name: docsearch-js
|
name: valine
|
||||||
file: dist/umd/index.js
|
file: dist/Valine.min.js
|
||||||
version: 3.5.2
|
version: 1.5.2
|
||||||
docsearch_css:
|
waline_css:
|
||||||
name: '@docsearch/css'
|
name: '@waline/client'
|
||||||
other_name: docsearch-css
|
file: dist/waline.css
|
||||||
file: dist/style.css
|
other_name: waline
|
||||||
version: 3.5.2
|
version: 3.3.2
|
||||||
abcjs_basic_js:
|
waline_js:
|
||||||
name: abcjs
|
name: '@waline/client'
|
||||||
file: dist/abcjs-basic-min.js
|
file: dist/waline.js
|
||||||
version: 6.3.0
|
other_name: waline
|
||||||
|
version: 3.3.2
|
||||||
|
|||||||
@@ -12,7 +12,9 @@ hexo.extend.generator.register('404', function (locals) {
|
|||||||
layout: ['page'],
|
layout: ['page'],
|
||||||
data: {
|
data: {
|
||||||
type: '404',
|
type: '404',
|
||||||
top_img: false
|
top_img: false,
|
||||||
|
comments: false,
|
||||||
|
aside: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -6,9 +6,12 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
const themeConfig = hexo.theme.config
|
const themeConfig = hexo.theme.config
|
||||||
let { use } = themeConfig.comments
|
let { use } = themeConfig.comments
|
||||||
if (!use) return
|
if (!use) return
|
||||||
if (typeof use === 'string') {
|
|
||||||
use = use.split(',')
|
// 確保 use 是一個陣列
|
||||||
}
|
use = Array.isArray(use) ? use : use.split(',')
|
||||||
const newArray = use.map(item => item.toLowerCase().replace(/\b[a-z]/g, s => s.toUpperCase()))
|
|
||||||
themeConfig.comments.use = newArray
|
// 將每個項目轉換為小寫並將首字母大寫
|
||||||
|
themeConfig.comments.use = use.map(item =>
|
||||||
|
item.trim().toLowerCase().replace(/\b[a-z]/g, s => s.toUpperCase())
|
||||||
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
const { deepMerge } = require('hexo-util')
|
||||||
|
|
||||||
hexo.extend.filter.register('before_generate', () => {
|
hexo.extend.filter.register('before_generate', () => {
|
||||||
const defaultConfig = {
|
const defaultConfig = {
|
||||||
nav: {
|
nav: {
|
||||||
@@ -6,31 +8,36 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
fixed: false
|
fixed: false
|
||||||
},
|
},
|
||||||
menu: null,
|
menu: null,
|
||||||
highlight_theme: 'light',
|
code_blocks: {
|
||||||
highlight_copy: true,
|
theme: 'light',
|
||||||
highlight_lang: true,
|
macStyle: false,
|
||||||
highlight_shrink: false,
|
height_limit: false,
|
||||||
highlight_height_limit: false,
|
word_wrap: false,
|
||||||
code_word_wrap: false,
|
copy: true,
|
||||||
|
language: true,
|
||||||
|
shrink: false,
|
||||||
|
fullpage: false
|
||||||
|
},
|
||||||
social: null,
|
social: null,
|
||||||
favicon: '/img/favicon.png',
|
favicon: '/img/favicon.png',
|
||||||
avatar: {
|
avatar: {
|
||||||
img: 'https://i.loli.net/2021/02/24/5O1day2nriDzjSu.png',
|
img: '/img/butterfly-icon.png',
|
||||||
effect: false
|
effect: false
|
||||||
},
|
},
|
||||||
disable_top_img: false,
|
disable_top_img: false,
|
||||||
index_img: null,
|
|
||||||
default_top_img: null,
|
default_top_img: null,
|
||||||
|
index_img: null,
|
||||||
archive_img: null,
|
archive_img: null,
|
||||||
tag_img: null,
|
tag_img: null,
|
||||||
tag_per_img: null,
|
tag_per_img: null,
|
||||||
category_img: null,
|
category_img: null,
|
||||||
category_per_img: null,
|
category_per_img: null,
|
||||||
|
footer_img: false,
|
||||||
|
background: null,
|
||||||
cover: {
|
cover: {
|
||||||
index_enable: true,
|
index_enable: true,
|
||||||
aside_enable: true,
|
aside_enable: true,
|
||||||
archives_enable: true,
|
archives_enable: true,
|
||||||
position: 'both',
|
|
||||||
default_cover: null
|
default_cover: null
|
||||||
},
|
},
|
||||||
error_img: {
|
error_img: {
|
||||||
@@ -40,7 +47,7 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
error_404: {
|
error_404: {
|
||||||
enable: false,
|
enable: false,
|
||||||
subtitle: 'Page Not Found',
|
subtitle: 'Page Not Found',
|
||||||
background: 'https://i.loli.net/2020/05/19/aKOcLiyPl2JQdFD.png'
|
background: '/img/error-page.png'
|
||||||
},
|
},
|
||||||
post_meta: {
|
post_meta: {
|
||||||
page: {
|
page: {
|
||||||
@@ -51,6 +58,7 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
label: true
|
label: true
|
||||||
},
|
},
|
||||||
post: {
|
post: {
|
||||||
|
position: 'left',
|
||||||
date_type: 'both',
|
date_type: 'both',
|
||||||
date_format: 'date',
|
date_format: 'date',
|
||||||
categories: true,
|
categories: true,
|
||||||
@@ -58,22 +66,20 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
label: true
|
label: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
index_site_info_top: null,
|
||||||
|
index_top_img_height: null,
|
||||||
|
subtitle: {
|
||||||
|
enable: false,
|
||||||
|
effect: true,
|
||||||
|
typed_option: null,
|
||||||
|
source: false,
|
||||||
|
sub: null
|
||||||
|
},
|
||||||
|
index_layout: 3,
|
||||||
index_post_content: {
|
index_post_content: {
|
||||||
method: 3,
|
method: 3,
|
||||||
length: 500
|
length: 500
|
||||||
},
|
},
|
||||||
anchor: {
|
|
||||||
auto_update: false,
|
|
||||||
click_to_scroll: false
|
|
||||||
},
|
|
||||||
photofigcaption: false,
|
|
||||||
copy: {
|
|
||||||
enable: true,
|
|
||||||
copyright: {
|
|
||||||
enable: false,
|
|
||||||
limit_count: 50
|
|
||||||
}
|
|
||||||
},
|
|
||||||
toc: {
|
toc: {
|
||||||
post: true,
|
post: true,
|
||||||
page: false,
|
page: false,
|
||||||
@@ -107,7 +113,7 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
noticeOutdate: {
|
noticeOutdate: {
|
||||||
enable: false,
|
enable: false,
|
||||||
style: 'flat',
|
style: 'flat',
|
||||||
limit_day: 500,
|
limit_day: 365,
|
||||||
position: 'top',
|
position: 'top',
|
||||||
message_prev: 'It has been',
|
message_prev: 'It has been',
|
||||||
message_next: 'days since the last update, the content of the article may be outdated.'
|
message_next: 'days since the last update, the content of the article may be outdated.'
|
||||||
@@ -115,7 +121,7 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
footer: {
|
footer: {
|
||||||
owner: {
|
owner: {
|
||||||
enable: true,
|
enable: true,
|
||||||
since: 2020
|
since: 2019
|
||||||
},
|
},
|
||||||
custom_text: null,
|
custom_text: null,
|
||||||
copyright: true
|
copyright: true
|
||||||
@@ -151,6 +157,13 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
sort: 'date',
|
sort: 'date',
|
||||||
sort_order: null
|
sort_order: null
|
||||||
},
|
},
|
||||||
|
card_newest_comments: {
|
||||||
|
enable: false,
|
||||||
|
sort_order: null,
|
||||||
|
limit: 6,
|
||||||
|
storage: 10,
|
||||||
|
avatar: true
|
||||||
|
},
|
||||||
card_categories: {
|
card_categories: {
|
||||||
enable: true,
|
enable: true,
|
||||||
limit: 8,
|
limit: 8,
|
||||||
@@ -173,35 +186,21 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
limit: 8,
|
limit: 8,
|
||||||
sort_order: null
|
sort_order: null
|
||||||
},
|
},
|
||||||
card_webinfo: {
|
|
||||||
enable: true,
|
|
||||||
post_count: true,
|
|
||||||
last_push_date: true,
|
|
||||||
sort_order: null
|
|
||||||
},
|
|
||||||
card_post_series: {
|
card_post_series: {
|
||||||
enable: true,
|
enable: true,
|
||||||
series_title: false,
|
series_title: false,
|
||||||
orderBy: 'date',
|
orderBy: 'date',
|
||||||
order: -1
|
order: -1
|
||||||
|
},
|
||||||
|
card_webinfo: {
|
||||||
|
enable: true,
|
||||||
|
post_count: true,
|
||||||
|
last_push_date: true,
|
||||||
|
sort_order: null,
|
||||||
|
runtime_date: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
busuanzi: {
|
rightside_bottom: null,
|
||||||
site_uv: true,
|
|
||||||
site_pv: true,
|
|
||||||
page_pv: true
|
|
||||||
},
|
|
||||||
runtimeshow: {
|
|
||||||
enable: false,
|
|
||||||
publish_date: null
|
|
||||||
},
|
|
||||||
newest_comments: {
|
|
||||||
enable: false,
|
|
||||||
sort_order: null,
|
|
||||||
limit: 6,
|
|
||||||
storage: 10,
|
|
||||||
avatar: true
|
|
||||||
},
|
|
||||||
translate: {
|
translate: {
|
||||||
enable: false,
|
enable: false,
|
||||||
default: '繁',
|
default: '繁',
|
||||||
@@ -224,42 +223,68 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
hide: null,
|
hide: null,
|
||||||
show: null
|
show: null
|
||||||
},
|
},
|
||||||
mathjax: {
|
anchor: {
|
||||||
enable: false,
|
auto_update: false,
|
||||||
per_page: false
|
click_to_scroll: false
|
||||||
},
|
},
|
||||||
katex: {
|
photofigcaption: false,
|
||||||
enable: false,
|
copy: {
|
||||||
per_page: false,
|
enable: true,
|
||||||
hide_scrollbar: true
|
copyright: {
|
||||||
},
|
enable: false,
|
||||||
algolia_search: {
|
limit_count: 150
|
||||||
enable: false,
|
|
||||||
hits: {
|
|
||||||
per_page: 6
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
local_search: {
|
wordcount: {
|
||||||
enable: false,
|
enable: false,
|
||||||
preload: false,
|
post_wordcount: true,
|
||||||
top_n_per_article: 1,
|
min2read: true,
|
||||||
unescape: false,
|
total_wordcount: true
|
||||||
CDN: null
|
|
||||||
},
|
},
|
||||||
docsearch: {
|
busuanzi: {
|
||||||
enable: false,
|
site_uv: true,
|
||||||
appId: null,
|
site_pv: true,
|
||||||
apiKey: null,
|
page_pv: true
|
||||||
indexName: null,
|
|
||||||
option: null
|
|
||||||
},
|
},
|
||||||
sharejs: {
|
math: {
|
||||||
enable: true,
|
use: null,
|
||||||
sites: 'facebook,twitter,wechat,weibo,qq'
|
per_page: true,
|
||||||
|
hide_scrollbar: false,
|
||||||
|
mathjax: {
|
||||||
|
enableMenu: true,
|
||||||
|
tags: 'none'
|
||||||
|
},
|
||||||
|
katex: {
|
||||||
|
copy_tex: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
addtoany: {
|
search: {
|
||||||
enable: false,
|
use: null,
|
||||||
item: 'facebook,twitter,wechat,sina_weibo,facebook_messenger,email,copy_link'
|
placeholder: null,
|
||||||
|
algolia_search: {
|
||||||
|
hitsPerPage: 6
|
||||||
|
},
|
||||||
|
local_search: {
|
||||||
|
preload: false,
|
||||||
|
top_n_per_article: 1,
|
||||||
|
unescape: false,
|
||||||
|
CDN: null
|
||||||
|
},
|
||||||
|
docsearch: {
|
||||||
|
appId: null,
|
||||||
|
apiKey: null,
|
||||||
|
indexName: null,
|
||||||
|
option: null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
share: {
|
||||||
|
use: 'sharejs',
|
||||||
|
sharejs: {
|
||||||
|
sites: 'facebook,twitter,wechat,weibo,qq'
|
||||||
|
},
|
||||||
|
addtoany: {
|
||||||
|
item: 'facebook,twitter,wechat,sina_weibo,facebook_messenger,email,copy_link'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
comments: {
|
comments: {
|
||||||
use: null,
|
use: null,
|
||||||
@@ -307,7 +332,9 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
repo: null,
|
repo: null,
|
||||||
issue_term: 'pathname',
|
issue_term: 'pathname',
|
||||||
light_theme: 'github-light',
|
light_theme: 'github-light',
|
||||||
dark_theme: 'photon-dark'
|
dark_theme: 'photon-dark',
|
||||||
|
js: null,
|
||||||
|
option: null
|
||||||
},
|
},
|
||||||
facebook_comments: {
|
facebook_comments: {
|
||||||
app_id: null,
|
app_id: null,
|
||||||
@@ -326,10 +353,9 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
repo: null,
|
repo: null,
|
||||||
repo_id: null,
|
repo_id: null,
|
||||||
category_id: null,
|
category_id: null,
|
||||||
theme: {
|
light_theme: 'light',
|
||||||
light: 'light',
|
dark_theme: 'dark',
|
||||||
dark: 'dark'
|
js: null,
|
||||||
},
|
|
||||||
option: null
|
option: null
|
||||||
},
|
},
|
||||||
remark42: {
|
remark42: {
|
||||||
@@ -343,33 +369,39 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
visitor: false,
|
visitor: false,
|
||||||
option: null
|
option: null
|
||||||
},
|
},
|
||||||
chat_btn: false,
|
chat: {
|
||||||
chat_hide_show: false,
|
use: null,
|
||||||
|
rightside_button: false,
|
||||||
|
button_hide_show: false
|
||||||
|
},
|
||||||
chatra: {
|
chatra: {
|
||||||
enable: false,
|
|
||||||
id: null
|
id: null
|
||||||
},
|
},
|
||||||
tidio: {
|
tidio: {
|
||||||
enable: false,
|
|
||||||
public_key: null
|
public_key: null
|
||||||
},
|
},
|
||||||
daovoice: {
|
daovoice: {
|
||||||
enable: false,
|
|
||||||
app_id: null
|
app_id: null
|
||||||
},
|
},
|
||||||
crisp: {
|
crisp: {
|
||||||
enable: false,
|
|
||||||
website_id: null
|
website_id: null
|
||||||
},
|
},
|
||||||
messenger: {
|
|
||||||
enable: false,
|
|
||||||
pageID: null,
|
|
||||||
lang: 'zh_TW'
|
|
||||||
},
|
|
||||||
baidu_analytics: null,
|
baidu_analytics: null,
|
||||||
google_analytics: null,
|
google_analytics: null,
|
||||||
cloudflare_analytics: null,
|
cloudflare_analytics: null,
|
||||||
microsoft_clarity: null,
|
microsoft_clarity: null,
|
||||||
|
umami_analytics: {
|
||||||
|
enable: false,
|
||||||
|
serverURL: null,
|
||||||
|
website_id: null,
|
||||||
|
option: null,
|
||||||
|
UV_PV: {
|
||||||
|
site_uv: false,
|
||||||
|
site_pv: false,
|
||||||
|
page_pv: false,
|
||||||
|
token: null
|
||||||
|
}
|
||||||
|
},
|
||||||
google_adsense: {
|
google_adsense: {
|
||||||
enable: false,
|
enable: false,
|
||||||
auto_ads: true,
|
auto_ads: true,
|
||||||
@@ -377,20 +409,48 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
client: null,
|
client: null,
|
||||||
enable_page_level_ads: true
|
enable_page_level_ads: true
|
||||||
},
|
},
|
||||||
|
ad: {
|
||||||
|
index: null,
|
||||||
|
aside: null,
|
||||||
|
post: null
|
||||||
|
},
|
||||||
site_verification: null,
|
site_verification: null,
|
||||||
index_site_info_top: null,
|
|
||||||
index_top_img_height: null,
|
|
||||||
category_ui: null,
|
category_ui: null,
|
||||||
tag_ui: null,
|
tag_ui: null,
|
||||||
|
rounded_corners_ui: true,
|
||||||
text_align_justify: false,
|
text_align_justify: false,
|
||||||
background: null,
|
|
||||||
footer_bg: false,
|
|
||||||
mask: {
|
mask: {
|
||||||
header: true,
|
header: true,
|
||||||
footer: true
|
footer: true
|
||||||
},
|
},
|
||||||
rightside_bottom: null,
|
preloader: {
|
||||||
|
enable: false,
|
||||||
|
source: 1,
|
||||||
|
pace_css_url: null
|
||||||
|
},
|
||||||
enter_transitions: true,
|
enter_transitions: true,
|
||||||
|
display_mode: 'light',
|
||||||
|
beautify: {
|
||||||
|
enable: false,
|
||||||
|
field: 'post',
|
||||||
|
title_prefix_icon: null,
|
||||||
|
title_prefix_icon_color: null
|
||||||
|
},
|
||||||
|
font: {
|
||||||
|
global_font_size: null,
|
||||||
|
code_font_size: null,
|
||||||
|
font_family: null,
|
||||||
|
code_font_family: null
|
||||||
|
},
|
||||||
|
blog_title_font: {
|
||||||
|
font_link: null,
|
||||||
|
font_family: null
|
||||||
|
},
|
||||||
|
hr_icon: {
|
||||||
|
enable: true,
|
||||||
|
icon: null,
|
||||||
|
icon_top: null
|
||||||
|
},
|
||||||
activate_power_mode: {
|
activate_power_mode: {
|
||||||
enable: false,
|
enable: false,
|
||||||
colorful: true,
|
colorful: true,
|
||||||
@@ -433,50 +493,9 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
random: false,
|
random: false,
|
||||||
mobile: false
|
mobile: false
|
||||||
},
|
},
|
||||||
display_mode: 'light',
|
lightbox: null,
|
||||||
beautify: {
|
|
||||||
enable: false,
|
|
||||||
field: 'post',
|
|
||||||
'title-prefix-icon': null,
|
|
||||||
'title-prefix-icon-color': null
|
|
||||||
},
|
|
||||||
font: {
|
|
||||||
'global-font-size': null,
|
|
||||||
'code-font-size': null,
|
|
||||||
'font-family': null,
|
|
||||||
'code-font-family': null
|
|
||||||
},
|
|
||||||
blog_title_font: {
|
|
||||||
font_link: null,
|
|
||||||
'font-family': null
|
|
||||||
},
|
|
||||||
hr_icon: {
|
|
||||||
enable: true,
|
|
||||||
icon: null,
|
|
||||||
'icon-top': null
|
|
||||||
},
|
|
||||||
subtitle: {
|
|
||||||
enable: false,
|
|
||||||
effect: true,
|
|
||||||
typed_option: null,
|
|
||||||
source: false,
|
|
||||||
sub: null
|
|
||||||
},
|
|
||||||
preloader: {
|
|
||||||
enable: false,
|
|
||||||
source: 1,
|
|
||||||
pace_css_url: null
|
|
||||||
},
|
|
||||||
wordcount: {
|
|
||||||
enable: false,
|
|
||||||
post_wordcount: true,
|
|
||||||
min2read: true,
|
|
||||||
total_wordcount: true
|
|
||||||
},
|
|
||||||
medium_zoom: false,
|
|
||||||
fancybox: true,
|
|
||||||
series: {
|
series: {
|
||||||
enable: true,
|
enable: false,
|
||||||
orderBy: 'title',
|
orderBy: 'title',
|
||||||
order: 1,
|
order: 1,
|
||||||
number: true
|
number: true
|
||||||
@@ -487,6 +506,7 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
},
|
},
|
||||||
mermaid: {
|
mermaid: {
|
||||||
enable: false,
|
enable: false,
|
||||||
|
code_write: false,
|
||||||
theme: {
|
theme: {
|
||||||
light: 'default',
|
light: 'default',
|
||||||
dark: 'dark'
|
dark: 'dark'
|
||||||
@@ -523,6 +543,14 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
placeholder: null,
|
placeholder: null,
|
||||||
blur: false
|
blur: false
|
||||||
},
|
},
|
||||||
|
pwa: {
|
||||||
|
enable: false,
|
||||||
|
manifest: null,
|
||||||
|
apple_touch_icon: null,
|
||||||
|
favicon_32_32: null,
|
||||||
|
favicon_16_16: null,
|
||||||
|
mask_icon: null
|
||||||
|
},
|
||||||
Open_Graph_meta: {
|
Open_Graph_meta: {
|
||||||
enable: true,
|
enable: true,
|
||||||
option: null
|
option: null
|
||||||
@@ -535,11 +563,11 @@ hexo.extend.filter.register('before_generate', () => {
|
|||||||
CDN: {
|
CDN: {
|
||||||
internal_provider: 'local',
|
internal_provider: 'local',
|
||||||
third_party_provider: 'jsdelivr',
|
third_party_provider: 'jsdelivr',
|
||||||
version: true,
|
version: false,
|
||||||
custom_format: null,
|
custom_format: null,
|
||||||
option: null
|
option: null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hexo.theme.config = Object.assign(defaultConfig, hexo.theme.config)
|
hexo.theme.config = deepMerge(defaultConfig, hexo.theme.config)
|
||||||
}, 1)
|
}, 1)
|
||||||
|
|||||||
@@ -19,5 +19,6 @@ hexo.extend.filter.register('stylus:renderer', style => {
|
|||||||
.define('$highlight_line_number', highlightLineNumber)
|
.define('$highlight_line_number', highlightLineNumber)
|
||||||
.define('$prismjs_enable', prismjsEnable)
|
.define('$prismjs_enable', prismjsEnable)
|
||||||
.define('$prismjs_line_number', prismjsLineNumber)
|
.define('$prismjs_line_number', prismjsLineNumber)
|
||||||
|
.define('$language', hexo.config.language)
|
||||||
// .import(`${this.source_dir.replace(/\\/g, '/')}_data/css/*`)
|
// .import(`${this.source_dir.replace(/\\/g, '/')}_data/css/*`)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,98 +1,68 @@
|
|||||||
/**
|
|
||||||
* Butterfly
|
|
||||||
* for aside archives
|
|
||||||
*/
|
|
||||||
|
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
hexo.extend.helper.register('aside_archives', function (options = {}) {
|
hexo.extend.helper.register('aside_archives', function (options = {}) {
|
||||||
const { config } = this
|
const { config, page, site, url_for, _p } = this
|
||||||
const archiveDir = config.archive_dir
|
const archiveDir = config.archive_dir
|
||||||
const { timezone } = config
|
const { timezone } = config
|
||||||
const lang = toMomentLocale(this.page.lang || this.page.language || config.language)
|
const lang = toMomentLocale(page.lang || page.language || config.language)
|
||||||
let { format } = options
|
|
||||||
const type = options.type || 'monthly'
|
const type = options.type || 'monthly'
|
||||||
const { transform } = options
|
const format = options.format || (type === 'monthly' ? 'MMMM YYYY' : 'YYYY')
|
||||||
const showCount = Object.prototype.hasOwnProperty.call(options, 'show_count') ? options.show_count : true
|
const showCount = Object.prototype.hasOwnProperty.call(options, 'show_count') ? options.show_count : true
|
||||||
const order = options.order || -1
|
const order = options.order || -1
|
||||||
|
const limit = options.limit
|
||||||
const compareFunc = type === 'monthly'
|
const compareFunc = type === 'monthly'
|
||||||
? (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
|
|
||||||
let result = ''
|
|
||||||
|
|
||||||
if (!format) {
|
const posts = site.posts.sort('date', order)
|
||||||
format = type === 'monthly' ? 'MMMM YYYY' : 'YYYY'
|
if (!posts.length) return ''
|
||||||
}
|
|
||||||
|
|
||||||
const posts = this.site.posts.sort('date', order)
|
|
||||||
if (!posts.length) return result
|
|
||||||
|
|
||||||
const data = []
|
const data = []
|
||||||
let length = 0
|
|
||||||
|
|
||||||
posts.forEach(post => {
|
posts.forEach(post => {
|
||||||
// Clone the date object to avoid pollution
|
|
||||||
let date = post.date.clone()
|
let date = post.date.clone()
|
||||||
|
|
||||||
if (timezone) date = date.tz(timezone)
|
if (timezone) date = date.tz(timezone)
|
||||||
|
|
||||||
const year = date.year()
|
const year = date.year()
|
||||||
const month = date.month() + 1
|
const month = date.month() + 1
|
||||||
const lastData = data[length - 1]
|
|
||||||
|
|
||||||
if (!lastData || !compareFunc(lastData.year, lastData.month, year, month)) {
|
if (!data.length || !compareFunc(data[data.length - 1].year, data[data.length - 1].month, year, month)) {
|
||||||
if (lang) date = date.locale(lang)
|
if (lang) date = date.locale(lang)
|
||||||
const name = date.format(format)
|
data.push({ name: date.format(format), year, month, count: 1 })
|
||||||
length = data.push({
|
|
||||||
name,
|
|
||||||
year,
|
|
||||||
month,
|
|
||||||
count: 1
|
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
lastData.count++
|
data[data.length - 1].count++
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
const link = item => {
|
const link = item => {
|
||||||
let url = `${archiveDir}/${item.year}/`
|
let url = `${archiveDir}/${item.year}/`
|
||||||
|
|
||||||
if (type === 'monthly') {
|
if (type === 'monthly') {
|
||||||
if (item.month < 10) url += '0'
|
url += item.month < 10 ? `0${item.month}/` : `${item.month}/`
|
||||||
url += `${item.month}/`
|
|
||||||
}
|
}
|
||||||
|
return url_for(url)
|
||||||
return this.url_for(url)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const len = data.length
|
const len = data.length
|
||||||
const Judge = limit === 0 ? len : Math.min(len, limit)
|
const limitLength = 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>`
|
let result = `
|
||||||
|
<div class="item-headline">
|
||||||
|
<i class="fas fa-archive"></i>
|
||||||
|
<span>${_p('aside.card_archives')}</span>
|
||||||
|
${len > limitLength ? `<a class="card-more-btn" href="${url_for(archiveDir)}/" title="${_p('aside.more_button')}"><i class="fas fa-angle-right"></i></a>` : ''}
|
||||||
|
</div>
|
||||||
|
<ul class="card-archive-list">
|
||||||
|
`
|
||||||
|
|
||||||
if (len > Judge) {
|
for (let i = 0; i < limitLength; i++) {
|
||||||
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++) {
|
|
||||||
const item = data[i]
|
const item = data[i]
|
||||||
|
result += `
|
||||||
result += '<li class="card-archive-list-item">'
|
<li class="card-archive-list-item">
|
||||||
|
<a class="card-archive-list-link" href="${link(item)}">
|
||||||
result += `<a class="card-archive-list-link" href="${link(item)}">`
|
<span class="card-archive-list-date">${options.transform ? options.transform(item.name) : item.name}</span>
|
||||||
result += '<span class="card-archive-list-date">'
|
${showCount ? `<span class="card-archive-list-count">${item.count}</span>` : ''}
|
||||||
result += transform ? transform(item.name) : item.name
|
</a>
|
||||||
result += '</span>'
|
</li>
|
||||||
|
`
|
||||||
if (showCount) {
|
|
||||||
result += `<span class="card-archive-list-count">${item.count}</span>`
|
|
||||||
}
|
|
||||||
result += '</a>'
|
|
||||||
result += '</li>'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result += '</ul>'
|
result += '</ul>'
|
||||||
@@ -100,12 +70,6 @@ hexo.extend.helper.register('aside_archives', function (options = {}) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const toMomentLocale = function (lang) {
|
const toMomentLocale = function (lang) {
|
||||||
if (lang === undefined) {
|
|
||||||
return undefined
|
|
||||||
}
|
|
||||||
|
|
||||||
// moment.locale('') equals moment.locale('en')
|
|
||||||
// moment.locale(null) equals moment.locale('en')
|
|
||||||
if (!lang || lang === 'en' || lang === 'default') {
|
if (!lang || lang === 'en' || lang === 'default') {
|
||||||
return 'en'
|
return 'en'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,66 +1,52 @@
|
|||||||
/**
|
|
||||||
* Butterfly
|
|
||||||
* for aside categories
|
|
||||||
*/
|
|
||||||
|
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
hexo.extend.helper.register('aside_categories', function (categories, options) {
|
hexo.extend.helper.register('aside_categories', function (categories, options = {}) {
|
||||||
if (!options && (!categories || !Object.prototype.hasOwnProperty.call(categories, 'length'))
|
if (!categories || !Object.prototype.hasOwnProperty.call(categories, 'length')) {
|
||||||
) {
|
options = categories || {}
|
||||||
options = categories
|
|
||||||
categories = this.site.categories
|
categories = this.site.categories
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!categories || !categories.length) return ''
|
if (!categories || !categories.length) return ''
|
||||||
options = options || {}
|
|
||||||
const { config } = this
|
const { config } = this
|
||||||
const showCount = Object.prototype.hasOwnProperty.call(options, 'show_count')
|
const showCount = Object.prototype.hasOwnProperty.call(options, 'show_count') ? options.show_count : true
|
||||||
? options.show_count
|
|
||||||
: true
|
|
||||||
const depth = options.depth ? parseInt(options.depth, 10) : 0
|
const depth = options.depth ? parseInt(options.depth, 10) : 0
|
||||||
const orderby = options.orderby || 'name'
|
const orderby = options.orderby || 'name'
|
||||||
const order = options.order || 1
|
const order = options.order || 1
|
||||||
const categoryDir = this.url_for(config.category_dir)
|
const categoryDir = this.url_for(config.category_dir)
|
||||||
const limit = options.limit === 0 ? categories.length : options.limit
|
const limit = options.limit === 0 ? categories.length : (options.limit || categories.length)
|
||||||
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 query = {}
|
|
||||||
if (parent) { query.parent = parent } else { query.parent = { $exists: false } }
|
|
||||||
return categories.find(query).sort(orderby, order).filter((cat) => cat.length)
|
|
||||||
}
|
|
||||||
let expandBtn = ''
|
|
||||||
|
|
||||||
const hierarchicalList = (t, level, parent, topparent = true) => {
|
const prepareQuery = parent => {
|
||||||
|
const query = parent ? { parent } : { parent: { $exists: false } }
|
||||||
|
return categories.find(query).sort(orderby, order).filter(cat => cat.length)
|
||||||
|
}
|
||||||
|
|
||||||
|
const hierarchicalList = (remaining, level = 0, parent) => {
|
||||||
let result = ''
|
let result = ''
|
||||||
const isTopParent = topparent
|
if (remaining > 0) {
|
||||||
if (t > 0) {
|
prepareQuery(parent).forEach(cat => {
|
||||||
prepareQuery(parent).forEach((cat, i) => {
|
if (remaining > 0) {
|
||||||
if (t > 0) {
|
remaining -= 1
|
||||||
t = t - 1
|
let child = ''
|
||||||
let child
|
|
||||||
if (!depth || level + 1 < depth) {
|
if (!depth || level + 1 < depth) {
|
||||||
const childList = hierarchicalList(t, level + 1, cat._id, false)
|
const childList = hierarchicalList(remaining, level + 1, cat._id)
|
||||||
child = childList[0]
|
child = childList.result
|
||||||
t = childList[1]
|
remaining = childList.remaining
|
||||||
}
|
}
|
||||||
|
|
||||||
const parentClass = isExpand && isTopParent && child ? 'parent' : ''
|
const parentClass = isExpand && !parent && child ? 'parent' : ''
|
||||||
|
|
||||||
result += `<li class="card-category-list-item ${parentClass}">`
|
result += `<li class="card-category-list-item ${parentClass}">`
|
||||||
|
|
||||||
result += `<a class="card-category-list-link" href="${this.url_for(cat.path)}">`
|
result += `<a class="card-category-list-link" href="${this.url_for(cat.path)}">`
|
||||||
|
|
||||||
result += `<span class="card-category-list-name">${cat.name}</span>`
|
result += `<span class="card-category-list-name">${cat.name}</span>`
|
||||||
|
|
||||||
if (showCount) {
|
if (showCount) {
|
||||||
result += `<span class="card-category-list-count">${cat.length}</span>`
|
result += `<span class="card-category-list-count">${cat.length}</span>`
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isExpand && isTopParent && child) {
|
if (isExpand && !parent && child) {
|
||||||
expandBtn = ' expandBtn'
|
|
||||||
result += `<i class="fas fa-caret-left ${expandClass}"></i>`
|
result += `<i class="fas fa-caret-left ${expandClass}"></i>`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,26 +60,22 @@ hexo.extend.helper.register('aside_categories', function (categories, options) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
return { result, remaining }
|
||||||
return [result, t]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const list = hierarchicalList(limit, 0)
|
const list = hierarchicalList(limit)
|
||||||
|
|
||||||
const moreButton = function () {
|
const moreButton = categories.length > limit
|
||||||
if (categories.length <= limit) return ''
|
? `<a class="card-more-btn" href="${categoryDir}/" title="${buttonLabel}">
|
||||||
const moreHtml = `<a class="card-more-btn" href="${categoryDir}/" title="${buttonLabel}">
|
<i class="fas fa-angle-right"></i></a>`
|
||||||
<i class="fas fa-angle-right"></i></a>`
|
: ''
|
||||||
|
|
||||||
return moreHtml
|
|
||||||
}
|
|
||||||
|
|
||||||
return `<div class="item-headline">
|
return `<div class="item-headline">
|
||||||
<i class="fas fa-folder-open"></i>
|
<i class="fas fa-folder-open"></i>
|
||||||
<span>${this._p('aside.card_categories')}</span>
|
<span>${this._p('aside.card_categories')}</span>
|
||||||
${moreButton()}
|
${moreButton}
|
||||||
</div>
|
</div>
|
||||||
<ul class="card-category-list${expandBtn}" id="aside-cat-list">
|
<ul class="card-category-list${isExpand && list.result ? ' expandBtn' : ''}" id="aside-cat-list">
|
||||||
${list[0]}
|
${list.result}
|
||||||
</ul>`
|
</ul>`
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,58 +0,0 @@
|
|||||||
hexo.extend.helper.register('getArchiveLength', function () {
|
|
||||||
const { archive_generator: archiveGenerator } = hexo.config
|
|
||||||
if (archiveGenerator && archiveGenerator.enable === false) return this.site.posts.length
|
|
||||||
const { yearly, monthly, daily } = archiveGenerator
|
|
||||||
const { year, month, day } = this.page
|
|
||||||
if (yearly === false || !year) return this.site.posts.length
|
|
||||||
|
|
||||||
const posts = this.site.posts.sort('date')
|
|
||||||
|
|
||||||
const compareFunc = (type, y1, m1, d1, y2, m2, d2) => {
|
|
||||||
switch (type) {
|
|
||||||
case 'year':
|
|
||||||
return y1 === y2
|
|
||||||
case 'month':
|
|
||||||
return y1 === y2 && m1 === m2
|
|
||||||
case 'day':
|
|
||||||
return y1 === y2 && m1 === m2 && d1 === d2
|
|
||||||
default:
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const generateDateObj = (type) => {
|
|
||||||
return posts.reduce((dateObj, post) => {
|
|
||||||
const date = post.date.clone()
|
|
||||||
const year = date.year()
|
|
||||||
const month = date.month() + 1
|
|
||||||
const day = date.date()
|
|
||||||
const lastData = dateObj[dateObj.length - 1]
|
|
||||||
|
|
||||||
if (!lastData || !compareFunc(type, lastData.year, lastData.month, lastData.day, year, month, day)) {
|
|
||||||
const name = type === 'year' ? year : type === 'month' ? `${year}-${month}` : `${year}-${month}-${day}`
|
|
||||||
dateObj.push({
|
|
||||||
name,
|
|
||||||
year,
|
|
||||||
month,
|
|
||||||
day,
|
|
||||||
count: 1
|
|
||||||
})
|
|
||||||
} else {
|
|
||||||
lastData.count++
|
|
||||||
}
|
|
||||||
|
|
||||||
return dateObj
|
|
||||||
}, [])
|
|
||||||
}
|
|
||||||
|
|
||||||
const data = this.fragment_cache('createArchiveObj', () => {
|
|
||||||
const dateObjs = []
|
|
||||||
if (yearly) dateObjs.push(...generateDateObj('year'))
|
|
||||||
if (monthly) dateObjs.push(...generateDateObj('month'))
|
|
||||||
if (daily) dateObjs.push(...generateDateObj('day'))
|
|
||||||
return dateObjs
|
|
||||||
})
|
|
||||||
|
|
||||||
const name = month ? (day ? `${year}-${month}-${day}` : `${year}-${month}`) : year
|
|
||||||
return data.find(item => item.name === name).count
|
|
||||||
})
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user