Compare commits
114 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21395a0263 | ||
|
|
54ada081c7 | ||
|
|
51221f0f91 | ||
|
|
f84d590023 | ||
|
|
7c9b834729 | ||
|
|
e1c088c355 | ||
|
|
d609eecb23 | ||
|
|
08156f22b8 | ||
|
|
fa414e827a | ||
|
|
146bf52038 | ||
|
|
ac712b9277 | ||
|
|
0d1b00f7b0 | ||
|
|
9160a33053 | ||
|
|
525c8a7cf5 | ||
|
|
90df1e1247 | ||
|
|
b9511728f3 | ||
|
|
cc91cd0e07 | ||
|
|
aaa3a1449f | ||
|
|
dacf4cd2c7 | ||
|
|
913ae1821a | ||
|
|
1ae0ca2488 | ||
|
|
72972e3a10 | ||
|
|
50f17ff502 | ||
|
|
6865ec72c7 | ||
|
|
0d4e0b9b84 | ||
|
|
c0ba7eda06 | ||
|
|
e0cfe0c50c | ||
|
|
e4cb4f0188 | ||
|
|
989e2c43dc | ||
|
|
2d736b8f35 | ||
|
|
b04c1b9aa0 | ||
|
|
6a42188853 | ||
|
|
0536ac37fc | ||
|
|
0abad2539a | ||
|
|
48df6401d8 | ||
|
|
9632707ece | ||
|
|
ea8a4f1dca | ||
|
|
bebd279735 | ||
|
|
9f2b1f37f8 | ||
|
|
01f2c10ec8 | ||
|
|
0711770e9f | ||
|
|
4381eee782 | ||
|
|
3f8ab12e47 | ||
|
|
d6fbf924b8 | ||
|
|
a7b9d5338e | ||
|
|
1208213476 | ||
|
|
dd8ffbb179 | ||
|
|
04bf52abb8 | ||
|
|
1cb9973dbb | ||
|
|
4be573b5d3 | ||
|
|
7592b211c1 | ||
|
|
28a3d36f88 | ||
|
|
70cba4cc6a | ||
|
|
dc1c68d5c9 | ||
|
|
d4730f89d2 | ||
|
|
4037ea0d68 | ||
|
|
523c12f0ec | ||
|
|
d994042131 | ||
|
|
56166c7e76 | ||
|
|
f1fafdc587 | ||
|
|
9bde077b0b | ||
|
|
e0c4a0ecd4 | ||
|
|
f41c3c0a73 | ||
|
|
f3fc99ac03 | ||
|
|
20aadcf9ac | ||
|
|
2cc8f302d3 | ||
|
|
5634c20a02 | ||
|
|
e79234935b | ||
|
|
39058e897d | ||
|
|
568ef4ecc6 | ||
|
|
6542375766 | ||
|
|
6f03209e93 | ||
|
|
2a7fd9f8fb | ||
|
|
c38a439171 | ||
|
|
dc66bc1a05 | ||
|
|
fb007e57e5 | ||
|
|
df09cbe4c0 | ||
|
|
2276aae127 | ||
|
|
71844813bb | ||
|
|
784869832e | ||
|
|
423d4c0ef9 | ||
|
|
086ce454ff | ||
|
|
02ba198cfa | ||
|
|
0db1dac57f | ||
|
|
c9d4a00120 | ||
|
|
9c102f9695 | ||
|
|
5fb6618bd3 | ||
|
|
3de3e1de4d | ||
|
|
51eea3acc0 | ||
|
|
be3bf4e1f2 | ||
|
|
cbc39591d2 | ||
|
|
3965c0c108 | ||
|
|
fc44e79ddd | ||
|
|
d3eb723e24 | ||
|
|
b739434f8d | ||
|
|
36b428f1d9 | ||
|
|
678b92c0a7 | ||
|
|
aa8a60d852 | ||
|
|
30d161b1e2 | ||
|
|
96ba605026 | ||
|
|
1677648167 | ||
|
|
6cf961d392 | ||
|
|
97799aaaa8 | ||
|
|
1f668be6fa | ||
|
|
bb70f5b6a5 | ||
|
|
fdd49ab3cb | ||
|
|
1917055634 | ||
|
|
7ed095d42c | ||
|
|
ac844e4e8c | ||
|
|
34faa6f6f3 | ||
|
|
c1e7e59646 | ||
|
|
9a4883832f | ||
|
|
6cbffe48b7 | ||
|
|
832953372a |
17
.gitignore
vendored
17
.gitignore
vendored
@@ -3,15 +3,28 @@
|
|||||||
exampleSite/*
|
exampleSite/*
|
||||||
|
|
||||||
# Exclude special files in content folder
|
# Exclude special files in content folder
|
||||||
|
exampleSite/content/**/
|
||||||
!exampleSite/content
|
!exampleSite/content
|
||||||
exampleSite/content/*
|
!exmapleSite/content/about.md
|
||||||
!exampleSite/content/archives
|
!exampleSite/content/archives
|
||||||
!exampleSite/content/post
|
!exampleSite/content/post
|
||||||
|
|
||||||
|
# Exclude special files in data folder
|
||||||
|
!exampleSite/data
|
||||||
|
|
||||||
|
# Exclude special files in layouts folder
|
||||||
|
!exampleSite/layouts
|
||||||
|
|
||||||
# Exclude special files in static folder
|
# Exclude special files in static folder
|
||||||
!exampleSite/static
|
!exampleSite/static
|
||||||
|
|
||||||
# Exclude special files
|
# Exclude special files
|
||||||
!exampleSite/config.yaml
|
!exampleSite/config.yaml
|
||||||
!exampleSite/start.sh
|
!exampleSite/startup.sh
|
||||||
|
|
||||||
|
data/*
|
||||||
|
!data/config.yaml
|
||||||
|
!data/resources.yaml
|
||||||
|
|
||||||
|
# vscode
|
||||||
|
.vscode/
|
||||||
|
|||||||
92
README.md
92
README.md
@@ -1,4 +1,4 @@
|
|||||||
[中文](README.zh.md) | [English](#)
|
[中文](https://github.com/hugo-next/hugo-theme-next/blob/main/README.zh.md) | [English](#)
|
||||||
|
|
||||||
<a title="Hugo NexT Website" href="https://preview.hugo-next.eu.org">
|
<a title="Hugo NexT Website" href="https://preview.hugo-next.eu.org">
|
||||||
<img align="right" alt="NexT logo" width="266" src="https://lisenhui.gitee.io/imgs/hugo-next/logo/hugo-next-primary.png">
|
<img align="right" alt="NexT logo" width="266" src="https://lisenhui.gitee.io/imgs/hugo-next/logo/hugo-next-primary.png">
|
||||||
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
[](https://gitter.im/hugo-next/community) [](https://github.com/gohugoio/hugo/releases/latest) [](https://github.com/hugo-next/hugo-theme-next) [](https://github.com/hugo-next/hugo-theme-next/find/main) [](https://github.com/hugo-next/hugo-theme-next/blob/main/LICENSE)
|
[](https://gitter.im/hugo-next/community) [](https://github.com/gohugoio/hugo/releases/latest) [](https://github.com/hugo-next/hugo-theme-next) [](https://github.com/hugo-next/hugo-theme-next/find/main) [](https://github.com/hugo-next/hugo-theme-next/blob/main/LICENSE)
|
||||||
|
|
||||||
## 4 Scheme
|
## 🎨 4 Scheme
|
||||||
|
|
||||||
* :heart_decoration: Muse
|
* :heart_decoration: Muse
|
||||||
* :six_pointed_star: Mist
|
* :six_pointed_star: Mist
|
||||||
* :pisces: Pisces
|
* :pisces: Pisces
|
||||||
* :gemini: Gemini (**default**)
|
* :gemini: Gemini (**default**)
|
||||||
|
|
||||||
## Live Preview
|
## 👀 Live Preview
|
||||||
|
|
||||||
| Environment | :gemini: (**Default**) | :heart_decoration: | :six_pointed_star: | :pisces: | Status |
|
| Environment | :gemini: (**Default**) | :heart_decoration: | :six_pointed_star: | :pisces: | Status |
|
||||||
| :---: | :---: | :---: | :---: | :---: | :---: |
|
| :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
@@ -29,22 +29,44 @@
|
|||||||
> - Preliminary: all new feature developments will be previewed as soon as possible.
|
> - Preliminary: all new feature developments will be previewed as soon as possible.
|
||||||
> - Production: Only the features that are tested stably and meet the requirements will be officially released.
|
> - Production: Only the features that are tested stably and meet the requirements will be officially released.
|
||||||
|
|
||||||
## Quick Start
|
## 👣 Quick Start
|
||||||
|
|
||||||
Before use `Hugo NexT` theme, please make sure installed `Git` & `Hugo Extened` software in your PC, then use `submodule` to lead into the theme, see below commands:
|
Before use `Hugo NexT` theme, please make sure installed `Git` & `Hugo Extened` software in your PC.
|
||||||
|
|
||||||
|
|
||||||
|
### 📰 Use Template
|
||||||
|
|
||||||
|
If there your first time build blog site, Recommended use template of `Github` which can easily create your site code. Click & visit this repository: [hugo-theme-next-starter](https://github.com/hugo-next/hugo-theme-next-starter), then click the green button which name call `Use this template` upper right corner on the page. Just like below image:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
After do that click the green button which name call `Create repository from template`, then will create your site code automatic, and clone it on your PC environment.
|
||||||
|
|
||||||
|
### 📐 Direct Reference
|
||||||
|
|
||||||
|
If you had a blog site, then use `submodule` to lead into the theme, see below commands:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ hugo new site hugo-next-exmaple
|
|
||||||
$ cd hugo-next-exmaple
|
$ cd hugo-next-exmaple
|
||||||
$ git init
|
|
||||||
$ git submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next
|
$ git submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next
|
||||||
$ cp -r themes/hugo-theme-next/exampleSite/* .
|
$ cp themes/hugo-theme-next/exampleSite/config.yaml .
|
||||||
$ rm -rf config.toml
|
$ mv config.toml config.toml.backup
|
||||||
|
```
|
||||||
|
|
||||||
|
### 💻 Preview on Local
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ cd hugo-next-exmaple
|
||||||
$ hugo server
|
$ hugo server
|
||||||
```
|
```
|
||||||
|
|
||||||
Done that input adrress http://127.0.0.1:1313/ on browser will see the effect & good luck for you! :tada::tada::tada:
|
Done that input adrress http://127.0.0.1:1313/ on browser will see the effect & good luck for you! :tada::tada::tada:
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
> Don't use `hugo server` command deploy your site and enable internet visit, it just used to preview when you develop on local environment. Recommended use `hugo` command build static files all site, then deploy them into Web server such as `Nginx`.
|
||||||
|
|
||||||
|
### 🔄 Upgrade Theme
|
||||||
|
|
||||||
Execute command as below in your site directory when the theme upgrade.
|
Execute command as below in your site directory when the theme upgrade.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -52,13 +74,15 @@ $ cd hugo-next-exmaple
|
|||||||
$ git submodule update --remote
|
$ git submodule update --remote
|
||||||
```
|
```
|
||||||
|
|
||||||
## New Post
|
## 📝 New Post
|
||||||
|
|
||||||
There had ready a new post template for you, It is recommended to use the following Hugo command to quickly create a new post:
|
There had ready a new post template for you, It is recommended to use the following Hugo command to quickly create a new post:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ hugo new posts/hello-world.md
|
$ hugo new posts/hello-world.md
|
||||||
```
|
```
|
||||||
|
> **Note**
|
||||||
|
> By defalut `hugo new` command will create new post under `content` root directory, so in here `posts` were you custom subfolder in `content` directory.
|
||||||
|
|
||||||
All front matter parameters's description in post as below:
|
All front matter parameters's description in post as below:
|
||||||
|
|
||||||
@@ -88,41 +112,69 @@ tags:
|
|||||||
#expand: true
|
#expand: true
|
||||||
# It's means that will redirecting to external links
|
# It's means that will redirecting to external links
|
||||||
#extlink:
|
#extlink:
|
||||||
# Switch to enabled or disabled comment plugins in this post
|
# Disabled comment plugins in this post
|
||||||
#comment:
|
#comment:
|
||||||
# enable: false
|
# enable: false
|
||||||
# Enable table of content
|
# Disable table of content int this post
|
||||||
|
# Notice: By default will automatic build table of content
|
||||||
|
# with h2-h4 title in post and without other settings
|
||||||
#toc: false
|
#toc: false
|
||||||
# Absolute link for visit
|
# Absolute link for visit
|
||||||
#url: "{{ lower .Name }}.html"
|
#url: "{{ lower .Name }}.html"
|
||||||
# Sticky post set-top in home page and the smaller nubmer will more forward.
|
# Sticky post set-top in home page and the smaller nubmer will more forward.
|
||||||
#weight: 1
|
#weight: 1
|
||||||
|
# Support Math Formulas render, options: mathjax, katex
|
||||||
|
#math: mathjax
|
||||||
|
# Enable chart render, such as: flow, sequence, classes etc
|
||||||
|
#mermaid: true
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
## Feedback
|
## 🎉 User's Cases
|
||||||
|
|
||||||
|
- [Hugo Docs & Demo](https://hugo-next.eu.org/)
|
||||||
|
- [凡梦星尘空间站](https://lisenhui.cn/)
|
||||||
|
- [阿哈吉](https://a.happy2008.top/)
|
||||||
|
- [研究僧](https://yuanlucas.com/)
|
||||||
|
- [Zero's Record](https://izeroo.cn/)
|
||||||
|
- [More Cases](https://hugo-next.eu.org/flinks.html)
|
||||||
|
|
||||||
|
Hope could submmit your site information in this file [flinks.yaml](https://github.com/hugo-next/hugo-next-docs/blob/develop/data/flinks.yaml) end line such as below code sytle when you use `Hugo NexT` theme, thanks.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: NexT 主题
|
||||||
|
desc: 保持简单的易用性和强大的功能
|
||||||
|
avatar: https://hugo-next.eu.org/imgs/hugo_next_avatar.png
|
||||||
|
link: https://hugo-next.eu.org
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🙋 Feedback
|
||||||
|
|
||||||
- Join us [GitHub Discussions](https://github.com/hugo-next/hugo-theme-next/discussions) or [Gitter](https://gitter.im/hugo-next/community) to chat :beers:
|
- Join us [GitHub Discussions](https://github.com/hugo-next/hugo-theme-next/discussions) or [Gitter](https://gitter.im/hugo-next/community) to chat :beers:
|
||||||
- [GitHub Issues](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Bug&template=bug-report.md) submit a new bug :bug:
|
- [GitHub Issues](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Bug&template=bug-report.md) submit a new bug :bug:
|
||||||
- [GitHub Feature](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Feature+Request&template=feature-request.md) tell me your ideas :sparkles:
|
- [GitHub Feature](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Feature+Request&template=feature-request.md) tell me your ideas :sparkles:
|
||||||
|
|
||||||
## Join us
|
## 👨👩👧👦 Join us
|
||||||
|
|
||||||
All features development progress and new request in [Hugo NexT V4 Roadmap](https://github.com/hugo-next/hugo-theme-next/issues/9), welcome to join us and compelete it together.
|
All features development progress and new request in [Hugo NexT V4 Roadmap](https://github.com/hugo-next/hugo-theme-next/issues/9), welcome to join us and compelete it together.
|
||||||
|
|
||||||
## License
|
## 📜 License
|
||||||
|
|
||||||
[MIT License](LICENSE)
|
[MIT License](LICENSE)
|
||||||
|
|
||||||
Copyright (c) 2022, hugo-next teams.
|
Copyright (c) 2022, hugo-next teams.
|
||||||
|
|
||||||
## Thanks
|
## 💖 Thanks
|
||||||
|
|
||||||
That's my hobby to develop `Hugo NexT` theme, thanks all people who gived the donate, and let we follow it growth up.
|
That's my hobby to develop `Hugo NexT` theme, thanks all people who gived the donate, and let we follow it growth up.
|
||||||
|
|
||||||
List of Donors(Order by Date):
|
List of Donors(Order desc by Date):
|
||||||
|
|
||||||
| Donation time | Donors | Donation mode | Donation content | Message |
|
| Donation time | Donors | Donation mode | Donation content | Message |
|
||||||
| ------- | ------ | ------ | ---- | ---- |
|
| :-------: | ------ | ------ | ---- | ---- |
|
||||||
| 2021.12.21 | z*y | wechat pay | RMB 18.88 | / |
|
| 2022.09.30 | *軒 | wechat pay | ¥66.66 | Hope it could help more people. |
|
||||||
| 2022.05.08 | *泉 | wechat pay | RMB 6.60 | Good luck with next develop. |
|
| 2022.09.30 | N*l | wechat pay | ¥20.00 | / |
|
||||||
|
| 2022.07.09 | *风 | wechat pay | ¥10.00 | / |
|
||||||
|
| 2022.05.08 | *泉 | wechat pay | ¥6.60 | Good luck with next develop. |
|
||||||
|
| 2022.02.28 | *娇 | wechat pay | ¥5.00 | / |
|
||||||
|
| 2021.12.21 | z*y | wechat pay | ¥18.88 | / |
|
||||||
93
README.zh.md
93
README.zh.md
@@ -1,7 +1,7 @@
|
|||||||
[中文](#) | [English](README.md)
|
[中文](#) | [English](https://github.com/hugo-next/hugo-theme-next/blob/main/README.md)
|
||||||
|
|
||||||
<a title="Hugo NexT 站点" href="https://preview.hugo-next.eu.org">
|
<a title="Hugo NexT 站点" href="https://preview.hugo-next.eu.org">
|
||||||
<img align="right" alt="NexT logo" width="266" src="https://lisenhui.gitee.io/imgs/hugo-next/logo/hugo-next-primary.png">
|
<img align="right" alt="NexT logo" width="266" src="https://imgs.lisenhui.cn/hugo-next/logo/hugo-next-primary.png">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
## Hugo NexT
|
## Hugo NexT
|
||||||
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
[](https://gitter.im/hugo-next/community) [](https://github.com/gohugoio/hugo/releases/latest) [](https://github.com/hugo-next/hugo-theme-next) [](https://github.com/hugo-next/hugo-theme-next/find/main) [](https://github.com/hugo-next/hugo-theme-next/blob/main/LICENSE)
|
[](https://gitter.im/hugo-next/community) [](https://github.com/gohugoio/hugo/releases/latest) [](https://github.com/hugo-next/hugo-theme-next) [](https://github.com/hugo-next/hugo-theme-next/find/main) [](https://github.com/hugo-next/hugo-theme-next/blob/main/LICENSE)
|
||||||
|
|
||||||
## 4 种页面模式
|
## 🎨 4 种页面模式
|
||||||
|
|
||||||
* :heart_decoration: 冥想 (Muse)
|
* :heart_decoration: 冥想 (Muse)
|
||||||
* :six_pointed_star: 迷雾 (Mist)
|
* :six_pointed_star: 迷雾 (Mist)
|
||||||
* :pisces: 双鱼座 (Pisces)
|
* :pisces: 双鱼座 (Pisces)
|
||||||
* :gemini: 双子座 (Gemini) (**默认**)
|
* :gemini: 双子座 (Gemini) (**默认**)
|
||||||
|
|
||||||
## 在线预览
|
## 👀 在线预览
|
||||||
|
|
||||||
| 环境 | :gemini: (**Default**) | :heart_decoration: | :six_pointed_star: | :pisces: | 状态 |
|
| 环境 | :gemini: (**Default**) | :heart_decoration: | :six_pointed_star: | :pisces: | 状态 |
|
||||||
| :---: | :---: | :---: | :---: | :---: | :---: |
|
| :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
@@ -29,21 +29,43 @@
|
|||||||
> - 开发版本: 所有的新功能开发都会在此第一时间发布预览
|
> - 开发版本: 所有的新功能开发都会在此第一时间发布预览
|
||||||
> - 正式版本: 只有测试稳定且符合要求的功能才会正式发布
|
> - 正式版本: 只有测试稳定且符合要求的功能才会正式发布
|
||||||
|
|
||||||
## 快速开始
|
## 👣 快速开始
|
||||||
|
|
||||||
在使用 `Hugo NexT` 主题之前,请确认你的电脑上已经安装 `Git` 和 `Hugo Extened` 两款软件,然后通过 `submodule` 模式引用本主题,参考如下命令:
|
在使用 `Hugo NexT` 主题之前,请确认你的电脑上已经安装 `Git` 和 `Hugo Extened` 两款软件。
|
||||||
|
|
||||||
|
### 📰 使用模板
|
||||||
|
|
||||||
|
如果你是初次建站的话,可以使用 `Github` 的模板功能,一键生成你的站点仓库代码。访问 [hugo-theme-next-starter](https://github.com/hugo-next/hugo-theme-next-starter) 点击右上角的 `Use this template` 绿色按钮然后填写代码仓库的相关信息,参考如下:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
最后点击 `Create repository from template` 绿色按钮,会直接在你的空间中生成站点代码,再把它克隆到本地进行创作。
|
||||||
|
|
||||||
|
### 📐 直接引用
|
||||||
|
|
||||||
|
如果你已经有站点,可通过 `submodule` 模式引用本主题,参考如下命令:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ hugo new site hugo-next-exmaple
|
|
||||||
$ cd hugo-next-exmaple
|
$ cd hugo-next-exmaple
|
||||||
$ git init
|
|
||||||
$ git submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next
|
$ git submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next
|
||||||
$ cp -r themes/hugo-theme-next/exampleSite/* .
|
$ cp themes/hugo-theme-next/exampleSite/config.yaml .
|
||||||
$ rm -rf config.toml
|
$ mv config.toml config.toml.backup
|
||||||
|
```
|
||||||
|
|
||||||
|
### 💻 本地预览
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ cd hugo-next-exmaple
|
||||||
$ hugo server
|
$ hugo server
|
||||||
```
|
```
|
||||||
|
|
||||||
打开浏览器,在地址栏输入 http://127.0.0.1:1313/ 查看主题效果,祝你好运!:tada::tada::tada:
|
打开浏览器,在地址栏输入 http://127.0.0.1:1313/ 查看主题效果,祝你好运!:tada::tada::tada:
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
> 要注意下 `hugo server` 命令只是用于本地开发或写文章时预览,并非是将其直接对外网开放访问。在正式发布时,可通过 `hugo` 命令生成全站静态文件,然后部署到类似 `Nginx` 的 Web 服务器即可。
|
||||||
|
|
||||||
|
### 🔄 主题更新
|
||||||
|
|
||||||
后续更新主题只需要在你的站点目录中,执行如下命令:
|
后续更新主题只需要在你的站点目录中,执行如下命令:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -51,9 +73,10 @@ $ cd hugo-next-exmaple
|
|||||||
$ git submodule update --remote
|
$ git submodule update --remote
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note**
|
||||||
> 本主题的代码同时也同步到 `Gitee` 仓库,在国内环境可切换用 [https://gitee.com/hugo-next/hugo-theme-next.git](https://gitee.com/hugo-next/hugo-theme-next.git) 镜像速度更快,也更稳定。
|
> 本主题的代码同时也同步到 `Gitee` 仓库,在国内环境可切换用 [https://gitee.com/hugo-next/hugo-theme-next.git](https://gitee.com/hugo-next/hugo-theme-next.git) 镜像速度更快,也更稳定。
|
||||||
|
|
||||||
## 发表新文章
|
## 📝 发表新文章
|
||||||
|
|
||||||
主题已经配置了默认的文章模板,建议使用如下 Hugo 命令快速创建新的文章:
|
主题已经配置了默认的文章模板,建议使用如下 Hugo 命令快速创建新的文章:
|
||||||
|
|
||||||
@@ -61,6 +84,9 @@ $ git submodule update --remote
|
|||||||
$ hugo new posts/hello-world.md
|
$ hugo new posts/hello-world.md
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
> 其中 `posts` 路径是 `content` 根目录下的子文件夹,可依据自己的文件管理形态调整。
|
||||||
|
|
||||||
关于文章头部那些参数作用的说明参考如下:
|
关于文章头部那些参数作用的说明参考如下:
|
||||||
|
|
||||||
|
|
||||||
@@ -94,19 +120,42 @@ tags:
|
|||||||
#expand: true
|
#expand: true
|
||||||
# 外部链接地址,访问时直接跳转
|
# 外部链接地址,访问时直接跳转
|
||||||
#extlink:
|
#extlink:
|
||||||
# 在当前页面开启或关闭评论功能
|
# 在当前页面关闭评论功能
|
||||||
#comment:
|
#comment:
|
||||||
# enable: false
|
# enable: false
|
||||||
# 开启文章目录功能
|
# 关闭当前页面目录功能
|
||||||
|
# 注意:正常情况下文章中有H2-H4标题会自动生成目录,无需额外配置
|
||||||
#toc: false
|
#toc: false
|
||||||
# 绝对访问路径
|
# 绝对访问路径
|
||||||
#url: "{{ lower .Name }}.html"
|
#url: "{{ lower .Name }}.html"
|
||||||
# 开启文章置顶,数字越小越靠前
|
# 开启文章置顶,数字越小越靠前
|
||||||
#weight: 1
|
#weight: 1
|
||||||
|
# 开启数学公式渲染,可选值: mathjax, katex
|
||||||
|
#math: mathjax
|
||||||
|
# 开启各种图渲染,如流程图、时序图、类图等
|
||||||
|
#mermaid: true
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
## 使用反馈
|
## 🎉 用户案例
|
||||||
|
|
||||||
|
- [Hugo Docs & Demo](https://hugo-next.eu.org/)
|
||||||
|
- [凡梦星尘空间站](https://lisenhui.cn/)
|
||||||
|
- [阿哈吉](https://a.happy2008.top/)
|
||||||
|
- [研究僧](https://yuanlucas.com/)
|
||||||
|
- [Zero's Record](https://izeroo.cn/)
|
||||||
|
- [更多案例上线](https://hugo-next.eu.org/flinks.html)
|
||||||
|
|
||||||
|
如你也正在使用 `Hugo NexT` 主题,欢迎在 [flinks.yaml](https://github.com/hugo-next/hugo-next-docs/blob/develop/data/flinks.yaml) 文件底部提交贵站的名称、描述、头像、链接等信息,具体格式内容参考如下:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: NexT 主题
|
||||||
|
desc: 保持简单的易用性和强大的功能
|
||||||
|
avatar: https://hugo-next.eu.org/imgs/hugo_next_avatar.png
|
||||||
|
link: https://hugo-next.eu.org
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🙋 使用反馈
|
||||||
|
|
||||||
- 加入 [GitHub Discussions](https://github.com/hugo-next/hugo-theme-next/discussions) 或 [Gitter](https://gitter.im/hugo-next/community) 在线讨论 :beers:
|
- 加入 [GitHub Discussions](https://github.com/hugo-next/hugo-theme-next/discussions) 或 [Gitter](https://gitter.im/hugo-next/community) 在线讨论 :beers:
|
||||||
- [GitHub Issues](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Bug&template=bug-report.md) 提交错误报告 :bug:
|
- [GitHub Issues](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Bug&template=bug-report.md) 提交错误报告 :bug:
|
||||||
@@ -114,23 +163,27 @@ tags:
|
|||||||
|
|
||||||
> 国内用户也可加入 QQ 群交流: 604710815
|
> 国内用户也可加入 QQ 群交流: 604710815
|
||||||
|
|
||||||
## 欢迎加入
|
## 👨👩👧👦 欢迎加入
|
||||||
|
|
||||||
关于本主题的开发进度和后续的发展路线图,可访问 [Hugo NexT V4 Roadmap](https://github.com/hugo-next/hugo-theme-next/issues/9) 查看详情,也欢迎大家参与一起来完善。
|
关于本主题的开发进度和后续的发展路线图,可访问 [Hugo NexT V4 Roadmap](https://github.com/hugo-next/hugo-theme-next/issues/9) 查看详情,也欢迎大家参与一起来完善。
|
||||||
|
|
||||||
## 许可证
|
## 📜 许可证
|
||||||
|
|
||||||
[MIT License](LICENSE)
|
[MIT License](LICENSE)
|
||||||
|
|
||||||
Copyright (c) 2022, hugo-next 团队
|
Copyright (c) 2022, hugo-next 团队
|
||||||
|
|
||||||
## 致谢
|
## 💖 致谢
|
||||||
|
|
||||||
开发 `Hugo NexT` 主题原本是个人的业余爱好,但没想到网友们这么的热情,感谢有你们的支持,让我们一起来见证它的成长。
|
开发 `Hugo NexT` 主题原本是个人的业余爱好,但没想到网友们这么的热情,感谢有你们的支持,让我们一起来见证它的成长。
|
||||||
|
|
||||||
以下是捐助名单列表(按时间顺序):
|
以下是打赏名单列表(按时间倒序):
|
||||||
|
|
||||||
| 捐助时间 | 捐助者 | 捐助方式 | 捐助内容 | 留言 |
|
| 打赏时间 | 打赏者 | 打赏方式 | 打赏内容 | 留言 |
|
||||||
| :-------: | ------ | ------ | ---- | ---- |
|
| :-------: | ------ | ------ | ---- | ---- |
|
||||||
|
| 2022.09.30 | *軒 | 微信支付 | ¥66.66 | 愿项目造福更多人! |
|
||||||
|
| 2022.09.30 | N*l | 微信支付 | ¥20.00 | / |
|
||||||
|
| 2022.07.09 | *风 | 微信支付 | ¥10.00 | / |
|
||||||
|
| 2022.05.08 | *泉 | 微信支付 | ¥6.60 | 祝开发next顺利 |
|
||||||
|
| 2022.02.28 | *娇 | 微信支付 | ¥5.00 | / |
|
||||||
| 2021.12.21 | z*y | 微信支付 | ¥18.88 | / |
|
| 2021.12.21 | z*y | 微信支付 | ¥18.88 | / |
|
||||||
| 2022.05.08 | *泉 | 微信支付 | ¥6.60 | 祝开发next顺利 |顺利 |
|
|
||||||
@@ -27,12 +27,12 @@ tags:
|
|||||||
# 外部链接地址,访问时直接跳转
|
# 外部链接地址,访问时直接跳转
|
||||||
# It's means that will redirecting to external links
|
# It's means that will redirecting to external links
|
||||||
#extlink:
|
#extlink:
|
||||||
# 在当前页面开启或关闭评论功能
|
# 在当前页面关闭评论功能
|
||||||
# Switch to enabled or disabled comment plugins in this post
|
# Disabled comment plugins in this post
|
||||||
#comment:
|
#comment:
|
||||||
# enable: false
|
# enable: false
|
||||||
# 开启文章目录功能
|
# 关闭文章目录功能
|
||||||
# Enable table of content
|
# Disable table of content
|
||||||
#toc: false
|
#toc: false
|
||||||
# 绝对访问路径
|
# 绝对访问路径
|
||||||
# Absolute link for visit
|
# Absolute link for visit
|
||||||
@@ -40,6 +40,12 @@ tags:
|
|||||||
# 开启文章置顶,数字越小越靠前
|
# 开启文章置顶,数字越小越靠前
|
||||||
# Sticky post set-top in home page and the smaller nubmer will more forward.
|
# Sticky post set-top in home page and the smaller nubmer will more forward.
|
||||||
#weight: 1
|
#weight: 1
|
||||||
|
# 开启数学公式渲染,可选值: mathjax, katex
|
||||||
|
# Support Math Formulas render, options: mathjax, katex
|
||||||
|
#math: mathjax
|
||||||
|
# 开启各种图渲染,如流程图、时序图、类图等
|
||||||
|
# Enable chart render, such as: flow, sequence, classes etc
|
||||||
|
#mermaid: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ .Name }}
|
{{ .Name }}
|
||||||
|
|||||||
@@ -29,9 +29,7 @@
|
|||||||
color-scheme: light;
|
color-scheme: light;
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $darkmode {
|
:root[data-theme="dark"] {
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
:root {
|
|
||||||
--body-bg-color: #{$body-bg-color-dark};
|
--body-bg-color: #{$body-bg-color-dark};
|
||||||
--content-bg-color: #{$content-bg-color-dark};
|
--content-bg-color: #{$content-bg-color-dark};
|
||||||
--card-bg-color: #{$card-bg-color-dark};
|
--card-bg-color: #{$card-bg-color-dark};
|
||||||
@@ -59,18 +57,16 @@
|
|||||||
--highlight-gutter-foreground: #{$highlight-gutter-foreground-dark};
|
--highlight-gutter-foreground: #{$highlight-gutter-foreground-dark};
|
||||||
|
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img[data-theme="dark"] {
|
||||||
opacity: .75;
|
opacity: .75;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: .9;
|
opacity: .9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe[data-theme="dark"] {
|
||||||
color-scheme: light;
|
color-scheme: light;
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,45 +0,0 @@
|
|||||||
@if $back2top_enable {
|
|
||||||
.back-to-top {
|
|
||||||
font-size: $b2t-font-size;
|
|
||||||
|
|
||||||
@if not $back2top_scrollpercent {
|
|
||||||
span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@if $back2top_sidebar {
|
|
||||||
margin: 20px - $sidebar-offset -10px -20px;
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity $transition-ease;
|
|
||||||
|
|
||||||
&.back-to-top-on {
|
|
||||||
cursor: pointer;
|
|
||||||
opacity: $b2t-opacity;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
opacity: $b2t-opacity-hover;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} @else {
|
|
||||||
bottom: $b2t-position-bottom;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: $b2t-color;
|
|
||||||
padding: 0 6px;
|
|
||||||
transition: bottom $transition-ease;
|
|
||||||
@include sidebar-toggle();
|
|
||||||
|
|
||||||
@if not $back2top_scrollpercent {
|
|
||||||
width: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $sidebar-highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.back-to-top-on {
|
|
||||||
bottom: $b2t-position-bottom-on;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
z-index: $zindex-5;
|
z-index: $zindex-5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import 'back-to-top';
|
@import 'tool-buttons';
|
||||||
@import 'reading-progress';
|
@import 'reading-progress';
|
||||||
|
|
||||||
@import 'post';
|
@import 'post';
|
||||||
|
|||||||
141
assets/css/_common/components/pages/flinks.scss
Normal file
141
assets/css/_common/components/pages/flinks.scss
Normal file
@@ -0,0 +1,141 @@
|
|||||||
|
.flinks-block {
|
||||||
|
|
||||||
|
.flinks-block-title {
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-list-title {
|
||||||
|
font-size: 1.25em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-lists > div:not(:first-child) {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-list-desc {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-list-items {
|
||||||
|
overflow: auto;
|
||||||
|
padding: 10px 10px 0;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.flinks-list-item {
|
||||||
|
@include mobile() {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
float: left;
|
||||||
|
overflow: hidden;
|
||||||
|
margin: 15px 7px;
|
||||||
|
width: calc(100% / 3 - 18px);
|
||||||
|
height: 90px;
|
||||||
|
border-radius: 8px;
|
||||||
|
line-height: 17px;
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
|
border: groove 1px var(--highlight-foreground);
|
||||||
|
box-shadow: .6rem .5rem 0.3rem var(--body-bg-color);
|
||||||
|
|
||||||
|
&:hover:before,
|
||||||
|
&:focus:before,
|
||||||
|
&:active:before {
|
||||||
|
-webkit-transform:scale(1);
|
||||||
|
-moz-transform:scale(1);
|
||||||
|
-o-transform:scale(1);
|
||||||
|
-ms-transform:scale(1);
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
&:hover .flinks-item-icon {
|
||||||
|
margin-left:-10px;
|
||||||
|
width:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: -1;
|
||||||
|
background: var(--body-bg-color);
|
||||||
|
content: ' ';
|
||||||
|
transition: transform .3s ease-out;
|
||||||
|
transform: scale(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
//color: var(--font-color);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-item-icon {
|
||||||
|
float: left;
|
||||||
|
overflow: hidden;
|
||||||
|
margin: 15px 10px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
border-radius: 35px;
|
||||||
|
border: solid 1px var(--body-bg-color);
|
||||||
|
-webkit-transition: width .3s ease-out;
|
||||||
|
-moz-transition: width .3s ease-out;
|
||||||
|
-o-transition: width .3s ease-out;
|
||||||
|
-ms-transition: width .3s ease-out;
|
||||||
|
transition: width .3s ease-out;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
-webkit-transition: filter 375ms ease-in .2s,-webkit-transform .3s;
|
||||||
|
-moz-transition: filter 375ms ease-in .2s,-moz-transform .3s;
|
||||||
|
-o-transition: filter 375ms ease-in .2s,-o-transform .3s;
|
||||||
|
-ms-transition: filter 375ms ease-in .2s,-ms-transform .3s;
|
||||||
|
transition: filter 375ms ease-in .2s,transform .3s;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-item-name, .flinks-item-desc {
|
||||||
|
overflow:hidden;
|
||||||
|
-o-text-overflow:ellipsis;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
white-space:nowrap
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-item-name {
|
||||||
|
padding: 20px 0 0 0;
|
||||||
|
height: 20px;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 1em;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
@include mobile() {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-item-desc {
|
||||||
|
padding: 10px 0;
|
||||||
|
font-size: .92em;
|
||||||
|
|
||||||
|
@include mobile() {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.flinks-page-desc {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,3 +3,4 @@
|
|||||||
@import 'schedule';
|
@import 'schedule';
|
||||||
@import 'breadcrumb';
|
@import 'breadcrumb';
|
||||||
@import 'tag-cloud';
|
@import 'tag-cloud';
|
||||||
|
@import 'flinks';
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
.use-motion {
|
.use-motion {
|
||||||
@if $motion_trans_post_block {
|
@if $motion_trans_post_block {
|
||||||
.post-block, .pagination, .comments, .post-comments {
|
.post-block, .flinks-block, .pagination, .comments, .post-comments {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -42,6 +42,34 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@if $toc_number {
|
||||||
|
.autonumber {
|
||||||
|
h2 {
|
||||||
|
counter-reset: h3;
|
||||||
|
&:before{
|
||||||
|
counter-increment: h2;
|
||||||
|
content: counter(h2) ". ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
counter-reset: h4;
|
||||||
|
&:before{
|
||||||
|
counter-increment: h3;
|
||||||
|
content: counter(h2) ". " counter(h3) ". ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
counter-reset: h5;
|
||||||
|
&:before{
|
||||||
|
counter-increment: h4;
|
||||||
|
content: counter(h2) "." counter(h3) "." counter(h4) ". ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@import 'post-collapse';
|
@import 'post-collapse';
|
||||||
@import 'post-body';
|
@import 'post-body';
|
||||||
@import 'post-gallery';
|
@import 'post-gallery';
|
||||||
|
|||||||
@@ -76,4 +76,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
max-width: 98%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
// Fix issue #16
|
// Fix issue #16
|
||||||
// To do: use `gap` instead of `margin`
|
// To do: use `gap` instead of `margin`
|
||||||
// See https://caniuse.com/flexbox-gap
|
// See https://caniuse.com/flexbox-gap
|
||||||
.post-footer {
|
.post-footer, .flinks-list-footer {
|
||||||
@include flex-column();
|
@include flex-column();
|
||||||
|
|
||||||
hr{
|
hr{
|
||||||
|
|||||||
@@ -113,9 +113,3 @@
|
|||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $busuanzi_post_views {
|
|
||||||
#busuanzi_container_page_pv {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
@import 'utterances';
|
@import 'utterances';
|
||||||
@import 'search';
|
@import 'search';
|
||||||
@import 'related-posts';
|
@import 'related-posts';
|
||||||
@import 'math';
|
|
||||||
@import 'gitter';
|
@import 'gitter';
|
||||||
@import 'livere';
|
@import 'livere';
|
||||||
@import 'waline';
|
@import 'waline';
|
||||||
|
@import 'mermaid';
|
||||||
|
|
||||||
.use-motion .animated {
|
.use-motion .animated {
|
||||||
// Fix issue #48 #55
|
// Fix issue #48 #55
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
@if $math_mathjax_enable {
|
|
||||||
mjx-container[jax='CHTML'][display='true'], .has-jax {
|
|
||||||
overflow: auto hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
mjx-container[display='true'] + br {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
3
assets/css/_common/components/third-party/mermaid.scss
vendored
Normal file
3
assets/css/_common/components/third-party/mermaid.scss
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.post-block .post-body .mermaid {
|
||||||
|
background: var(--highlight-foreground);
|
||||||
|
}
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
.search-popup {
|
.search-popup {
|
||||||
background: var(--card-bg-color);
|
background: var(--card-bg-color);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
height: 80%;
|
height: 65%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
transition: transform .4s;
|
transition: transform .4s;
|
||||||
@@ -55,12 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-header {
|
.search-header {
|
||||||
background: $gainsboro;
|
background: var(--content-bg-color);
|
||||||
@if $darkmode {
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
background: $grey-dim;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -72,6 +67,7 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
color: var(--text-color);
|
||||||
|
|
||||||
&::-webkit-search-cancel-button {
|
&::-webkit-search-cancel-button {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -81,17 +77,48 @@
|
|||||||
.search-result-container {
|
.search-result-container {
|
||||||
height: calc(100% - 55px);
|
height: calc(100% - 55px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 5px 25px;
|
padding: 0px 25px;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
.search-footer {
|
||||||
margin: 5px 0 10px;
|
background: var(--content-bg-color);
|
||||||
|
border-bottom-left-radius: 5px;
|
||||||
|
border-bottom-right-radius: 5px;
|
||||||
|
padding: 0 5px;
|
||||||
|
color: var(--text-color);
|
||||||
|
|
||||||
&:first-child {
|
.search-meta-info {
|
||||||
display: none;
|
height: 26px;
|
||||||
|
display: flex;
|
||||||
|
padding: 5px 0;
|
||||||
|
|
||||||
|
.search-hit-stats {
|
||||||
|
font-size: $font-size-smaller;
|
||||||
|
width: 65%;
|
||||||
|
padding: 2px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-vendor {
|
||||||
|
width: 34%;
|
||||||
|
text-align: right;
|
||||||
|
font-size: $font-size-small;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 68px;
|
||||||
|
margin: 5px;
|
||||||
|
vertical-align: middle;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.search-result-list {
|
.search-result-list {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -106,6 +133,13 @@
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mark.search-keyword {
|
||||||
|
background: transparent;
|
||||||
|
border-bottom: 1px dashed $red;
|
||||||
|
color: $red;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $algolia_search_enable {
|
@if $algolia_search_enable {
|
||||||
@@ -130,9 +164,16 @@
|
|||||||
|
|
||||||
.algolia-pagination {
|
.algolia-pagination {
|
||||||
// Override default style of ul
|
// Override default style of ul
|
||||||
margin: 40px 0;
|
//margin: 40px 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: $font-size-smallest;
|
||||||
|
margin-bottom: -16px;
|
||||||
|
|
||||||
|
.pagination {
|
||||||
|
visibility: visible;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.pagination-item {
|
.pagination-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -169,11 +210,4 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mark.search-keyword {
|
|
||||||
background: transparent;
|
|
||||||
border-bottom: 1px dashed $red;
|
|
||||||
color: $red;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -2,4 +2,17 @@
|
|||||||
.wl-actions>button:nth-child(3) {
|
.wl-actions>button:nth-child(3) {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include mobile() {
|
||||||
|
.wl-reaction-img {
|
||||||
|
width: 28px;
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
|
.wl-reaction-votes {
|
||||||
|
padding: 0.85px;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: .65em;
|
||||||
|
line-height: .85;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
95
assets/css/_common/components/tool-buttons.scss
Normal file
95
assets/css/_common/components/tool-buttons.scss
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
.tool-buttons {
|
||||||
|
|
||||||
|
@include sidebar-toggle();
|
||||||
|
background: none;
|
||||||
|
bottom: 58px;
|
||||||
|
filter: alpha(opacity=0);
|
||||||
|
font-size: $font-size-smaller;
|
||||||
|
@include mobile() {
|
||||||
|
font-size: $font-size-smallest;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
width: 36px;
|
||||||
|
height: 36px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: $tool-btn-bg;
|
||||||
|
color: $tool-btn-color;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 35px;
|
||||||
|
padding: 0;
|
||||||
|
outline: 0;
|
||||||
|
border: none;
|
||||||
|
text-transform: none;
|
||||||
|
cursor: pointer;
|
||||||
|
opacity: $tool-btn-opacity;
|
||||||
|
touch-action: manipulation;
|
||||||
|
|
||||||
|
@include mobile() {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
line-height: 24px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $tool-btn-hover-fore-color;
|
||||||
|
opacity: $tool-btn-opacity-hover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.goto-comments {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.goto-comments-on {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@if $back2top_enable {
|
||||||
|
.back-to-top {
|
||||||
|
|
||||||
|
@if not $back2top_scrollpercent {
|
||||||
|
span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@if $back2top_sidebar {
|
||||||
|
margin: 20px -$sidebar-offset -10px -20px;
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity $transition-ease;
|
||||||
|
|
||||||
|
&.back-to-top-on {
|
||||||
|
cursor: pointer;
|
||||||
|
opacity: $b2t-opacity;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
opacity: $b2t-opacity-hover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} @else {
|
||||||
|
bottom: $b2t-position-bottom;
|
||||||
|
box-sizing: border-box;
|
||||||
|
color: $b2t-color;
|
||||||
|
padding: 0 6px;
|
||||||
|
transition: bottom $transition-ease;
|
||||||
|
@include sidebar-toggle();
|
||||||
|
|
||||||
|
@if not $back2top_scrollpercent {
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $sidebar-highlight;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.back-to-top-on {
|
||||||
|
bottom: $b2t-position-bottom-on;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -29,6 +29,16 @@
|
|||||||
font-size: $font-size-smallest;
|
font-size: $font-size-smallest;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.google-translate {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
.fa {
|
||||||
|
font-size: $font-size-larger;
|
||||||
|
margin: auto 0;
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@if $footer_vendors_enable {
|
@if $footer_vendors_enable {
|
||||||
.vendors-list {
|
.vendors-list {
|
||||||
a {
|
a {
|
||||||
@@ -97,16 +107,3 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.busuanzi-count {
|
|
||||||
@if $busuanzi_visitors {
|
|
||||||
#busuanzi_container_site_uv {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@if $busuanzi_views {
|
|
||||||
#busuanzi_container_site_pv {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -33,6 +33,8 @@
|
|||||||
|
|
||||||
.fa, .fab, .far, .fas {
|
.fa, .fab, .far, .fas {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
width: 16px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.sidebar-inner {
|
.sidebar-inner, .sidebar-card-widget {
|
||||||
color: $grey-dark;
|
color: $grey-dark;
|
||||||
// Init Sidebar & TOC inner dimensions on all pages and for all schemes.
|
// Init Sidebar & TOC inner dimensions on all pages and for all schemes.
|
||||||
$offset : if(($scheme == 'Pisces') or ($scheme == 'Gemini'), $sidebar-offset, $sidebar-padding);
|
$offset : if(($scheme == 'Pisces') or ($scheme == 'Gemini'), $sidebar-offset, $sidebar-padding);
|
||||||
@@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
img {
|
img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
max-width: 120px;
|
||||||
|
max-height: 42px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,3 +41,4 @@
|
|||||||
@import 'sidebar-toggle';
|
@import 'sidebar-toggle';
|
||||||
@import 'sidebar-toc';
|
@import 'sidebar-toc';
|
||||||
@import 'site-state';
|
@import 'site-state';
|
||||||
|
@import 'sidebar-card-widget';
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.site-author-image {
|
.site-author-image {
|
||||||
border: $site-author-image-border-width solid $site-author-image-border-color;
|
border: $site-author-image-border-width solid $site-author-image-border-color;
|
||||||
max-width: $site-author-image-width;
|
width: $site-author-image-width;
|
||||||
|
height: $site-author-image-width;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
||||||
@if $avatar_rounded {
|
@if $avatar_rounded {
|
||||||
|
|||||||
60
assets/css/_common/outline/sidebar/sidebar-card-widget.scss
Normal file
60
assets/css/_common/outline/sidebar/sidebar-card-widget.scss
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
.sidebar-card-widget {
|
||||||
|
background: var(--content-bg-color);
|
||||||
|
@if ($scheme == 'Pisces') or ($scheme == 'Gemini'){
|
||||||
|
border-radius: $border-radius;
|
||||||
|
box-shadow: $box-shadow;
|
||||||
|
}
|
||||||
|
box-sizing: border-box;
|
||||||
|
color: var(--text-color);
|
||||||
|
margin-top: $sidebar-offset;
|
||||||
|
|
||||||
|
.item-headline {
|
||||||
|
text-align: left;
|
||||||
|
font-size: $font-size-small;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
span {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.siteinfo {
|
||||||
|
font-size: $font-size-small;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
.siteinfo-item {
|
||||||
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
align-items: center;
|
||||||
|
padding: 2px 10px 0;
|
||||||
|
|
||||||
|
i {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
text-align: center;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div:first-child {
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-moz-box-flex: 1;
|
||||||
|
-o-box-flex: 1;
|
||||||
|
box-flex: 1;
|
||||||
|
-webkit-flex: 1;
|
||||||
|
-ms-flex: 1;
|
||||||
|
flex: 1;
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.back-to-top-card {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
div:first-child {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $sidebar-nav-hover-color;
|
color: $sidebar-nav-hover-color;
|
||||||
|
border-bottom-color: $sidebar-highlight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -29,6 +30,7 @@
|
|||||||
.sidebar-toc-active .sidebar-nav-toc, .sidebar-overview-active .sidebar-nav-overview {
|
.sidebar-toc-active .sidebar-nav-toc, .sidebar-overview-active .sidebar-nav-overview {
|
||||||
border-bottom-color: $sidebar-highlight;
|
border-bottom-color: $sidebar-highlight;
|
||||||
color: $sidebar-highlight;
|
color: $sidebar-highlight;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $sidebar-highlight;
|
color: $sidebar-highlight;
|
||||||
|
|||||||
@@ -1,20 +1,62 @@
|
|||||||
@if $toc_enable {
|
.post-toc {
|
||||||
.post-toc {
|
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
|
||||||
|
.active-current {
|
||||||
|
color: $orange;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 2px 5px 10px;
|
padding: 0 2px 5px 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
counter-reset: item;
|
||||||
|
|
||||||
> li {
|
>li {
|
||||||
|
|
||||||
|
|
||||||
|
> ul {
|
||||||
|
border-left: 1px solid;
|
||||||
|
margin-left: 4px;
|
||||||
|
|
||||||
|
li {
|
||||||
|
position: relative;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
position: absolute;
|
||||||
|
content: ' ';
|
||||||
|
top: 0.14em;
|
||||||
|
left: -0.75em;
|
||||||
|
width: 0.65em;
|
||||||
|
height: 0.815em;
|
||||||
|
border-style: none none dashed none;
|
||||||
|
border-width: 0.05em;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
transition: all $transition-ease;
|
transition: all $transition-ease;
|
||||||
|
border: none;
|
||||||
|
@if $toc_number {
|
||||||
|
&:before {
|
||||||
|
content: counters(item, ".") ". ";
|
||||||
|
counter-increment: item;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: $orange;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -33,24 +75,24 @@
|
|||||||
display: if($toc_expand_all, block, none);
|
display: if($toc_expand_all, block, none);
|
||||||
}
|
}
|
||||||
|
|
||||||
.active > .nav-child {
|
.active>.nav-child {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-current > .nav-child {
|
.active-current>.nav-child {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
> .nav-item {
|
>.nav-item {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.active > a {
|
.active>a {
|
||||||
border-bottom-color: $sidebar-highlight;
|
border-bottom-color: $sidebar-highlight;
|
||||||
color: $sidebar-highlight;
|
color: $sidebar-highlight;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active-current > a {
|
.active-current>a {
|
||||||
color: $sidebar-highlight;
|
color: $sidebar-highlight;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@@ -58,5 +100,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -2,14 +2,30 @@
|
|||||||
.highlight {
|
.highlight {
|
||||||
|
|
||||||
background: var(--highlight-background);
|
background: var(--highlight-background);
|
||||||
|
margin-bottom: 26px;
|
||||||
|
|
||||||
.table-container, pre {
|
//TODO Need fixed the copy button show position.
|
||||||
|
div:first-child {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-container table tbody tr {
|
table tbody tr {
|
||||||
background: none;
|
//TODO Fixed the too long code line over
|
||||||
|
// layout background color.
|
||||||
|
background: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* pre > code span {
|
||||||
|
white-space: break-spaces;
|
||||||
|
overflow: hidden;
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
|
} */
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $codeblock_copy_btn_enable {
|
@if $codeblock_copy_btn_enable {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 10px;
|
padding: 18px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ html {
|
|||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
counter-reset: h2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
//@use 'sass:map';
|
//@use 'sass:map';
|
||||||
|
|
||||||
@if $note_style != 'disabled' {
|
@if $note_style != 'disabled' {
|
||||||
.post-body .note {
|
.main .note {
|
||||||
$note-icons : $note_icons;
|
$note-icons : $note_icons;
|
||||||
$note-style : $note_style;
|
$note-style : $note_style;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@mixin mobile-smallest() {
|
@mixin mobile-smallest() {
|
||||||
@media (max-width: 413px) {
|
@media (max-width: 413px) {
|
||||||
@content;;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
// ==================================================
|
// ==================================================
|
||||||
// Post blocks.
|
// Post blocks.
|
||||||
.main-inner > {
|
.main-inner > {
|
||||||
.sub-menu, .post-block, .tabs-comment, .comments, .post-comments, .pagination {
|
.sub-menu, .post-block, .flinks-block, .tabs-comment, .comments, .post-comments, .pagination {
|
||||||
background: var(--content-bg-color);
|
background: var(--content-bg-color);
|
||||||
border-radius: $border-radius-inner;
|
border-radius: $border-radius-inner;
|
||||||
box-shadow: $box-shadow-inner;
|
box-shadow: $box-shadow-inner;
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Post & Comments blocks.
|
// Post & Comments blocks.
|
||||||
.post-block, .comments, .post-comments {
|
.post-block, .flinks-block, .comments, .post-comments {
|
||||||
padding: $content-desktop-padding;
|
padding: $content-desktop-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
border-bottom: 1px solid $body-bg-color;
|
border-bottom: 1px solid $body-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3, h4 {
|
||||||
border-bottom: 1px dotted $body-bg-color;
|
border-bottom: 1px dotted $body-bg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-block {
|
.post-block, .flinks-block {
|
||||||
// Inside posts blocks content padding (default 40px).
|
// Inside posts blocks content padding (default 40px).
|
||||||
padding: ($content-tablet-padding * 2);
|
padding: ($content-tablet-padding * 2);
|
||||||
}
|
}
|
||||||
@@ -119,7 +119,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-block {
|
.post-block, .flinks-block {
|
||||||
// Inside posts blocks content padding (default 40px).
|
// Inside posts blocks content padding (default 40px).
|
||||||
padding: $sidebar-offset;
|
padding: $sidebar-offset;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -283,13 +283,20 @@ $site-state-item-name-color : inherit;
|
|||||||
|
|
||||||
// Components
|
// Components
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
// Tool buttons
|
||||||
|
$tool-btn-bg : $black-deep;
|
||||||
|
$tool-btn-color : white;
|
||||||
|
$tool-btn-hover-fore-color : $orange;
|
||||||
|
$tool-btn-opacity : .8;
|
||||||
|
$tool-btn-opacity-hover : 1;
|
||||||
|
|
||||||
// Back to top
|
// Back to top
|
||||||
$b2t-opacity : .8;
|
$b2t-opacity : .8;
|
||||||
$b2t-opacity-hover : 1;
|
$b2t-opacity-hover : 1;
|
||||||
$b2t-position-bottom : -100px;
|
$b2t-position-bottom : -100px;
|
||||||
$b2t-position-bottom-on : 19px;
|
$b2t-position-bottom-on : 19px;
|
||||||
$b2t-position-right : 30px;
|
$b2t-position-right : 30px;
|
||||||
$b2t-position-right-mobile : 20px;
|
$b2t-position-right-mobile : 16px;
|
||||||
$b2t-font-size : 12px;
|
$b2t-font-size : 12px;
|
||||||
$b2t-color : white;
|
$b2t-color : white;
|
||||||
$b2t-bg-color : $black-deep;
|
$b2t-bg-color : $black-deep;
|
||||||
|
|||||||
@@ -1,176 +0,0 @@
|
|||||||
/** User-defined style. **/
|
|
||||||
{{ $P := .Site.Params -}}
|
|
||||||
|
|
||||||
{{- with $P.sidebar -}}
|
|
||||||
{{- $width := (int (math.Max .width 240)) -}}
|
|
||||||
{{- $offset := (int (math.Max .offset 12)) -}}
|
|
||||||
{{- $padding := (int (math.Max .padding 18)) -}}
|
|
||||||
{{- $positPad := (add $width $offset) }}
|
|
||||||
.main {
|
|
||||||
{{ if eq .position "right" }}
|
|
||||||
flex-direction: row-reverse;
|
|
||||||
{{- end }}
|
|
||||||
}
|
|
||||||
.header-inner {
|
|
||||||
width: {{ $width }}px;
|
|
||||||
}
|
|
||||||
.main-inner {
|
|
||||||
width: calc(100% - {{ $positPad }}px);
|
|
||||||
}
|
|
||||||
.sidebar {
|
|
||||||
width: {{ $width }}px;
|
|
||||||
visibility: inherit;
|
|
||||||
}
|
|
||||||
.sidebar-inner {
|
|
||||||
padding: {{ $padding }}px 10px;
|
|
||||||
}
|
|
||||||
.footer-inner {
|
|
||||||
padding-{{ .position }}: {{ $positPad }}px;
|
|
||||||
}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
.site-author-image {
|
|
||||||
{{- if $P.avatar.rounded }}
|
|
||||||
border-radius:50%;
|
|
||||||
{{- end }}
|
|
||||||
{{- if $P.avatar.rotated }}
|
|
||||||
transition: transform 1s ease-out;
|
|
||||||
{{- end }}
|
|
||||||
}
|
|
||||||
|
|
||||||
.site-author-image:hover {
|
|
||||||
transform: rotateZ(360deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.site-state-item {
|
|
||||||
border-left: 1px solid #eee;
|
|
||||||
}
|
|
||||||
.site-state-item:first-child {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rss-link {
|
|
||||||
border-top: 1px dotted #ccc;
|
|
||||||
border-bottom: 1px dotted #ccc;
|
|
||||||
text-align: center;
|
|
||||||
margin: 10px 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rss-link a {
|
|
||||||
display: block;
|
|
||||||
color: #fc6423;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rss-link a:hover {
|
|
||||||
animation-name: wobble-vertical;
|
|
||||||
animation-duration: 2s;
|
|
||||||
animation-timing-function: ease-in-out;
|
|
||||||
animation-iteration-count: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rss-link a:hover > i {
|
|
||||||
-webkit-transform: scaleY(-1);
|
|
||||||
transform: scaleY(-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.links-of-social a {
|
|
||||||
font-size: 0.8125em;
|
|
||||||
}
|
|
||||||
.links-of-social .fa,
|
|
||||||
.links-of-social .fab,
|
|
||||||
.links-of-social .far,
|
|
||||||
.links-of-social .fas {
|
|
||||||
margin-right: 2px;
|
|
||||||
}
|
|
||||||
.links-of-social {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
.links-of-social-item {
|
|
||||||
margin: 5px 0 0;
|
|
||||||
{{- if and $P.socialIcons.enable (not $P.socialIcons.iconsOnly) }}
|
|
||||||
width: 50%;
|
|
||||||
{{- end }}
|
|
||||||
}
|
|
||||||
.links-of-social-item a {
|
|
||||||
box-sizing: border-box;
|
|
||||||
display: inline-block;
|
|
||||||
max-width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0 5px;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
.links-of-social-item a {
|
|
||||||
border-bottom: 0;
|
|
||||||
border-radius: 4px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.links-of-social-item a:hover {
|
|
||||||
background: var(--body-bg-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.cc-license {
|
|
||||||
{{ if eq $P.creativeCommons.size "big" }}
|
|
||||||
margin-top: 10px;
|
|
||||||
{{ else }}
|
|
||||||
margin-top: 5px;
|
|
||||||
{{- end }}
|
|
||||||
}
|
|
||||||
|
|
||||||
.back-to-top {
|
|
||||||
bottom: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posts-expand .post-meta-container {
|
|
||||||
margin: 10px auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-meta-item-icon {
|
|
||||||
margin: 0 0 0 -5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(.post-meta-break) + .post-meta-item::before {
|
|
||||||
content: '|';
|
|
||||||
margin: 0 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-meta-catg:not(:last-child)::after {
|
|
||||||
content: ';';
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posts-expand .post-header {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posts-expand .post-body {
|
|
||||||
margin: 28px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-footer-btn {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.beian img {
|
|
||||||
display: inline-block;
|
|
||||||
margin: 0 3px;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.with-love {
|
|
||||||
{{- with $P.footer.icon.color }}
|
|
||||||
color: {{ $P.footer.icon.color }};
|
|
||||||
{{- end }}
|
|
||||||
{{- if $P.footer.icon.animated }}
|
|
||||||
animation: icon-animate 1.33s ease-in-out infinite;
|
|
||||||
{{- end }}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Font Awesome */
|
|
||||||
.fa-spin {
|
|
||||||
-webkit-animation: fa-spin .8s infinite linear;
|
|
||||||
animation: fa-spin .8s infinite linear;
|
|
||||||
}
|
|
||||||
@@ -33,11 +33,6 @@ $footer_vendors_enable : {{ isset $P.footer "vendors" }};
|
|||||||
{{ printf "$footer_vendors_imgs_width:%s;" (delimit (after 1 $width) ", ") }}
|
{{ printf "$footer_vendors_imgs_width:%s;" (delimit (after 1 $width) ", ") }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
// Counter
|
|
||||||
$busuanzi_visitors : {{ $P.busuanzi.visitors }};
|
|
||||||
$busuanzi_views : {{ $P.busuanzi.views }};
|
|
||||||
$busuanzi_post_views : {{ $P.busuanzi.postViews }};
|
|
||||||
|
|
||||||
// Font
|
// Font
|
||||||
$font_enable : {{ $P.font.enable }};
|
$font_enable : {{ $P.font.enable }};
|
||||||
$font_global_size : {{ default $P.font.global.size 1 }};
|
$font_global_size : {{ default $P.font.global.size 1 }};
|
||||||
@@ -70,11 +65,12 @@ $back2top_sidebar : {{ $P.backTop.sidebar }};
|
|||||||
$avatar_rotated : {{ $P.avatar.rotated }};
|
$avatar_rotated : {{ $P.avatar.rotated }};
|
||||||
$avatar_rounded : {{ $P.avatar.rounded }};
|
$avatar_rounded : {{ $P.avatar.rounded }};
|
||||||
$avatar_rounded : {{ $P.avatar.rounded }};
|
$avatar_rounded : {{ $P.avatar.rounded }};
|
||||||
$site_state : {{ $P.siteState }};
|
$site_state : {{ $P.siteState.basic }};
|
||||||
$social_icons_only : {{ $P.socialIcons.iconsOnly }};
|
$social_icons_only : {{ $P.socialIcons.iconsOnly }};
|
||||||
$social_icons_transition : {{ $P.socialIcons.transition }};
|
$social_icons_transition : {{ $P.socialIcons.transition }};
|
||||||
$links_settings_layout : {{ $P.linksSets.layout }};
|
$links_settings_layout : {{ $P.linksSets.layout }};
|
||||||
$toc_enable : {{ $P.toc.enable }};
|
$toc_enable : {{ $P.toc.enable }};
|
||||||
|
$toc_number : {{ $P.toc.number }};
|
||||||
$toc_expand_all : {{ $P.toc.expandAll }};
|
$toc_expand_all : {{ $P.toc.expandAll }};
|
||||||
$toc_wrap : {{ $P.toc.wrap }};
|
$toc_wrap : {{ $P.toc.wrap }};
|
||||||
|
|
||||||
@@ -112,7 +108,6 @@ $reading_progress_position : {{ $P.readingProgress.position }};
|
|||||||
$reading_progress_reversed : {{ $P.readingProgress.reversed }};
|
$reading_progress_reversed : {{ $P.readingProgress.reversed }};
|
||||||
|
|
||||||
// Thirdparty
|
// Thirdparty
|
||||||
$math_mathjax_enable : {{ $P.math.mathjax.enable }};
|
|
||||||
// TODO
|
// TODO
|
||||||
//$related_posts_enable : {{ $P.relatedPosts.enable }};
|
//$related_posts_enable : {{ $P.relatedPosts.enable }};
|
||||||
$related_posts_enable : false;
|
$related_posts_enable : false;
|
||||||
|
|||||||
@@ -1,4 +1,52 @@
|
|||||||
if (!window.NexT) window.NexT = {};
|
/* global NexT, boot, CONFIG */
|
||||||
|
window.NexT = {};
|
||||||
|
NexT.boot = {};
|
||||||
|
NexT.plugins = {};
|
||||||
|
|
||||||
|
// Defined comment component & add register event
|
||||||
|
NexT.plugins.comments = {};
|
||||||
|
NexT.plugins.comments.register = function() {
|
||||||
|
if (!NexT.CONFIG.page.comments) return;
|
||||||
|
for(var c in NexT.plugins.comments) {
|
||||||
|
if (c === 'register') continue;
|
||||||
|
eval('NexT.plugins.comments.'+c)();
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Defined search engine & add register event
|
||||||
|
NexT.plugins.search = {}
|
||||||
|
NexT.plugins.search.register = function() {
|
||||||
|
for(var s in NexT.plugins.search) {
|
||||||
|
if (s === 'register') continue;
|
||||||
|
eval('NexT.plugins.search.'+s)();
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Defined share plugin & add register event
|
||||||
|
NexT.plugins.share = {}
|
||||||
|
NexT.plugins.share.register = function() {
|
||||||
|
for(var s in NexT.plugins.share) {
|
||||||
|
if (s === 'register') continue;
|
||||||
|
eval('NexT.plugins.share.'+s)();
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Defined other plugin & add register event
|
||||||
|
NexT.plugins.others = {}
|
||||||
|
NexT.plugins.others.register = function() {
|
||||||
|
for(var o in NexT.plugins.others) {
|
||||||
|
if (o === 'register') continue;
|
||||||
|
eval('NexT.plugins.others.'+o)();
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add event to register all third party plugins
|
||||||
|
NexT.plugins.register = function() {
|
||||||
|
for(var p in NexT.plugins) {
|
||||||
|
if (p === 'register') continue;
|
||||||
|
eval('NexT.plugins.'+p+'.register')();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
const className = 'next-config';
|
const className = 'next-config';
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ NexT.motion.middleWares = {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
animate(postblock, '.post-block, .pagination, .post-comments');
|
animate(postblock, '.post-block,.flinks-block, .pagination, .post-comments');
|
||||||
animate(collheader, '.collection-header');
|
animate(collheader, '.collection-header');
|
||||||
animate(postheader, '.post-header');
|
animate(postheader, '.post-header');
|
||||||
animate(postbody, '.post-body');
|
animate(postbody, '.post-body');
|
||||||
|
|||||||
@@ -1,11 +1,28 @@
|
|||||||
/* global NexT, CONFIG */
|
/* boot starup */
|
||||||
|
|
||||||
NexT.boot = {};
|
(function () {
|
||||||
|
const onPageLoaded = () => document.dispatchEvent(
|
||||||
|
new Event('page:loaded', {
|
||||||
|
bubbles: true
|
||||||
|
})
|
||||||
|
);
|
||||||
|
|
||||||
|
if (document.readyState === 'loading') {
|
||||||
|
document.addEventListener('readystatechange', onPageLoaded, { once: true });
|
||||||
|
} else {
|
||||||
|
onPageLoaded();
|
||||||
|
}
|
||||||
|
document.addEventListener('pjax:success', onPageLoaded);
|
||||||
|
})();
|
||||||
|
|
||||||
NexT.boot.registerEvents = function() {
|
NexT.boot.registerEvents = function() {
|
||||||
|
|
||||||
// NexT.utils.registerScrollPercent();
|
NexT.utils.registerImageLoadEvent();
|
||||||
|
NexT.utils.registerScrollPercent();
|
||||||
// NexT.utils.registerCanIUseTag();
|
// NexT.utils.registerCanIUseTag();
|
||||||
|
NexT.utils.registerToolButtons();
|
||||||
|
// Register comment's components
|
||||||
|
NexT.plugins.register();
|
||||||
|
|
||||||
// Mobile top menu bar.
|
// Mobile top menu bar.
|
||||||
document.querySelector('.site-nav-toggle .toggle').addEventListener('click', event => {
|
document.querySelector('.site-nav-toggle .toggle').addEventListener('click', event => {
|
||||||
@@ -33,18 +50,21 @@ NexT.boot.registerEvents = function() {
|
|||||||
|
|
||||||
NexT.boot.refresh = function() {
|
NexT.boot.refresh = function() {
|
||||||
|
|
||||||
|
NexT.utils.fmtSiteInfo();
|
||||||
|
|
||||||
if (!NexT.CONFIG.page.isPage) return;
|
if (!NexT.CONFIG.page.isPage) return;
|
||||||
|
|
||||||
NexT.utils.registerSidebarTOC();
|
NexT.utils.registerSidebarTOC();
|
||||||
NexT.utils.replacePostCRLink();
|
|
||||||
NexT.utils.registerCopyCode();
|
NexT.utils.registerCopyCode();
|
||||||
NexT.utils.registerPostReward();
|
NexT.utils.registerPostReward();
|
||||||
if(NexT.CONFIG.page.comments) {
|
if(NexT.CONFIG.page.comments) {
|
||||||
NexT.utils.initCommontesDispaly();
|
NexT.utils.initCommontesDispaly();
|
||||||
NexT.utils.registerCommonSwitch();
|
NexT.utils.registerCommonSwitch();
|
||||||
|
NexT.utils.domAddClass('#goto-comments', 'goto-comments-on');
|
||||||
} else {
|
} else {
|
||||||
NexT.utils.hideCommontes();
|
NexT.utils.hideCommontes();
|
||||||
}
|
}
|
||||||
|
NexT.utils.registerImageViewer();
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
/**
|
/**
|
||||||
|
|||||||
21
assets/js/third-party/comments/artalk.js
vendored
21
assets/js/third-party/comments/artalk.js
vendored
@@ -1,13 +1,9 @@
|
|||||||
document.addEventListener('DOMContentLoaded', () => {
|
/* Artalk comment plugin */
|
||||||
|
NexT.plugins.comments.artalk = function() {
|
||||||
const element = '.artalk-container';
|
const element = '.artalk-container';
|
||||||
if (!NexT.CONFIG.page.comments
|
if (!NexT.CONFIG.artalk
|
||||||
|| !NexT.CONFIG.artalk
|
|
||||||
|| !NexT.utils.checkDOMExist(element)) return;
|
|| !NexT.utils.checkDOMExist(element)) return;
|
||||||
|
|
||||||
const artalk_css = NexT.utils.getCDNResource(NexT.CONFIG.artalk.css);
|
|
||||||
NexT.utils.getStyle(artalk_css, null);
|
|
||||||
|
|
||||||
const artalk_js = NexT.utils.getCDNResource(NexT.CONFIG.artalk.js);
|
const artalk_js = NexT.utils.getCDNResource(NexT.CONFIG.artalk.js);
|
||||||
const {
|
const {
|
||||||
site,
|
site,
|
||||||
@@ -15,10 +11,10 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
server,
|
server,
|
||||||
} = NexT.CONFIG.artalk.cfg;
|
} = NexT.CONFIG.artalk.cfg;
|
||||||
|
|
||||||
NexT.utils.loadComments(element)
|
NexT.utils.lazyLoadComponent(element, function() {
|
||||||
.then(() => NexT.utils.getScript(artalk_js, {
|
NexT.utils.getScript(artalk_js, function(){
|
||||||
}))
|
const artalk_css = NexT.utils.getCDNResource(NexT.CONFIG.artalk.css);
|
||||||
.then(() => {
|
NexT.utils.getStyle(artalk_css);
|
||||||
|
|
||||||
new Artalk({
|
new Artalk({
|
||||||
el : element,
|
el : element,
|
||||||
@@ -30,7 +26,8 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
placeholder : placeholder,
|
placeholder : placeholder,
|
||||||
darkMode : 'auto'
|
darkMode : 'auto'
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
NexT.utils.hiddeLodingCmp(element);
|
NexT.utils.hiddeLodingCmp(element);
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
13
assets/js/third-party/comments/giscus.js
vendored
13
assets/js/third-party/comments/giscus.js
vendored
@@ -1,5 +1,5 @@
|
|||||||
document.addEventListener('DOMContentLoaded', () => {
|
/* Giscus comment plugin */
|
||||||
|
NexT.plugins.comments.giscus = function() {
|
||||||
const element = '.giscus-container';
|
const element = '.giscus-container';
|
||||||
if (!NexT.CONFIG.page.comments
|
if (!NexT.CONFIG.page.comments
|
||||||
|| !NexT.CONFIG.giscus
|
|| !NexT.CONFIG.giscus
|
||||||
@@ -17,8 +17,8 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
theme } = NexT.CONFIG.giscus.cfg;
|
theme } = NexT.CONFIG.giscus.cfg;
|
||||||
|
|
||||||
|
|
||||||
NexT.utils.loadComments(element)
|
NexT.utils.lazyLoadComponent(element, function() {
|
||||||
.then(() => NexT.utils.getScript(NexT.CONFIG.giscus.js, {
|
NexT.utils.getScript(NexT.CONFIG.giscus.js, {
|
||||||
attributes: {
|
attributes: {
|
||||||
'async' : true,
|
'async' : true,
|
||||||
'crossorigin' : 'anonymous',
|
'crossorigin' : 'anonymous',
|
||||||
@@ -35,7 +35,8 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
'data-loading' : 'lazy'
|
'data-loading' : 'lazy'
|
||||||
},
|
},
|
||||||
parentNode: document.querySelector(element)
|
parentNode: document.querySelector(element)
|
||||||
}));
|
});
|
||||||
|
|
||||||
NexT.utils.hiddeLodingCmp(element);
|
NexT.utils.hiddeLodingCmp(element);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
11
assets/js/third-party/comments/livere.js
vendored
11
assets/js/third-party/comments/livere.js
vendored
@@ -1,11 +1,10 @@
|
|||||||
document.addEventListener('DOMContentLoaded', () => {
|
/* LiveRe comment plugin */
|
||||||
|
NexT.plugins.comments.livere = function() {
|
||||||
const element = '#lv-container';
|
const element = '#lv-container';
|
||||||
if (!NexT.CONFIG.page.comments
|
if (!NexT.CONFIG.livere
|
||||||
|| !NexT.CONFIG.livere
|
|
||||||
|| !NexT.utils.checkDOMExist(element)) return;
|
|| !NexT.utils.checkDOMExist(element)) return;
|
||||||
|
|
||||||
NexT.utils.loadComments(element).then(() => {
|
NexT.utils.lazyLoadComponent(element, function() {
|
||||||
NexT.utils.getScript(NexT.CONFIG.livere.js, {
|
NexT.utils.getScript(NexT.CONFIG.livere.js, {
|
||||||
attributes: {
|
attributes: {
|
||||||
async: true
|
async: true
|
||||||
@@ -15,4 +14,4 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
|
|
||||||
NexT.utils.hiddeLodingCmp(element);
|
NexT.utils.hiddeLodingCmp(element);
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
|
|||||||
17
assets/js/third-party/comments/utterances.js
vendored
17
assets/js/third-party/comments/utterances.js
vendored
@@ -1,8 +1,7 @@
|
|||||||
document.addEventListener('DOMContentLoaded', () => {
|
/* Utterances comment plugin */
|
||||||
|
NexT.plugins.comments.utterances = function() {
|
||||||
const element = '.utterances-container';
|
const element = '.utterances-container';
|
||||||
if (!NexT.CONFIG.page.comments
|
if (!NexT.CONFIG.utterances
|
||||||
|| !NexT.CONFIG.utterances
|
|
||||||
|| !NexT.utils.checkDOMExist(element)) return;
|
|| !NexT.utils.checkDOMExist(element)) return;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
@@ -11,17 +10,19 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
label,
|
label,
|
||||||
theme } = NexT.CONFIG.utterances.cfg;
|
theme } = NexT.CONFIG.utterances.cfg;
|
||||||
|
|
||||||
NexT.utils.loadComments(element)
|
NexT.utils.lazyLoadComponent(element, function() {
|
||||||
.then(() => NexT.utils.getScript(NexT.CONFIG.utterances.js, {
|
NexT.utils.getScript(NexT.CONFIG.utterances.js, {
|
||||||
attributes: {
|
attributes: {
|
||||||
'async' : true,
|
'async' : true,
|
||||||
'crossorigin' : 'anonymous',
|
'crossorigin' : 'anonymous',
|
||||||
'repo' : repo,
|
'repo' : repo,
|
||||||
'issue-term' : issueterm,
|
'issue-term' : issueterm,
|
||||||
|
'label' : label,
|
||||||
'theme' : theme
|
'theme' : theme
|
||||||
},
|
},
|
||||||
parentNode: document.querySelector(element)
|
parentNode: document.querySelector(element)
|
||||||
}));
|
});
|
||||||
|
|
||||||
NexT.utils.hiddeLodingCmp(element);
|
NexT.utils.hiddeLodingCmp(element);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|||||||
43
assets/js/third-party/comments/waline.js
vendored
43
assets/js/third-party/comments/waline.js
vendored
@@ -1,48 +1,57 @@
|
|||||||
document.addEventListener('DOMContentLoaded', () => {
|
/* Waline comment plugin */
|
||||||
|
NexT.plugins.comments.waline = function() {
|
||||||
const element = '.waline-container';
|
const element = '.waline-container';
|
||||||
if (!NexT.CONFIG.page.comments
|
if (!NexT.CONFIG.waline
|
||||||
|| !NexT.CONFIG.waline
|
|
||||||
|| !NexT.utils.checkDOMExist(element)) return;
|
|| !NexT.utils.checkDOMExist(element)) return;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
comment,
|
||||||
emoji,
|
emoji,
|
||||||
imguploader,
|
imguploader,
|
||||||
pageview,
|
pageview,
|
||||||
placeholder,
|
placeholder,
|
||||||
|
sofa,
|
||||||
requiredmeta,
|
requiredmeta,
|
||||||
serverurl,
|
serverurl,
|
||||||
wordlimit
|
wordlimit,
|
||||||
|
reaction,
|
||||||
|
reactiontext,
|
||||||
|
reactiontitle
|
||||||
} = NexT.CONFIG.waline.cfg;
|
} = NexT.CONFIG.waline.cfg;
|
||||||
|
|
||||||
|
|
||||||
const waline_css = NexT.utils.getCDNResource(NexT.CONFIG.waline.css);
|
|
||||||
NexT.utils.getStyle(waline_css, null);
|
|
||||||
|
|
||||||
const waline_js = NexT.utils.getCDNResource(NexT.CONFIG.waline.js);
|
const waline_js = NexT.utils.getCDNResource(NexT.CONFIG.waline.js);
|
||||||
|
|
||||||
const locale = {
|
let locale = {
|
||||||
placeholder: placeholder
|
placeholder : placeholder,
|
||||||
|
sofa : sofa,
|
||||||
|
reactionTitle : reactiontitle
|
||||||
};
|
};
|
||||||
|
|
||||||
NexT.utils.loadComments(element)
|
reactiontext.forEach(function(value, index){
|
||||||
.then(() => NexT.utils.getScript(waline_js, {
|
locale['reaction'+index] = value;
|
||||||
}))
|
});
|
||||||
.then(() => {
|
|
||||||
|
NexT.utils.lazyLoadComponent(element, function () {
|
||||||
|
NexT.utils.getScript(waline_js, function(){
|
||||||
|
const waline_css = NexT.utils.getCDNResource(NexT.CONFIG.waline.css);
|
||||||
|
NexT.utils.getStyle(waline_css, 'before');
|
||||||
|
|
||||||
Waline.init({
|
Waline.init({
|
||||||
locale,
|
locale,
|
||||||
el : element,
|
el : element,
|
||||||
pageview : pageview,
|
pageview : pageview,
|
||||||
|
comment : comment,
|
||||||
emoji : emoji,
|
emoji : emoji,
|
||||||
imageUploader : imguploader,
|
imageUploader : imguploader,
|
||||||
wordLimit : wordlimit,
|
wordLimit : wordlimit,
|
||||||
requiredMeta : requiredmeta,
|
requiredMeta : requiredmeta,
|
||||||
|
reaction : reaction,
|
||||||
serverURL : serverurl,
|
serverURL : serverurl,
|
||||||
lang : NexT.CONFIG.lang,
|
lang : NexT.CONFIG.lang,
|
||||||
dark : "auto"
|
dark : 'html[data-theme="dark"]'
|
||||||
});
|
});
|
||||||
|
|
||||||
NexT.utils.hiddeLodingCmp(element);
|
NexT.utils.hiddeLodingCmp(element);
|
||||||
|
})
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
35
assets/js/third-party/others/counter.js
vendored
Normal file
35
assets/js/third-party/others/counter.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
/* Page's view & comment counter plugin */
|
||||||
|
NexT.plugins.others.counter = function() {
|
||||||
|
let busz_postview = false;
|
||||||
|
let pageview_js = undefined;
|
||||||
|
let comment_js = undefined;
|
||||||
|
|
||||||
|
const busz = NexT.CONFIG.busuanzi;
|
||||||
|
if (busz != undefined && busz.pageview) {
|
||||||
|
busz_postview = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Here can append others pageview & comment plugin
|
||||||
|
const waline = NexT.CONFIG.waline;
|
||||||
|
if (waline != undefined){
|
||||||
|
if(!busz_postview && waline.cfg.pageview) {
|
||||||
|
pageview_js = NexT.utils.getCDNResource(NexT.CONFIG.page.waline.js[0]);
|
||||||
|
NexT.utils.getScript(pageview_js, function(){
|
||||||
|
Waline.pageviewCount({
|
||||||
|
serverURL: waline.cfg.serverurl
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (waline.cfg.comment) {
|
||||||
|
comment_js = NexT.utils.getCDNResource(NexT.CONFIG.page.waline.js[1]);
|
||||||
|
NexT.utils.getScript(comment_js, function(){
|
||||||
|
Waline.commentCount({
|
||||||
|
serverURL: waline.cfg.serverurl
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
17
assets/js/third-party/others/lawidget.js
vendored
Normal file
17
assets/js/third-party/others/lawidget.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
/* 51La sidebar data widget */
|
||||||
|
NexT.plugins.others.lawidget = function() {
|
||||||
|
const element = '#siteinfo-card-widget';
|
||||||
|
const lawt_js = NexT.CONFIG.lawidget.js.replace('laId', NexT.CONFIG.lawidget.id);
|
||||||
|
|
||||||
|
NexT.utils.lazyLoadComponent(element, function () {
|
||||||
|
NexT.utils.getScript(lawt_js,{
|
||||||
|
attributes: {
|
||||||
|
id: 'LA-DATA-WIDGET',
|
||||||
|
crossorigin: 'anonymous',
|
||||||
|
charset: 'UTF-8',
|
||||||
|
defer: true
|
||||||
|
},
|
||||||
|
parentNode: document.getElementById('la-siteinfo-widget')
|
||||||
|
}, NexT.utils.fmtLaWidget());
|
||||||
|
});
|
||||||
|
}
|
||||||
38
assets/js/third-party/others/math.js
vendored
Normal file
38
assets/js/third-party/others/math.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
/* Math render plugin */
|
||||||
|
NexT.plugins.others.math = function() {
|
||||||
|
const render = NexT.CONFIG.page.math.render;
|
||||||
|
|
||||||
|
if (render === 'mathjax') {
|
||||||
|
const render_js = NexT.utils.getCDNResource(NexT.CONFIG.page.math.js);
|
||||||
|
NexT.utils.getScript(render_js, function(){
|
||||||
|
window.MathJax = {
|
||||||
|
tex: {
|
||||||
|
inlineMath: [["$", "$"]],
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (render === 'katex') {
|
||||||
|
const render_css = NexT.utils.getCDNResource(NexT.CONFIG.page.math.css);
|
||||||
|
NexT.utils.getStyle(render_css);
|
||||||
|
const render_js_list = NexT.CONFIG.page.math.js;
|
||||||
|
render_js_list.forEach(js => {
|
||||||
|
const js_loader = NexT.utils.getScript(NexT.utils.getCDNResource(js));
|
||||||
|
if(js.name === 'auto-render') {
|
||||||
|
js_loader.then(function(){
|
||||||
|
renderMathInElement(document.body, {
|
||||||
|
delimiters: [
|
||||||
|
{left: '$$', right: '$$', display: true},
|
||||||
|
{left: '$', right: '$', display: false},
|
||||||
|
{left: '\\(', right: '\\)', display: false},
|
||||||
|
{left: '\\[', right: '\\]', display: true}
|
||||||
|
],
|
||||||
|
|
||||||
|
throwOnError : false
|
||||||
|
})
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
15
assets/js/third-party/others/mermaid.js
vendored
Normal file
15
assets/js/third-party/others/mermaid.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
/* Mermaid plugin */
|
||||||
|
NexT.plugins.others.mermaid = function() {
|
||||||
|
const mermaid_js = NexT.utils.getCDNResource(NexT.CONFIG.page.mermaid.js);
|
||||||
|
|
||||||
|
NexT.utils.getScript(mermaid_js, function(){
|
||||||
|
mermaid.initialize({
|
||||||
|
sequence: {
|
||||||
|
showSequenceNumbers: true,
|
||||||
|
actorMargin: 50,
|
||||||
|
diagramMarginX:10,
|
||||||
|
diagramMarginY:10
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
9
assets/js/third-party/others/translate.js
vendored
Normal file
9
assets/js/third-party/others/translate.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/* Google translate plugin */
|
||||||
|
NexT.plugins.others.translate = function() {
|
||||||
|
const element = '#gtranslate';
|
||||||
|
if (!NexT.utils.checkDOMExist(element)) return;
|
||||||
|
NexT.utils.lazyLoadComponent(element, function() {
|
||||||
|
window.translateelement_styles='/css/google-translate.min.css';
|
||||||
|
NexT.utils.getScript('/js/third-party/google-translate.min.js');
|
||||||
|
});
|
||||||
|
}
|
||||||
142
assets/js/third-party/search/algolia.js
vendored
Normal file
142
assets/js/third-party/search/algolia.js
vendored
Normal file
@@ -0,0 +1,142 @@
|
|||||||
|
/* Algolia search engine */
|
||||||
|
NexT.plugins.search.algolia = function() {
|
||||||
|
|
||||||
|
const algoliajs = NexT.utils.getCDNResource(NexT.CONFIG.algolia.js);
|
||||||
|
const instantschjs = NexT.utils.getCDNResource(NexT.CONFIG.algolia.instantjs);
|
||||||
|
|
||||||
|
NexT.utils.getScript(algoliajs);
|
||||||
|
NexT.utils.getScript(instantschjs, function() {
|
||||||
|
|
||||||
|
const { indexname, appid, apikey, hits } = NexT.CONFIG.algolia.cfg;
|
||||||
|
const indexName = indexname;
|
||||||
|
|
||||||
|
const search = instantsearch({
|
||||||
|
indexName,
|
||||||
|
searchClient: algoliasearch(appid, apikey),
|
||||||
|
searchFunction: helper => {
|
||||||
|
if (document.querySelector('.search-input').value) {
|
||||||
|
helper.search();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const markKeyWords = function(content) {
|
||||||
|
return content.replaceAll("<mark>", '<mark class="search-keyword">');
|
||||||
|
};
|
||||||
|
|
||||||
|
if (typeof pjax === 'object') {
|
||||||
|
search.on('render', () => {
|
||||||
|
pjax.refresh(document.querySelector('.algolia-hits'));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Registering Widgets
|
||||||
|
search.addWidgets([
|
||||||
|
instantsearch.widgets.configure({
|
||||||
|
hitsPerPage: hits.perpage || 10
|
||||||
|
}),
|
||||||
|
|
||||||
|
instantsearch.widgets.searchBox({
|
||||||
|
container: '.search-input-container',
|
||||||
|
placeholder: NexT.CONFIG.i18n.placeholder,
|
||||||
|
// Hide default icons of algolia search
|
||||||
|
showReset: false,
|
||||||
|
showSubmit: false,
|
||||||
|
showLoadingIndicator: true,
|
||||||
|
cssClasses: {
|
||||||
|
input: 'search-input'
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
|
||||||
|
instantsearch.widgets.stats({
|
||||||
|
container: '.algolia-stats',
|
||||||
|
templates: {
|
||||||
|
text: data => {
|
||||||
|
const stats = NexT.CONFIG.i18n.hits_time
|
||||||
|
.replace('${hits}', data.nbHits)
|
||||||
|
.replace('${time}', data.processingTimeMS);
|
||||||
|
return `${stats}`;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
cssClasses: {
|
||||||
|
text: 'search-stats'
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
|
||||||
|
instantsearch.widgets.hits({
|
||||||
|
container: '.algolia-hits',
|
||||||
|
escapeHTML: true,
|
||||||
|
templates: {
|
||||||
|
item: data => {
|
||||||
|
const { title, content } = data._highlightResult;
|
||||||
|
let result = `<a href="${data.permalink}" class="search-result-title">${markKeyWords(title.value)}</a>`;
|
||||||
|
//const content = excerpt || excerptStrip || content;
|
||||||
|
if (content && content.value) {
|
||||||
|
const div = document.createElement('div');
|
||||||
|
div.innerHTML = markKeyWords(content.value);
|
||||||
|
result += `<a href="${data.permalink}"><p class="search-result">${div.innerHTML.substring(0, 200)}...</p></a>`;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
},
|
||||||
|
empty: data => {
|
||||||
|
return `<div class="algolia-hits-empty">
|
||||||
|
${NexT.CONFIG.i18n.empty.replace('${query}', data.query)}
|
||||||
|
</div>`;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
cssClasses: {
|
||||||
|
list: 'search-result-list'
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
|
||||||
|
instantsearch.widgets.pagination({
|
||||||
|
container: '.algolia-pagination',
|
||||||
|
scrollTo: false,
|
||||||
|
showFirst: true,
|
||||||
|
showLast: true,
|
||||||
|
templates: {
|
||||||
|
first: '<i class="fa fa-angle-double-left"></i>',
|
||||||
|
last: '<i class="fa fa-angle-double-right"></i>',
|
||||||
|
previous: '<i class="fa fa-angle-left"></i>',
|
||||||
|
next: '<i class="fa fa-angle-right"></i>'
|
||||||
|
},
|
||||||
|
cssClasses: {
|
||||||
|
list: ['pagination', 'algolia-pagination'],
|
||||||
|
item: 'pagination-item',
|
||||||
|
link: 'page-number',
|
||||||
|
selectedItem: 'current',
|
||||||
|
disabledItem: 'disabled-item'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
]);
|
||||||
|
|
||||||
|
search.start();
|
||||||
|
|
||||||
|
// Handle and trigger popup window
|
||||||
|
document.querySelectorAll('.popup-trigger').forEach(element => {
|
||||||
|
element.addEventListener('click', () => {
|
||||||
|
document.body.classList.add('search-active');
|
||||||
|
setTimeout(() => document.querySelector('.search-input').focus(), 500);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// Monitor main search box
|
||||||
|
const onPopupClose = () => {
|
||||||
|
document.body.classList.remove('search-active');
|
||||||
|
};
|
||||||
|
|
||||||
|
document.querySelector('.search-pop-overlay').addEventListener('click', event => {
|
||||||
|
if (event.target === document.querySelector('.search-pop-overlay')) {
|
||||||
|
onPopupClose();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
document.querySelector('.popup-btn-close').addEventListener('click', onPopupClose);
|
||||||
|
document.addEventListener('pjax:success', onPopupClose);
|
||||||
|
window.addEventListener('keyup', event => {
|
||||||
|
if (event.key === 'Escape') {
|
||||||
|
onPopupClose();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
}
|
||||||
326
assets/js/third-party/search/local.js
vendored
Normal file
326
assets/js/third-party/search/local.js
vendored
Normal file
@@ -0,0 +1,326 @@
|
|||||||
|
/* LocalSearch engine */
|
||||||
|
class LocalSearch {
|
||||||
|
constructor({
|
||||||
|
path = '',
|
||||||
|
unescape = false,
|
||||||
|
top_n_per_article = 1
|
||||||
|
}) {
|
||||||
|
this.path = path;
|
||||||
|
this.unescape = unescape;
|
||||||
|
this.top_n_per_article = top_n_per_article;
|
||||||
|
this.isfetched = false;
|
||||||
|
this.datas = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
getIndexByWord(words, text, caseSensitive = false) {
|
||||||
|
const index = [];
|
||||||
|
const included = new Set();
|
||||||
|
|
||||||
|
if (!caseSensitive) {
|
||||||
|
text = text.toLowerCase();
|
||||||
|
}
|
||||||
|
words.forEach(word => {
|
||||||
|
if (this.unescape) {
|
||||||
|
const div = document.createElement('div');
|
||||||
|
div.innerText = word;
|
||||||
|
word = div.innerHTML;
|
||||||
|
}
|
||||||
|
const wordLen = word.length;
|
||||||
|
if (wordLen === 0) return;
|
||||||
|
let startPosition = 0;
|
||||||
|
let position = -1;
|
||||||
|
if (!caseSensitive) {
|
||||||
|
word = word.toLowerCase();
|
||||||
|
}
|
||||||
|
while ((position = text.indexOf(word, startPosition)) > -1) {
|
||||||
|
index.push({ position, word });
|
||||||
|
included.add(word);
|
||||||
|
startPosition = position + wordLen;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
// Sort index by position of keyword
|
||||||
|
index.sort((left, right) => {
|
||||||
|
if (left.position !== right.position) {
|
||||||
|
return left.position - right.position;
|
||||||
|
}
|
||||||
|
return right.word.length - left.word.length;
|
||||||
|
});
|
||||||
|
return [index, included];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Merge hits into slices
|
||||||
|
mergeIntoSlice(start, end, index) {
|
||||||
|
let item = index[0];
|
||||||
|
let { position, word } = item;
|
||||||
|
const hits = [];
|
||||||
|
const count = new Set();
|
||||||
|
while (position + word.length <= end && index.length !== 0) {
|
||||||
|
count.add(word);
|
||||||
|
hits.push({
|
||||||
|
position,
|
||||||
|
length: word.length
|
||||||
|
});
|
||||||
|
const wordEnd = position + word.length;
|
||||||
|
|
||||||
|
// Move to next position of hit
|
||||||
|
index.shift();
|
||||||
|
while (index.length !== 0) {
|
||||||
|
item = index[0];
|
||||||
|
position = item.position;
|
||||||
|
word = item.word;
|
||||||
|
if (wordEnd > position) {
|
||||||
|
index.shift();
|
||||||
|
} else {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
hits,
|
||||||
|
start,
|
||||||
|
end,
|
||||||
|
count: count.size
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Highlight title and content
|
||||||
|
highlightKeyword(val, slice) {
|
||||||
|
let result = '';
|
||||||
|
let index = slice.start;
|
||||||
|
for (const { position, length } of slice.hits) {
|
||||||
|
result += val.substring(index, position);
|
||||||
|
index = position + length;
|
||||||
|
result += `<mark class="search-keyword">${val.substr(position, length)}</mark>`;
|
||||||
|
}
|
||||||
|
result += val.substring(index, slice.end);
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
getResultItems(keywords) {
|
||||||
|
const resultItems = [];
|
||||||
|
this.datas.forEach(({ title, content, url }) => {
|
||||||
|
// The number of different keywords included in the article.
|
||||||
|
const [indexOfTitle, keysOfTitle] = this.getIndexByWord(keywords, title);
|
||||||
|
const [indexOfContent, keysOfContent] = this.getIndexByWord(keywords, content);
|
||||||
|
const includedCount = new Set([...keysOfTitle, ...keysOfContent]).size;
|
||||||
|
|
||||||
|
// Show search results
|
||||||
|
const hitCount = indexOfTitle.length + indexOfContent.length;
|
||||||
|
if (hitCount === 0) return;
|
||||||
|
|
||||||
|
const slicesOfTitle = [];
|
||||||
|
if (indexOfTitle.length !== 0) {
|
||||||
|
slicesOfTitle.push(this.mergeIntoSlice(0, title.length, indexOfTitle));
|
||||||
|
}
|
||||||
|
|
||||||
|
let slicesOfContent = [];
|
||||||
|
while (indexOfContent.length !== 0) {
|
||||||
|
const item = indexOfContent[0];
|
||||||
|
const { position } = item;
|
||||||
|
// Cut out 100 characters. The maxlength of .search-input is 80.
|
||||||
|
const start = Math.max(0, position - 20);
|
||||||
|
const end = Math.min(content.length, position + 80);
|
||||||
|
slicesOfContent.push(this.mergeIntoSlice(start, end, indexOfContent));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sort slices in content by included keywords' count and hits' count
|
||||||
|
slicesOfContent.sort((left, right) => {
|
||||||
|
if (left.count !== right.count) {
|
||||||
|
return right.count - left.count;
|
||||||
|
} else if (left.hits.length !== right.hits.length) {
|
||||||
|
return right.hits.length - left.hits.length;
|
||||||
|
}
|
||||||
|
return left.start - right.start;
|
||||||
|
});
|
||||||
|
|
||||||
|
// Select top N slices in content
|
||||||
|
const upperBound = parseInt(this.top_n_per_article, 10);
|
||||||
|
if (upperBound >= 0) {
|
||||||
|
slicesOfContent = slicesOfContent.slice(0, upperBound);
|
||||||
|
}
|
||||||
|
|
||||||
|
let resultItem = '';
|
||||||
|
|
||||||
|
url = new URL(url, location.origin);
|
||||||
|
url.searchParams.append('highlight', keywords.join(' '));
|
||||||
|
|
||||||
|
if (slicesOfTitle.length !== 0) {
|
||||||
|
resultItem += `<li><a href="${url.href}" class="search-result-title">${this.highlightKeyword(title, slicesOfTitle[0])}</a>`;
|
||||||
|
} else {
|
||||||
|
resultItem += `<li><a href="${url.href}" class="search-result-title">${title}</a>`;
|
||||||
|
}
|
||||||
|
|
||||||
|
slicesOfContent.forEach(slice => {
|
||||||
|
resultItem += `<a href="${url.href}"><p class="search-result">${this.highlightKeyword(content, slice)}...</p></a>`;
|
||||||
|
});
|
||||||
|
|
||||||
|
resultItem += '</li>';
|
||||||
|
resultItems.push({
|
||||||
|
item: resultItem,
|
||||||
|
id : resultItems.length,
|
||||||
|
hitCount,
|
||||||
|
includedCount
|
||||||
|
});
|
||||||
|
});
|
||||||
|
return resultItems;
|
||||||
|
}
|
||||||
|
|
||||||
|
fetchData() {
|
||||||
|
const isXml = !this.path.endsWith('json');
|
||||||
|
fetch(this.path)
|
||||||
|
.then(response => response.text())
|
||||||
|
.then(res => {
|
||||||
|
// Get the contents from search data
|
||||||
|
this.isfetched = true;
|
||||||
|
this.datas = isXml ? [...new DOMParser().parseFromString(res, 'text/xml').querySelectorAll('entry')].map(element => ({
|
||||||
|
title : element.querySelector('title').textContent,
|
||||||
|
content: element.querySelector('content').textContent,
|
||||||
|
url : element.querySelector('url').textContent
|
||||||
|
})) : JSON.parse(res);
|
||||||
|
// Only match articles with non-empty titles
|
||||||
|
this.datas = this.datas.filter(data => data.title).map(data => {
|
||||||
|
data.title = data.title.trim();
|
||||||
|
data.content = data.content ? data.content.trim().replace(/<[^>]+>/g, '') : '';
|
||||||
|
data.url = decodeURIComponent(data.url).replace(/\/{2,}/g, '/');
|
||||||
|
return data;
|
||||||
|
});
|
||||||
|
// Remove loading animation
|
||||||
|
window.dispatchEvent(new Event('search:loaded'));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Highlight by wrapping node in mark elements with the given class name
|
||||||
|
highlightText(node, slice, className) {
|
||||||
|
const val = node.nodeValue;
|
||||||
|
let index = slice.start;
|
||||||
|
const children = [];
|
||||||
|
for (const { position, length } of slice.hits) {
|
||||||
|
const text = document.createTextNode(val.substring(index, position));
|
||||||
|
index = position + length;
|
||||||
|
const mark = document.createElement('mark');
|
||||||
|
mark.className = className;
|
||||||
|
mark.appendChild(document.createTextNode(val.substr(position, length)));
|
||||||
|
children.push(text, mark);
|
||||||
|
}
|
||||||
|
node.nodeValue = val.substring(index, slice.end);
|
||||||
|
children.forEach(element => {
|
||||||
|
node.parentNode.insertBefore(element, node);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Highlight the search words provided in the url in the text
|
||||||
|
highlightSearchWords(body) {
|
||||||
|
const params = new URL(location.href).searchParams.get('highlight');
|
||||||
|
const keywords = params ? params.split(' ') : [];
|
||||||
|
if (!keywords.length || !body) return;
|
||||||
|
const walk = document.createTreeWalker(body, NodeFilter.SHOW_TEXT, null);
|
||||||
|
const allNodes = [];
|
||||||
|
while (walk.nextNode()) {
|
||||||
|
if (!walk.currentNode.parentNode.matches('button, select, textarea')) allNodes.push(walk.currentNode);
|
||||||
|
}
|
||||||
|
allNodes.forEach(node => {
|
||||||
|
const [indexOfNode] = this.getIndexByWord(keywords, node.nodeValue);
|
||||||
|
if (!indexOfNode.length) return;
|
||||||
|
const slice = this.mergeIntoSlice(0, node.nodeValue.length, indexOfNode);
|
||||||
|
this.highlightText(node, slice, 'search-keyword');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
NexT.plugins.search.localsearch = function() {
|
||||||
|
if (! NexT.CONFIG.localSearch.path) {
|
||||||
|
// Search DB path
|
||||||
|
console.warn('`search indexes file` is not configurate!');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const localSearch = new LocalSearch({
|
||||||
|
path : NexT.CONFIG.localSearch.path,
|
||||||
|
top_n_per_article: NexT.CONFIG.localSearch.topnperarticle,
|
||||||
|
unescape : NexT.CONFIG.localSearch.unescape
|
||||||
|
});
|
||||||
|
|
||||||
|
const input = document.querySelector('.search-input');
|
||||||
|
|
||||||
|
const inputEventFunction = () => {
|
||||||
|
if (!localSearch.isfetched) return;
|
||||||
|
const searchText = input.value.trim().toLowerCase();
|
||||||
|
const keywords = searchText.split(/[-\s]+/);
|
||||||
|
const container = document.querySelector('.search-result-container');
|
||||||
|
let resultItems = [];
|
||||||
|
if (searchText.length > 0) {
|
||||||
|
// Perform local searching
|
||||||
|
resultItems = localSearch.getResultItems(keywords);
|
||||||
|
}
|
||||||
|
if (keywords.length === 1 && keywords[0] === '') {
|
||||||
|
container.classList.add('no-result');
|
||||||
|
container.innerHTML = '<div class="search-result-icon"><i class="fa fa-search fa-5x"></i></div>';
|
||||||
|
} else if (resultItems.length === 0) {
|
||||||
|
container.classList.add('no-result');
|
||||||
|
container.innerHTML = '<div class="search-result-icon"><i class="far fa-frown fa-5x"></i></div>';
|
||||||
|
} else {
|
||||||
|
resultItems.sort((left, right) => {
|
||||||
|
if (left.includedCount !== right.includedCount) {
|
||||||
|
return right.includedCount - left.includedCount;
|
||||||
|
} else if (left.hitCount !== right.hitCount) {
|
||||||
|
return right.hitCount - left.hitCount;
|
||||||
|
}
|
||||||
|
return right.id - left.id;
|
||||||
|
});
|
||||||
|
const stats = NexT.CONFIG.i18n.hits.replace('${hits}', resultItems.length);
|
||||||
|
|
||||||
|
container.classList.remove('no-result');
|
||||||
|
container.innerHTML = `<div class="search-stats">${stats}</div>
|
||||||
|
<hr>
|
||||||
|
<ul class="search-result-list">${resultItems.map(result => result.item).join('')}</ul>`;
|
||||||
|
if (typeof pjax === 'object') pjax.refresh(container);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
localSearch.highlightSearchWords(document.querySelector('.post-body'));
|
||||||
|
if (NexT.CONFIG.localSearch.preload) {
|
||||||
|
localSearch.fetchData();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (NexT.CONFIG.localSearch.trigger === 'auto') {
|
||||||
|
input.addEventListener('input', inputEventFunction);
|
||||||
|
} else {
|
||||||
|
document.querySelector('.search-icon').addEventListener('click', inputEventFunction);
|
||||||
|
input.addEventListener('keypress', event => {
|
||||||
|
if (event.key === 'Enter') {
|
||||||
|
inputEventFunction();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
window.addEventListener('search:loaded', inputEventFunction);
|
||||||
|
|
||||||
|
// Handle and trigger popup window
|
||||||
|
document.querySelectorAll('.popup-trigger').forEach(element => {
|
||||||
|
element.addEventListener('click', () => {
|
||||||
|
document.body.classList.add('search-active');
|
||||||
|
// Wait for search-popup animation to complete
|
||||||
|
setTimeout(() => input.focus(), 500);
|
||||||
|
if (!localSearch.isfetched) localSearch.fetchData();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// Monitor main search box
|
||||||
|
const onPopupClose = () => {
|
||||||
|
document.body.classList.remove('search-active');
|
||||||
|
};
|
||||||
|
|
||||||
|
document.querySelector('.search-pop-overlay').addEventListener('click', event => {
|
||||||
|
if (event.target === document.querySelector('.search-pop-overlay')) {
|
||||||
|
onPopupClose();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
document.querySelector('.popup-btn-close').addEventListener('click', onPopupClose);
|
||||||
|
document.addEventListener('pjax:success', () => {
|
||||||
|
localSearch.highlightSearchWords(document.querySelector('.post-body'));
|
||||||
|
onPopupClose();
|
||||||
|
});
|
||||||
|
window.addEventListener('keyup', event => {
|
||||||
|
if (event.key === 'Escape') {
|
||||||
|
onPopupClose();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
10
assets/js/third-party/share/addthis.js
vendored
10
assets/js/third-party/share/addthis.js
vendored
@@ -1,16 +1,16 @@
|
|||||||
document.addEventListener('DOMContentLoaded', () => {
|
/* AddThis share plugin */
|
||||||
|
NexT.plugins.share.addthis = function() {
|
||||||
const element = '.addthis_inline_share_toolbox';
|
const element = '.addthis_inline_share_toolbox';
|
||||||
if (!NexT.CONFIG.addthis || !NexT.utils.checkDOMExist(element)) return;
|
if (!NexT.CONFIG.addthis || !NexT.utils.checkDOMExist(element)) return;
|
||||||
|
|
||||||
const addthis_js = NexT.CONFIG.addthis.js + '?pubid=' + NexT.CONFIG.addthis.cfg.pubid;
|
const addthis_js = NexT.CONFIG.addthis.js + '?pubid=' + NexT.CONFIG.addthis.cfg.pubid;
|
||||||
|
|
||||||
NexT.utils.loadComments(element).then(() => {
|
NexT.utils.lazyLoadComponent(element, function() {
|
||||||
NexT.utils.getScript(addthis_js, {
|
NexT.utils.getScript(addthis_js, {
|
||||||
attributes: {
|
attributes: {
|
||||||
async: true
|
async: false
|
||||||
},
|
},
|
||||||
parentNode: document.querySelector(element)
|
parentNode: document.querySelector(element)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
@@ -1,42 +1,233 @@
|
|||||||
/* global NexT, CONFIG */
|
/* util tools */
|
||||||
|
|
||||||
HTMLElement.prototype.wrap = function(wrapper) {
|
HTMLElement.prototype.wrap = function (wrapper) {
|
||||||
this.parentNode.insertBefore(wrapper, this);
|
this.parentNode.insertBefore(wrapper, this);
|
||||||
this.parentNode.removeChild(this);
|
this.parentNode.removeChild(this);
|
||||||
wrapper.appendChild(this);
|
wrapper.appendChild(this);
|
||||||
};
|
};
|
||||||
|
|
||||||
(function() {
|
|
||||||
const onPageLoaded = () => document.dispatchEvent(
|
|
||||||
new Event('page:loaded', {
|
|
||||||
bubbles: true
|
|
||||||
})
|
|
||||||
);
|
|
||||||
|
|
||||||
if (document.readyState === 'loading') {
|
|
||||||
document.addEventListener('readystatechange', onPageLoaded, { once: true });
|
|
||||||
} else {
|
|
||||||
onPageLoaded();
|
|
||||||
}
|
|
||||||
document.addEventListener('pjax:success', onPageLoaded);
|
|
||||||
})();
|
|
||||||
|
|
||||||
NexT.utils = {
|
NexT.utils = {
|
||||||
|
registerImageLoadEvent: function() {
|
||||||
|
const images = document.querySelectorAll('.sidebar img, .post-block img, .vendors-list img');
|
||||||
|
|
||||||
checkDOMExist: function(selector) {
|
const callback = (entries) => {
|
||||||
|
entries.forEach(item => {
|
||||||
|
if (item.intersectionRatio > 0) {
|
||||||
|
let ele = item.target;
|
||||||
|
let imgSrc = ele.getAttribute('data-src');
|
||||||
|
if (imgSrc) {
|
||||||
|
let img = new Image();
|
||||||
|
img.addEventListener('load', function() {
|
||||||
|
ele.src = imgSrc;
|
||||||
|
}, false);
|
||||||
|
ele.src = imgSrc;
|
||||||
|
// Prevent load image again
|
||||||
|
ele.removeAttribute('data-src');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
};
|
||||||
|
|
||||||
|
const observer = new IntersectionObserver(callback);
|
||||||
|
images.forEach(img => {
|
||||||
|
observer.observe(img);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
registerImageViewer: function() {
|
||||||
|
new Viewer(document.querySelector('.post-body'),{ navbar:2, toolbar:2 });
|
||||||
|
},
|
||||||
|
|
||||||
|
registerToolButtons: function () {
|
||||||
|
const buttons = document.querySelector('.tool-buttons');
|
||||||
|
|
||||||
|
const scrollbar_buttons = buttons.querySelectorAll('div:not(#toggle-theme)');
|
||||||
|
scrollbar_buttons.forEach(button => {
|
||||||
|
let targetId = button.id;
|
||||||
|
if (targetId != '') {
|
||||||
|
targetId = targetId.substring(5);
|
||||||
|
}
|
||||||
|
button.addEventListener('click', () => {
|
||||||
|
this.slidScrollBarAnime(targetId);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
buttons.querySelector('div#toggle-theme').addEventListener('click', () => {
|
||||||
|
const cur_theme = document.documentElement.getAttribute('data-theme');
|
||||||
|
window.theme.toggle(cur_theme === 'dark' ? 'light' : 'dark');
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
slidScrollBarAnime: function (targetId, easing = 'linear', duration = 500) {
|
||||||
|
window.anime({
|
||||||
|
targets: document.scrollingElement,
|
||||||
|
duration: duration,
|
||||||
|
easing: easing,
|
||||||
|
scrollTop: targetId == '' ? 0 : document.getElementById(targetId).getBoundingClientRect().top + window.scrollY
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
domAddClass: function (selector, cls) {
|
||||||
|
const doms = document.querySelectorAll(selector);
|
||||||
|
if (doms) {
|
||||||
|
doms.forEach(dom => {
|
||||||
|
dom.classList.add(cls);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
fmtSiteInfo: function () {
|
||||||
|
const runtimeCount = document.getElementById('runTimes');
|
||||||
|
if (runtimeCount) {
|
||||||
|
const publishDate = runtimeCount.getAttribute('data-publishDate');
|
||||||
|
const runTimes = this.diffDate(publishDate, 2);
|
||||||
|
runtimeCount.innerText = runTimes;
|
||||||
|
}
|
||||||
|
|
||||||
|
const wordsCount = document.getElementById('wordsCount');
|
||||||
|
if (wordsCount) {
|
||||||
|
const words = wordsCount.getAttribute('data-count');
|
||||||
|
wordsCount.innerText = this.numberFormat(words);
|
||||||
|
}
|
||||||
|
|
||||||
|
const readTimes = document.getElementById('readTimes');
|
||||||
|
if (readTimes) {
|
||||||
|
const times = readTimes.getAttribute('data-times');
|
||||||
|
|
||||||
|
const hour = 60;
|
||||||
|
const day = hour * 24;
|
||||||
|
|
||||||
|
const daysCount = parseInt(times / day);
|
||||||
|
const hoursCount = parseInt(times / hour);
|
||||||
|
|
||||||
|
let timesLabel;
|
||||||
|
if (daysCount >= 1) {
|
||||||
|
timesLabel = daysCount + NexT.CONFIG.i18n.ds_days + parseInt((times - daysCount * day) / hour) + NexT.CONFIG.i18n.ds_hours;
|
||||||
|
} else if (hoursCount >= 1) {
|
||||||
|
timesLabel = hoursCount + NexT.CONFIG.i18n.ds_hours + (times - hoursCount * hour) + NexT.CONFIG.i18n.ds_mins;
|
||||||
|
} else {
|
||||||
|
timesLabel = times + NexT.CONFIG.i18n.ds_mins;
|
||||||
|
}
|
||||||
|
|
||||||
|
readTimes.innerText = timesLabel;
|
||||||
|
}
|
||||||
|
|
||||||
|
const lastPushDate = document.getElementById('last-push-date');
|
||||||
|
if (lastPushDate) {
|
||||||
|
const pushDateVal = this.diffDate(lastPushDate.getAttribute('data-lastPushDate'), 1);
|
||||||
|
lastPushDate.innerText = pushDateVal;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
fmtLaWidget: function(){
|
||||||
|
setTimeout(function(){
|
||||||
|
const laWidget = document.querySelectorAll('#la-siteinfo-widget span');
|
||||||
|
if (laWidget.length > 0) {
|
||||||
|
const valIds = [0, 2, 4, 6];
|
||||||
|
const domIds = ['today_site_pv', 'yesterday_site_pv', 'month_site_pv', 'total_site_pv']
|
||||||
|
for (let i in valIds) {
|
||||||
|
let pv = NexT.utils.numberFormat(laWidget[valIds[i]].innerText);
|
||||||
|
document.getElementById(domIds[i]).innerText = pv;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, 800);
|
||||||
|
},
|
||||||
|
|
||||||
|
fmtBusuanzi: function () {
|
||||||
|
setTimeout(function(){
|
||||||
|
const bszUV = document.getElementById('busuanzi_value_site_uv');
|
||||||
|
if (bszUV) {
|
||||||
|
bszUV.innerText = NexT.utils.numberFormat(bszUV.innerText);
|
||||||
|
}
|
||||||
|
const bszPV = document.getElementById('busuanzi_value_site_pv');
|
||||||
|
if (bszPV) {
|
||||||
|
bszPV.innerText = NexT.utils.numberFormat(bszPV.innerText);
|
||||||
|
}
|
||||||
|
}, 800);
|
||||||
|
},
|
||||||
|
|
||||||
|
numberFormat: function (number) {
|
||||||
|
let result;
|
||||||
|
if (number.indexOf(',') > 0) {
|
||||||
|
number = number.replaceAll(",", "");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (number > 10000) {
|
||||||
|
result = (number / 10000.0).toFixed(2) + ' w';
|
||||||
|
} else if (number > 1000) {
|
||||||
|
result = (number / 1000.0).toFixed(2) + ' k';
|
||||||
|
} else {
|
||||||
|
result = number;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
},
|
||||||
|
|
||||||
|
diffDate: function (date, mode = 0) {
|
||||||
|
const dateNow = new Date();
|
||||||
|
const datePost = new Date(date);
|
||||||
|
const dateDiff = dateNow.getTime() - datePost.getTime();
|
||||||
|
const minute = 1000 * 60;
|
||||||
|
const hour = minute * 60;
|
||||||
|
const day = hour * 24;
|
||||||
|
const month = day * 30;
|
||||||
|
const year = month * 12;
|
||||||
|
|
||||||
|
let result;
|
||||||
|
if (mode == 1) {
|
||||||
|
const monthCount = dateDiff / month;
|
||||||
|
const dayCount = dateDiff / day;
|
||||||
|
const hourCount = dateDiff / hour;
|
||||||
|
const minuteCount = dateDiff / minute;
|
||||||
|
|
||||||
|
if (monthCount > 12) {
|
||||||
|
result = datePost.toLocaleDateString().replace(/\//g, '-');
|
||||||
|
} else if (monthCount >= 1) {
|
||||||
|
result = parseInt(monthCount) + NexT.CONFIG.i18n.ds_month;
|
||||||
|
} else if (dayCount >= 1) {
|
||||||
|
result = parseInt(dayCount) + NexT.CONFIG.i18n.ds_day;
|
||||||
|
} else if (hourCount >= 1) {
|
||||||
|
result = parseInt(hourCount) + NexT.CONFIG.i18n.ds_hour;
|
||||||
|
} else if (minuteCount >= 1) {
|
||||||
|
result = parseInt(minuteCount) + NexT.CONFIG.i18n.ds_min;
|
||||||
|
} else {
|
||||||
|
result = NexT.CONFIG.i18n.ds_just;
|
||||||
|
}
|
||||||
|
} else if (mode == 2) {
|
||||||
|
const yearCount = parseInt(dateDiff / year);
|
||||||
|
if (yearCount >= 1) {
|
||||||
|
const dayCount = parseInt((dateDiff - (yearCount * year)) / day);
|
||||||
|
result = yearCount + NexT.CONFIG.i18n.ds_years + dayCount + NexT.CONFIG.i18n.ds_days;
|
||||||
|
} else {
|
||||||
|
const dayCount = parseInt(dateDiff / day);
|
||||||
|
result = dayCount + NexT.CONFIG.i18n.ds_days;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
result = parseInt(dateDiff / day);
|
||||||
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
|
},
|
||||||
|
|
||||||
|
checkDOMExist: function (selector) {
|
||||||
return document.querySelector(selector) != null;
|
return document.querySelector(selector) != null;
|
||||||
},
|
},
|
||||||
|
|
||||||
getCDNResource: function(res) {
|
getCDNResource: function (res) {
|
||||||
let { plugins, router } = NexT.CONFIG.vendor;
|
let { plugins, router } = NexT.CONFIG.vendor;
|
||||||
let { name, version, file, alias } = res;
|
let { name, version, file, alias, alias_name } = res;
|
||||||
|
|
||||||
let npm_name = name;
|
let npm_name = name;
|
||||||
|
if (alias_name) npm_name = alias_name;
|
||||||
let res_src = '';
|
let res_src = '';
|
||||||
switch(plugins) {
|
switch (plugins) {
|
||||||
case 'cdnjs':
|
case 'cdnjs':
|
||||||
|
case 'bootcdn':
|
||||||
|
case 'qiniu':
|
||||||
let cdnjs_name = alias || name;
|
let cdnjs_name = alias || name;
|
||||||
let cdnjs_file = file.replace(/\.js$/, '.min.js').replace(/^(dist|lib|source\/js|)\/(browser\/|)/, '');
|
let cdnjs_file = file.replace(/^(dist|lib|source|\/js|)\/(browser\/|)/, '');
|
||||||
|
if (cdnjs_file.indexOf('min') == -1) {
|
||||||
|
cdnjs_file = cdnjs_file.replace(/\.js$/, '.min.js');
|
||||||
|
}
|
||||||
res_src = `${router}/${cdnjs_name}/${version}/${cdnjs_file}`
|
res_src = `${router}/${cdnjs_name}/${version}/${cdnjs_file}`
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
@@ -46,23 +237,10 @@ NexT.utils = {
|
|||||||
return res_src;
|
return res_src;
|
||||||
},
|
},
|
||||||
|
|
||||||
replacePostCRLink: function() {
|
|
||||||
if (NexT.CONFIG.hostname.startsWith('http')) return;
|
|
||||||
// Try to support mutli domain without base URL sets.
|
|
||||||
let href = window.location.href;
|
|
||||||
if (href.indexOf('#')>-1){
|
|
||||||
href = href.split('#')[0];
|
|
||||||
}
|
|
||||||
let postLink = document.getElementById('post-cr-link');
|
|
||||||
if (!postLink) return;
|
|
||||||
postLink.text = href;
|
|
||||||
postLink.href = href;
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* One-click copy code support.
|
* One-click copy code support.
|
||||||
*/
|
*/
|
||||||
registerCopyCode: function() {
|
registerCopyCode: function () {
|
||||||
if (!NexT.CONFIG.copybtn) return;
|
if (!NexT.CONFIG.copybtn) return;
|
||||||
|
|
||||||
let figure = document.querySelectorAll('.highlight pre');
|
let figure = document.querySelectorAll('.highlight pre');
|
||||||
@@ -109,7 +287,7 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
wrapTableWithBox: function() {
|
wrapTableWithBox: function () {
|
||||||
document.querySelectorAll('table').forEach(element => {
|
document.querySelectorAll('table').forEach(element => {
|
||||||
const box = document.createElement('div');
|
const box = document.createElement('div');
|
||||||
box.className = 'table-container';
|
box.className = 'table-container';
|
||||||
@@ -117,7 +295,7 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
registerVideoIframe: function() {
|
registerVideoIframe: function () {
|
||||||
document.querySelectorAll('iframe').forEach(element => {
|
document.querySelectorAll('iframe').forEach(element => {
|
||||||
const supported = [
|
const supported = [
|
||||||
'www.youtube.com',
|
'www.youtube.com',
|
||||||
@@ -139,7 +317,7 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
registerScrollPercent: function() {
|
registerScrollPercent: function () {
|
||||||
const backToTop = document.querySelector('.back-to-top');
|
const backToTop = document.querySelector('.back-to-top');
|
||||||
const readingProgressBar = document.querySelector('.reading-progress-bar');
|
const readingProgressBar = document.querySelector('.reading-progress-bar');
|
||||||
// For init back to top in sidebar if page was scrolled after page refresh.
|
// For init back to top in sidebar if page was scrolled after page refresh.
|
||||||
@@ -148,8 +326,10 @@ NexT.utils = {
|
|||||||
const contentHeight = document.body.scrollHeight - window.innerHeight;
|
const contentHeight = document.body.scrollHeight - window.innerHeight;
|
||||||
const scrollPercent = contentHeight > 0 ? Math.min(100 * window.scrollY / contentHeight, 100) : 0;
|
const scrollPercent = contentHeight > 0 ? Math.min(100 * window.scrollY / contentHeight, 100) : 0;
|
||||||
if (backToTop) {
|
if (backToTop) {
|
||||||
backToTop.classList.toggle('back-to-top-on', Math.round(scrollPercent) >= 5);
|
const scrollPercentRound = Math.round(scrollPercent)
|
||||||
backToTop.querySelector('span').innerText = Math.round(scrollPercent) + '%';
|
const isShow = scrollPercentRound >= 5;
|
||||||
|
backToTop.classList.toggle('back-to-top-on', isShow);
|
||||||
|
backToTop.querySelector('span').innerText = scrollPercentRound + '%';
|
||||||
}
|
}
|
||||||
if (readingProgressBar) {
|
if (readingProgressBar) {
|
||||||
readingProgressBar.style.setProperty('--progress', scrollPercent.toFixed(2) + '%');
|
readingProgressBar.style.setProperty('--progress', scrollPercent.toFixed(2) + '%');
|
||||||
@@ -166,21 +346,12 @@ NexT.utils = {
|
|||||||
}
|
}
|
||||||
this.activateNavByIndex(index);
|
this.activateNavByIndex(index);
|
||||||
}, { passive: true });
|
}, { passive: true });
|
||||||
|
|
||||||
backToTop && backToTop.addEventListener('click', () => {
|
|
||||||
window.anime({
|
|
||||||
targets : document.scrollingElement,
|
|
||||||
duration : 500,
|
|
||||||
easing : 'linear',
|
|
||||||
scrollTop: 0
|
|
||||||
});
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tabs tag listener (without twitter bootstrap).
|
* Tabs tag listener (without twitter bootstrap).
|
||||||
*/
|
*/
|
||||||
registerTabsTag: function() {
|
registerTabsTag: function () {
|
||||||
// Binding `nav-tabs` & `tab-content` by real time permalink changing.
|
// Binding `nav-tabs` & `tab-content` by real time permalink changing.
|
||||||
document.querySelectorAll('.tabs ul.nav-tabs .tab').forEach(element => {
|
document.querySelectorAll('.tabs ul.nav-tabs .tab').forEach(element => {
|
||||||
element.addEventListener('click', event => {
|
element.addEventListener('click', event => {
|
||||||
@@ -205,9 +376,9 @@ NexT.utils = {
|
|||||||
if (!NexT.CONFIG.stickytabs) return;
|
if (!NexT.CONFIG.stickytabs) return;
|
||||||
const offset = nav.parentNode.getBoundingClientRect().top + window.scrollY + 10;
|
const offset = nav.parentNode.getBoundingClientRect().top + window.scrollY + 10;
|
||||||
window.anime({
|
window.anime({
|
||||||
targets : document.scrollingElement,
|
targets: document.scrollingElement,
|
||||||
duration : 500,
|
duration: 500,
|
||||||
easing : 'linear',
|
easing: 'linear',
|
||||||
scrollTop: offset
|
scrollTop: offset
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -216,7 +387,7 @@ NexT.utils = {
|
|||||||
window.dispatchEvent(new Event('tabs:register'));
|
window.dispatchEvent(new Event('tabs:register'));
|
||||||
},
|
},
|
||||||
|
|
||||||
registerCanIUseTag: function() {
|
registerCanIUseTag: function () {
|
||||||
// Get responsive height passed from iframe.
|
// Get responsive height passed from iframe.
|
||||||
window.addEventListener('message', ({ data }) => {
|
window.addEventListener('message', ({ data }) => {
|
||||||
if (typeof data === 'string' && data.includes('ciu_embed')) {
|
if (typeof data === 'string' && data.includes('ciu_embed')) {
|
||||||
@@ -250,19 +421,25 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},*/
|
},*/
|
||||||
|
|
||||||
registerSidebarTOC: function() {
|
registerSidebarTOC: function () {
|
||||||
this.sections = [...document.querySelectorAll('.post-toc li a.nav-link')].map(element => {
|
const toc = document.getElementById('TableOfContents');
|
||||||
|
if (!toc.hasChildNodes()) {
|
||||||
|
const tocActive = document.querySelector('.sidebar-inner');
|
||||||
|
tocActive.classList.remove('sidebar-nav-active', 'sidebar-toc-active');
|
||||||
|
tocActive.classList.add('sidebar-overview-active');
|
||||||
|
}
|
||||||
|
this.sections = [...document.querySelectorAll('.post-toc li a')].map(element => {
|
||||||
const target = document.getElementById(decodeURI(element.getAttribute('href')).replace('#', ''));
|
const target = document.getElementById(decodeURI(element.getAttribute('href')).replace('#', ''));
|
||||||
// TOC item animation navigate.
|
// TOC item animation navigate.
|
||||||
element.addEventListener('click', event => {
|
element.addEventListener('click', event => {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
const offset = target.getBoundingClientRect().top + window.scrollY;
|
const offset = target.getBoundingClientRect().top + window.scrollY;
|
||||||
window.anime({
|
window.anime({
|
||||||
targets : document.scrollingElement,
|
targets: document.scrollingElement,
|
||||||
duration : 500,
|
duration: 500,
|
||||||
easing : 'linear',
|
easing: 'linear',
|
||||||
scrollTop: offset,
|
scrollTop: offset,
|
||||||
complete : () => {
|
complete: () => {
|
||||||
history.pushState(null, document.title, element.href);
|
history.pushState(null, document.title, element.href);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -271,7 +448,7 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
registerPostReward: function() {
|
registerPostReward: function () {
|
||||||
const button = document.querySelector('.reward-container button');
|
const button = document.querySelector('.reward-container button');
|
||||||
if (!button) return;
|
if (!button) return;
|
||||||
button.addEventListener('click', () => {
|
button.addEventListener('click', () => {
|
||||||
@@ -279,22 +456,22 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
initCommontesDispaly: function(){
|
initCommontesDispaly: function () {
|
||||||
const comms = document.querySelectorAll('.comment-wrap > div');
|
const comms = document.querySelectorAll('.comment-wrap > div');
|
||||||
if (comms.length<=1) return;
|
if (comms.length <= 1) return;
|
||||||
comms.forEach(function(item){
|
comms.forEach(function (item) {
|
||||||
var dis = window.getComputedStyle(item, null).display;
|
let dis = window.getComputedStyle(item, null).display;
|
||||||
item.style.display = dis;
|
item.style.display = dis;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
registerCommonSwitch: function() {
|
registerCommonSwitch: function () {
|
||||||
const button = document.querySelector('.comment-switch .switch-btn');
|
const button = document.querySelector('.comment-switch .switch-btn');
|
||||||
if (!button) return;
|
if (!button) return;
|
||||||
const comms = document.querySelectorAll('.comment-wrap > div');
|
const comms = document.querySelectorAll('.comment-wrap > div');
|
||||||
button.addEventListener('click', () => {
|
button.addEventListener('click', () => {
|
||||||
button.classList.toggle('move');
|
button.classList.toggle('move');
|
||||||
comms.forEach(function(item){
|
comms.forEach(function (item) {
|
||||||
if (item.style.display === 'none') {
|
if (item.style.display === 'none') {
|
||||||
item.style.cssText = "display: block; animation: tabshow .8s";
|
item.style.cssText = "display: block; animation: tabshow .8s";
|
||||||
} else {
|
} else {
|
||||||
@@ -304,17 +481,17 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
hideCommontes:function() {
|
hideCommontes: function () {
|
||||||
document.querySelector('.post-comments').style.display = 'none';
|
document.querySelector('.post-comments').style.display = 'none';
|
||||||
},
|
},
|
||||||
|
|
||||||
hiddeLodingCmp: function(selector) {
|
hiddeLodingCmp: function (selector) {
|
||||||
const loadding = document.querySelector(selector).previousElementSibling;
|
const loadding = document.querySelector(selector).previousElementSibling;
|
||||||
loadding.style.display = 'none';
|
loadding.style.display = 'none';
|
||||||
},
|
},
|
||||||
|
|
||||||
activateNavByIndex: function(index) {
|
activateNavByIndex: function (index) {
|
||||||
const target = document.querySelectorAll('.post-toc li a.nav-link')[index];
|
const target = document.querySelectorAll('.post-toc li a')[index];
|
||||||
if (!target || target.classList.contains('active-current')) return;
|
if (!target || target.classList.contains('active-current')) return;
|
||||||
|
|
||||||
document.querySelectorAll('.post-toc .active').forEach(element => {
|
document.querySelectorAll('.post-toc .active').forEach(element => {
|
||||||
@@ -330,14 +507,14 @@ NexT.utils = {
|
|||||||
const tocElement = document.querySelector('.sidebar-panel-container');
|
const tocElement = document.querySelector('.sidebar-panel-container');
|
||||||
if (!tocElement.parentNode.classList.contains('sidebar-toc-active')) return;
|
if (!tocElement.parentNode.classList.contains('sidebar-toc-active')) return;
|
||||||
window.anime({
|
window.anime({
|
||||||
targets : tocElement,
|
targets: tocElement,
|
||||||
duration : 200,
|
duration: 200,
|
||||||
easing : 'linear',
|
easing: 'linear',
|
||||||
scrollTop: tocElement.scrollTop - (tocElement.offsetHeight / 2) + target.getBoundingClientRect().top - tocElement.getBoundingClientRect().top
|
scrollTop: tocElement.scrollTop - (tocElement.offsetHeight / 2) + target.getBoundingClientRect().top - tocElement.getBoundingClientRect().top
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
updateSidebarPosition: function() {
|
updateSidebarPosition: function () {
|
||||||
if (window.innerWidth < 992 || NexT.CONFIG.scheme === 'Pisces' || NexT.CONFIG.scheme === 'Gemini') return;
|
if (window.innerWidth < 992 || NexT.CONFIG.scheme === 'Pisces' || NexT.CONFIG.scheme === 'Gemini') return;
|
||||||
// Expand sidebar on post detail page by default, when post has a toc.
|
// Expand sidebar on post detail page by default, when post has a toc.
|
||||||
const hasTOC = document.querySelector('.post-toc');
|
const hasTOC = document.querySelector('.post-toc');
|
||||||
@@ -351,7 +528,7 @@ NexT.utils = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
activateSidebarPanel: function(index) {
|
activateSidebarPanel: function (index) {
|
||||||
const duration = 200;
|
const duration = 200;
|
||||||
const sidebar = document.querySelector('.sidebar-inner');
|
const sidebar = document.querySelector('.sidebar-inner');
|
||||||
const panel = document.querySelector('.sidebar-panel-container');
|
const panel = document.querySelector('.sidebar-panel-container');
|
||||||
@@ -361,34 +538,39 @@ NexT.utils = {
|
|||||||
|
|
||||||
window.anime({
|
window.anime({
|
||||||
duration,
|
duration,
|
||||||
targets : panel,
|
targets: panel,
|
||||||
easing : 'linear',
|
easing: 'linear',
|
||||||
opacity : 0,
|
opacity: 0,
|
||||||
translateY: [0, -20],
|
translateY: [0, -20],
|
||||||
complete : () => {
|
complete: () => {
|
||||||
// Prevent adding TOC to Overview if Overview was selected when close & open sidebar.
|
// Prevent adding TOC to Overview if Overview was selected when close & open sidebar.
|
||||||
sidebar.classList.replace(activeClassName[1 - index], activeClassName[index]);
|
sidebar.classList.replace(activeClassName[1 - index], activeClassName[index]);
|
||||||
window.anime({
|
window.anime({
|
||||||
duration,
|
duration,
|
||||||
targets : panel,
|
targets: panel,
|
||||||
easing : 'linear',
|
easing: 'linear',
|
||||||
opacity : [0, 1],
|
opacity: [0, 1],
|
||||||
translateY: [-20, 0]
|
translateY: [-20, 0]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
getStyle: function(src, parent) {
|
getStyle: function (src, position='after', parent) {
|
||||||
const link = document.createElement('link');
|
const link = document.createElement('link');
|
||||||
link.setAttribute('rel', 'stylesheet');
|
link.setAttribute('rel', 'stylesheet');
|
||||||
link.setAttribute('type', 'text/css');
|
link.setAttribute('type', 'text/css');
|
||||||
link.setAttribute('href', src);
|
link.setAttribute('href', src);
|
||||||
|
|
||||||
(parent || document.head).appendChild(link);
|
const head = (parent || document.head);
|
||||||
|
if (position === 'before') {
|
||||||
|
head.prepend(link);
|
||||||
|
} else {
|
||||||
|
head.append(link);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
getScript: function(src, options = {}, legacyCondition) {
|
getScript: function (src, options = {}, legacyCondition) {
|
||||||
if (typeof options === 'function') {
|
if (typeof options === 'function') {
|
||||||
return this.getScript(src, {
|
return this.getScript(src, {
|
||||||
condition: legacyCondition
|
condition: legacyCondition
|
||||||
@@ -440,9 +622,9 @@ NexT.utils = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
loadComments: function(selector, legacyCallback) {
|
lazyLoadComponent: function(selector, legacyCallback) {
|
||||||
if (legacyCallback) {
|
if (legacyCallback) {
|
||||||
return this.loadComments(selector).then(legacyCallback);
|
return this.lazyLoadComponent(selector).then(legacyCallback);
|
||||||
}
|
}
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
const element = document.querySelector(selector);
|
const element = document.querySelector(selector);
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Hugo NexT theme's custom config
|
# Hugo NexT theme's custom config
|
||||||
#
|
|
||||||
|
|
||||||
version: 4.1.0
|
version: 4.4.0
|
||||||
|
|
||||||
|
domain: hugo-next.eu.org
|
||||||
@@ -3,6 +3,8 @@
|
|||||||
vendors:
|
vendors:
|
||||||
cdnjs: "https://cdnjs.cloudflare.com/ajax/libs"
|
cdnjs: "https://cdnjs.cloudflare.com/ajax/libs"
|
||||||
unpkg: "https://unpkg.com"
|
unpkg: "https://unpkg.com"
|
||||||
|
bootcdn: "https://cdn.bootcdn.net/ajax/libs"
|
||||||
|
qiniu: "https://cdn.staticfile.org"
|
||||||
|
|
||||||
# JavaScript 资源
|
# JavaScript 资源
|
||||||
# JavaScript Resources
|
# JavaScript Resources
|
||||||
@@ -10,10 +12,9 @@ js:
|
|||||||
- name: animejs
|
- name: animejs
|
||||||
version: 3.2.1
|
version: 3.2.1
|
||||||
file: lib/anime.min.js
|
file: lib/anime.min.js
|
||||||
# TODO
|
- name: viewerjs
|
||||||
#- name: mathjax
|
version: 1.11.0
|
||||||
# version: 3.2.0
|
file: dist/viewer.min.js
|
||||||
# file: es5/tex-mml-chtml.js
|
|
||||||
|
|
||||||
# CSS 资源
|
# CSS 资源
|
||||||
# CSS Resources
|
# CSS Resources
|
||||||
@@ -25,6 +26,9 @@ css:
|
|||||||
- name: animate.css
|
- name: animate.css
|
||||||
version: 3.1.1
|
version: 3.1.1
|
||||||
file: animate.min.css
|
file: animate.min.css
|
||||||
|
- name: viewerjs
|
||||||
|
version: 1.11.0
|
||||||
|
file: dist/viewer.min.css
|
||||||
|
|
||||||
# 第三方服务组件资源
|
# 第三方服务组件资源
|
||||||
# 3rd servcies Resource
|
# 3rd servcies Resource
|
||||||
@@ -33,23 +37,27 @@ css:
|
|||||||
# Site analytics engine
|
# Site analytics engine
|
||||||
analytics:
|
analytics:
|
||||||
la: https://sdk.51.la/js-sdk-pro.min.js
|
la: https://sdk.51.la/js-sdk-pro.min.js
|
||||||
|
laWidget: https://v6-widget.51.la/v6/laId/quote.js?theme=0&col=true&f=12&display=0,0,0,1,0,1,1,1
|
||||||
|
baidu: https://hm.baidu.com/hm.js?
|
||||||
|
google: https://www.googletagmanager.com/gtag/js?id=
|
||||||
|
busuanzi: https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js
|
||||||
|
|
||||||
# 文章分享
|
# 文章分享
|
||||||
# Share
|
# Share
|
||||||
addthis:
|
addthis:
|
||||||
js: https://s7.addthis.com/js/300/addthis_widget.js
|
js: https://s7.addthis.com/js/300/addthis_widget.js
|
||||||
|
|
||||||
# 评论组件资源
|
# 评论组件
|
||||||
# Comment component Resources
|
# Comment component
|
||||||
waline:
|
waline:
|
||||||
js:
|
js:
|
||||||
name: '@waline/client'
|
name: '@waline/client'
|
||||||
version: 2.6.1
|
version: 2.13.0
|
||||||
file: dist/waline.js
|
file: dist/waline.js
|
||||||
alias: waline
|
alias: waline
|
||||||
css:
|
css:
|
||||||
name: '@waline/client'
|
name: '@waline/client'
|
||||||
version: 2.6.1
|
version: 2.13.0
|
||||||
file: dist/waline.css
|
file: dist/waline.css
|
||||||
alias: waline
|
alias: waline
|
||||||
|
|
||||||
@@ -71,3 +79,56 @@ utterances:
|
|||||||
|
|
||||||
livere:
|
livere:
|
||||||
js: https://cdn-city.livere.com/js/embed.dist.js
|
js: https://cdn-city.livere.com/js/embed.dist.js
|
||||||
|
|
||||||
|
# 全文搜索
|
||||||
|
# Full text search
|
||||||
|
algolia:
|
||||||
|
name: algoliasearch
|
||||||
|
version: 4.14.2
|
||||||
|
file: dist/algoliasearch-lite.umd.js
|
||||||
|
instant:
|
||||||
|
name: instantsearch.js
|
||||||
|
version: 4.49.0
|
||||||
|
file: dist/instantsearch.production.min.js
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
# 数学公式渲染
|
||||||
|
mathjax:
|
||||||
|
js:
|
||||||
|
name: mathjax
|
||||||
|
version: 3.2.0
|
||||||
|
file: es5/tex-mml-chtml.js
|
||||||
|
katex:
|
||||||
|
js:
|
||||||
|
- name: katex
|
||||||
|
version: 0.16.0
|
||||||
|
file: dist/katex.min.js
|
||||||
|
- name: auto-render
|
||||||
|
alias_name: katex
|
||||||
|
version: 0.16.0
|
||||||
|
file: dist/contrib/auto-render.min.js
|
||||||
|
css:
|
||||||
|
name: katex
|
||||||
|
version: 0.16.0
|
||||||
|
file: dist/katex.min.css
|
||||||
|
# 画图渲染
|
||||||
|
mermaid:
|
||||||
|
js:
|
||||||
|
name: mermaid
|
||||||
|
version: 9.1.7
|
||||||
|
file: dist/mermaid.min.js
|
||||||
|
# 文章访问/评论统计
|
||||||
|
waline:
|
||||||
|
js:
|
||||||
|
- name: pageview
|
||||||
|
alias_name: '@waline/client'
|
||||||
|
version: 2.13.0
|
||||||
|
file: dist/pageview.js
|
||||||
|
alias: waline
|
||||||
|
- name: comment
|
||||||
|
alias_name: '@waline/client'
|
||||||
|
version: 2.13.0
|
||||||
|
file: dist/comment.js
|
||||||
|
alias: waline
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -39,21 +39,71 @@ markup:
|
|||||||
renderer:
|
renderer:
|
||||||
unsafe: true
|
unsafe: true
|
||||||
highlight:
|
highlight:
|
||||||
|
# # 高亮代码的样式名称,可选:monokai | emacs | api | dracula | friendly
|
||||||
|
# # 更多的样式:https://xyproto.github.io/splash/docs/all.html
|
||||||
|
# # Highlight style: monokai | emacs | api | dracula | friendly
|
||||||
|
# # More: https://xyproto.github.io/splash/docs/all.html
|
||||||
|
# style: "monokai"
|
||||||
|
anchorLineNos: true
|
||||||
codeFences: true
|
codeFences: true
|
||||||
lineNos: true
|
guessSyntax: true
|
||||||
lineNumbersInTable: true
|
hl_Lines: ""
|
||||||
|
hl_inline: false
|
||||||
|
lineAnchors: ""
|
||||||
|
lineNoStart: 1
|
||||||
|
lineNos: false
|
||||||
|
lineNumbersInTable: false
|
||||||
noClasses: true
|
noClasses: true
|
||||||
# 高亮代码的样式名称,可选:monokai | emacs | api | dracula | friendly
|
noHl: false
|
||||||
# 更多的样式:https://xyproto.github.io/splash/docs/all.html
|
style: monokai
|
||||||
# Highlight style: monokai | emacs | api | dracula | friendly
|
tabWidth: 2
|
||||||
# More: https://xyproto.github.io/splash/docs/all.html
|
|
||||||
style: "monokai"
|
|
||||||
tableOfContents:
|
tableOfContents:
|
||||||
# 开始/结束标题级别:1-6
|
# 开始/结束标题级别:1-6 (建议从2开始)
|
||||||
# Heading title level of start or end: 1-6
|
# Heading title level of start or end: 1-6
|
||||||
startLevel: 1
|
# Recommand start at 2
|
||||||
endLevel: 3
|
startLevel: 2
|
||||||
ordered: false
|
endLevel: 4
|
||||||
|
|
||||||
|
# 站点文章导航文件
|
||||||
|
# Site map of all articles
|
||||||
|
sitemap:
|
||||||
|
filename: "sitemap.xml"
|
||||||
|
changefreq: "weekly"
|
||||||
|
priority: 0.5
|
||||||
|
|
||||||
|
outputFormats:
|
||||||
|
RSS:
|
||||||
|
baseName: "rss"
|
||||||
|
# 自定义生成本地搜索文件
|
||||||
|
# Custom file of indexes for local search
|
||||||
|
LocalIndexes:
|
||||||
|
mediaType: application/xml
|
||||||
|
baseName: searchindexes
|
||||||
|
isPlainText: true
|
||||||
|
notAlternative: true
|
||||||
|
# 生成 Algolia 索引文件
|
||||||
|
# Build indexes of Aloglia
|
||||||
|
AlgoliaIndexes:
|
||||||
|
mediaType: application/json
|
||||||
|
baseName: algolia
|
||||||
|
isPlainText: true
|
||||||
|
notAlternative: true
|
||||||
|
|
||||||
|
# 默认使用本地搜索,如切换到 Algolia 搜索引擎,
|
||||||
|
# 请将下面的 LocalIndexes 替换成 AlgoliaIndexes
|
||||||
|
# By default use local search, before switch to Algolia engine
|
||||||
|
# Please replace LocalIndexes with AlgoliaIndexes
|
||||||
|
outputs:
|
||||||
|
home: ["HTML", "RSS", "LocalIndexes"]
|
||||||
|
|
||||||
|
# 输出 robots 文件支持爬虫扫描
|
||||||
|
# Enable robots with support crawler scan
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
||||||
|
# 强制输出时压缩文件
|
||||||
|
# Compress all files when output
|
||||||
|
minify:
|
||||||
|
minifyOutput: true
|
||||||
|
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
# 菜单配置说明
|
# 菜单配置说明
|
||||||
@@ -84,16 +134,21 @@ menus:
|
|||||||
pageref: /about.html
|
pageref: /about.html
|
||||||
pre: user
|
pre: user
|
||||||
weight: 2
|
weight: 2
|
||||||
|
- identifier: flinks
|
||||||
|
name: 站点示例
|
||||||
|
pageref: /flinks.html
|
||||||
|
pre: thumbs-up
|
||||||
|
weight: 3
|
||||||
- identifier: archives
|
- identifier: archives
|
||||||
name: 归档
|
name: 归档
|
||||||
pageref: /archives
|
pageref: /archives
|
||||||
pre: archive
|
pre: archive
|
||||||
weight: 3
|
weight: 4
|
||||||
- identifier: commonweal
|
- identifier: commonweal
|
||||||
name: 公益 404
|
name: 公益 404
|
||||||
url: /404.html
|
url: /404.html
|
||||||
pre: heartbeat
|
pre: heartbeat
|
||||||
weight: 4
|
weight: 5
|
||||||
|
|
||||||
#-----------------------------------------
|
#-----------------------------------------
|
||||||
# Hugo NexT 主题参数配置
|
# Hugo NexT 主题参数配置
|
||||||
@@ -142,6 +197,13 @@ params:
|
|||||||
# Custom Logo (Warning: Only support scheme Mist)
|
# Custom Logo (Warning: Only support scheme Mist)
|
||||||
customLogo: #/imgs/hugo_next_logo.png
|
customLogo: #/imgs/hugo_next_logo.png
|
||||||
|
|
||||||
|
# 用户自定义文件配置
|
||||||
|
# Define custom file paths.
|
||||||
|
# customFilePath:
|
||||||
|
# sidebar: custom_sidebar.html
|
||||||
|
# footer: custom_footer.html
|
||||||
|
# style: /css/custom_style.css
|
||||||
|
|
||||||
# 知识共享国际许可 4.0
|
# 知识共享国际许可 4.0
|
||||||
# 更多信息: https://creativecommons.org/about/cclicenses/
|
# 更多信息: https://creativecommons.org/about/cclicenses/
|
||||||
# Creative Commons 4.0 International License.
|
# Creative Commons 4.0 International License.
|
||||||
@@ -231,10 +293,18 @@ params:
|
|||||||
# 开启头像随鼠标转动动画
|
# 开启头像随鼠标转动动画
|
||||||
# If true, the avatar will be rotated with the cursor.
|
# If true, the avatar will be rotated with the cursor.
|
||||||
rotated: true
|
rotated: true
|
||||||
|
siteState:
|
||||||
# 是否在侧边栏显示文章、分类、标签信息
|
# 是否在侧边栏显示文章、分类、标签信息
|
||||||
# Posts / Categories / Tags in sidebar.
|
# Posts / Categories / Tags in sidebar.
|
||||||
siteState: true
|
basic: true
|
||||||
|
# 站点访问信息
|
||||||
|
# Site information
|
||||||
|
statistic:
|
||||||
|
enable: true
|
||||||
|
# 组件类型,可选值为: 51la, busuanzi
|
||||||
|
# 使用51la时需要注册账号:https://invite.51.la/1NUfGTS1?target=V6
|
||||||
|
# Plguin value is: 51la, busuanzi
|
||||||
|
plugin: busuanzi
|
||||||
|
|
||||||
# 社交链接地址
|
# 社交链接地址
|
||||||
# 用法: `Key: 名称 || 链接地址 || 图标`
|
# 用法: `Key: 名称 || 链接地址 || 图标`
|
||||||
@@ -316,6 +386,9 @@ params:
|
|||||||
# Footer Settings
|
# Footer Settings
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
footer:
|
footer:
|
||||||
|
# 启动谷歌翻译功能
|
||||||
|
# Enable google translate in footer
|
||||||
|
translate: true
|
||||||
# 站点开始年份,默认为当下时间的年份
|
# 站点开始年份,默认为当下时间的年份
|
||||||
# Specify the year when the site was setup.
|
# Specify the year when the site was setup.
|
||||||
# If not defined, current year will be used.
|
# If not defined, current year will be used.
|
||||||
@@ -652,27 +725,11 @@ params:
|
|||||||
# Third Party Plugins & Services Settings
|
# Third Party Plugins & Services Settings
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
# TODO
|
# 数学公式渲染支持,可选值: mathjax, katex
|
||||||
# 数学公式渲染支持(暂时未实现)
|
# 注意这里全局配置,意味着所有页面都会加载数学公式脚本
|
||||||
# Math Formulas Render Support
|
# Math Formulas Render Support, options: mathjax, katex
|
||||||
# Warning: Please install / uninstall the relevant renderer according to the documentation.
|
# Warning: It's global settings then will load scripts in every page.
|
||||||
# See: https://theme-next.js.org/docs/third-party-services/math-equations
|
#math: mathjax
|
||||||
# Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax
|
|
||||||
math:
|
|
||||||
# Default (false) will load mathjax / katex script on demand.
|
|
||||||
# That is it only render those page which has `mathjax: true` in front-matter.
|
|
||||||
# If you set it to true, it will load mathjax / katex script EVERY PAGE.
|
|
||||||
every_page: false
|
|
||||||
|
|
||||||
mathjax:
|
|
||||||
enable: false
|
|
||||||
# Available values: none | ams | all
|
|
||||||
tags: none
|
|
||||||
|
|
||||||
katex:
|
|
||||||
enable: false
|
|
||||||
# See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex
|
|
||||||
copy_tex: false
|
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
# FancyBox is a tool that offers a nice and elegant way
|
# FancyBox is a tool that offers a nice and elegant way
|
||||||
@@ -721,7 +778,7 @@ params:
|
|||||||
comments:
|
comments:
|
||||||
# 开启评论组件
|
# 开启评论组件
|
||||||
# If true, will show comment component in post end.
|
# If true, will show comment component in post end.
|
||||||
enable: true
|
enable: false
|
||||||
# 设置默认使用的评论插件
|
# 设置默认使用的评论插件
|
||||||
# 可选值:livere | waline | utterances | artalk | giscus
|
# 可选值:livere | waline | utterances | artalk | giscus
|
||||||
# Choose a comment system to be displayed by default.
|
# Choose a comment system to be displayed by default.
|
||||||
@@ -754,11 +811,16 @@ params:
|
|||||||
# More info seee: https://waline.js.org/
|
# More info seee: https://waline.js.org/
|
||||||
waline:
|
waline:
|
||||||
pageView: true
|
pageView: true
|
||||||
placeholder: "请文明发言"
|
comment: true
|
||||||
|
placeholder: "请文明发言哟 ヾ(≧▽≦*)o"
|
||||||
|
sofa: "快来发表你的意见吧 (≧∀≦)ゞ"
|
||||||
emoji: false
|
emoji: false
|
||||||
imgUploader: false
|
imgUploader: false
|
||||||
wordLimit: 200
|
wordLimit: 200
|
||||||
requiredMeta: ['nick', 'mail']
|
requiredMeta: ['nick', 'mail']
|
||||||
|
reaction: true
|
||||||
|
reactionText: [ '点赞', '踩一下', '得意', '不屑', '尴尬', '睡觉']
|
||||||
|
reactionTitle: "你认为这篇文章怎么样?"
|
||||||
serverURL: #<your waline server url>
|
serverURL: #<your waline server url>
|
||||||
|
|
||||||
# Artalk 评论插件
|
# Artalk 评论插件
|
||||||
@@ -862,23 +924,24 @@ params:
|
|||||||
# 更多信息请参考:https://invite.51.la/1NUfGTS1?target=V6
|
# 更多信息请参考:https://invite.51.la/1NUfGTS1?target=V6
|
||||||
# 51La Analytics
|
# 51La Analytics
|
||||||
# See: https://invite.51.la/1NUfGTS1?target=V6
|
# See: https://invite.51.la/1NUfGTS1?target=V6
|
||||||
laId: #<anaytics_id>
|
#laId: #<anaytics_id>
|
||||||
|
# 百度统计
|
||||||
# TODO
|
# Baidu Analytics
|
||||||
|
#baidu: #<anaytics_id>
|
||||||
|
# 谷歌统计
|
||||||
|
# Google Analytics
|
||||||
|
#google: #<anaytics_id>
|
||||||
|
# 不蒜子统计
|
||||||
# Show Views / Visitors of the website / page with busuanzi.
|
# Show Views / Visitors of the website / page with busuanzi.
|
||||||
# For more information: http://ibruce.info/2015/04/04/busuanzi/
|
# For more information: http://ibruce.info/2015/04/04/busuanzi/
|
||||||
busuanzi:
|
busuanzi:
|
||||||
visitors: false
|
|
||||||
visitorsIcon: fa fa-user
|
visitorsIcon: fa fa-user
|
||||||
views: false
|
|
||||||
viewsIcon: fa fa-eye
|
viewsIcon: fa fa-eye
|
||||||
postViews: false
|
postViews: true
|
||||||
postViewsIcon: far fa-eye
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# TODO
|
# 内容搜索服务
|
||||||
# 内容搜索服务(暂时未实现)
|
|
||||||
# Search Services
|
# Search Services
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
@@ -886,19 +949,32 @@ params:
|
|||||||
# For more information: https://www.algolia.com
|
# For more information: https://www.algolia.com
|
||||||
algoliaSearch:
|
algoliaSearch:
|
||||||
enable: false
|
enable: false
|
||||||
|
appId: #<algolia app id>
|
||||||
|
apiKey: #<algolia api key>
|
||||||
|
indexName: #<algolia index name>
|
||||||
hits:
|
hits:
|
||||||
perPage: 10
|
perPage: 10
|
||||||
|
|
||||||
|
# 本地搜索
|
||||||
# Local Search
|
# Local Search
|
||||||
localSearch:
|
localSearch:
|
||||||
|
# 是否开启搜索功能
|
||||||
|
# Enable search function
|
||||||
enable: true
|
enable: true
|
||||||
|
# 搜索索引文件路径
|
||||||
|
# Indexes file path for search
|
||||||
|
path: /searchindexes.xml
|
||||||
|
# 是立即搜索当输入关键字时,可选值: auto | manual
|
||||||
# If auto, trigger search by changing input.
|
# If auto, trigger search by changing input.
|
||||||
# If manual, trigger search by pressing enter key or search button.
|
# If manual, trigger search by pressing enter key or search button.
|
||||||
trigger: auto
|
trigger: auto
|
||||||
|
# 显示头部的搜索记录,-1 表示显示所有搜索结果
|
||||||
# Show top n results per article, show all results by setting to -1
|
# Show top n results per article, show all results by setting to -1
|
||||||
top_n_per_article: 1
|
topNPerArticle: -1
|
||||||
|
# 将 html 字符串转换为可读字符串
|
||||||
# Unescape html strings to the readable one.
|
# Unescape html strings to the readable one.
|
||||||
unescape: false
|
unescape: false
|
||||||
|
# 页面加载时是否要重新载入索引文件
|
||||||
# Preload the search data when the page loads.
|
# Preload the search data when the page loads.
|
||||||
preload: false
|
preload: false
|
||||||
|
|
||||||
@@ -1016,15 +1092,16 @@ params:
|
|||||||
# CDN Settings
|
# CDN Settings
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
|
vendors:
|
||||||
vendors:
|
vendors:
|
||||||
# The CDN provider of NexT internal scripts.
|
# The CDN provider of NexT internal scripts.
|
||||||
# Available values: local | unpkg | cdnjs | custom
|
# Available values: local | unpkg | cdnjs | qiniu | bootcdn | custom
|
||||||
# Warning: If you are using the latest master branch of NexT, please set `internal: local`
|
# Warning: If you are using the latest master branch of NexT, please set `internal: local`
|
||||||
internal: local
|
internal: local
|
||||||
# The default CDN provider of third-party plugins.
|
# The default CDN provider of third-party plugins.
|
||||||
# Available values: local | unpkg | cdnjs | custom
|
# Available values: local | unpkg | cdnjs| qiniu | bootcdn | custom
|
||||||
# Dependencies for `plugins: local`: https://github.com/next-theme/plugins
|
# Dependencies for `plugins: local`: https://github.com/next-theme/plugins
|
||||||
plugins: unpkg
|
plugins: qiniu
|
||||||
# TODO
|
# TODO
|
||||||
# Custom CDN URL
|
# Custom CDN URL
|
||||||
# For example:
|
# For example:
|
||||||
|
|||||||
27
exampleSite/content/about.md
Normal file
27
exampleSite/content/about.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: "关于 Hugo NexT 组织"
|
||||||
|
description: "Hugo NexT 组织介绍说明。"
|
||||||
|
|
||||||
|
date: 2022-06-09T20:12:52+08:00
|
||||||
|
lastmod: 2022-06-09T20:12:52+08:00
|
||||||
|
|
||||||
|
share: false
|
||||||
|
followme: false
|
||||||
|
nav: false
|
||||||
|
copyright: false
|
||||||
|
url: about.html
|
||||||
|
---
|
||||||
|
|
||||||
|
`Hugo NexT` 组织是由众多喜爱 `NexT` 主题及风格的世界各地友人共同组建而成,为的就是让这个主题继续在 `Hugo` 引擎中也能得到发扬光大,在此也欢迎你的加入!
|
||||||
|
|
||||||
|
# 我们的愿景
|
||||||
|
|
||||||
|
延续 `NexT` 经典的黑白调搭配,保持简单的易用性及强大的功能。
|
||||||
|
|
||||||
|
# 使用反馈
|
||||||
|
|
||||||
|
- 加入 [GitHub Discussions](https://github.com/hugo-next/hugo-theme-next/discussions) 或 [Gitter](https://gitter.im/hugo-next/community) 在线讨论 :beers:
|
||||||
|
- [GitHub Issues](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Bug&template=bug-report.md) 提交错误报告 :bug:
|
||||||
|
- [GitHub Feature](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Feature+Request&template=feature-request.md) 表新功能的想法 :sparkles:
|
||||||
|
|
||||||
|
> 同时国内用户也可加入 QQ 群交流: 604710815
|
||||||
14
exampleSite/content/flinks.md
Normal file
14
exampleSite/content/flinks.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: "站点示例"
|
||||||
|
type: flinks
|
||||||
|
url: flinks.html
|
||||||
|
---
|
||||||
|
|
||||||
|
如想交换本站友情链接,请在评论区留下你的站点信息,格式参考如下:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Hugo-NexT
|
||||||
|
desc: Hugo NexT 官方预览网站。
|
||||||
|
avatar: https://hugo-next.eu.org/imgs/hugo_next_avatar.png
|
||||||
|
link: https://hugo-next.eu.org
|
||||||
|
```
|
||||||
82
exampleSite/content/post/custom-files.md
Normal file
82
exampleSite/content/post/custom-files.md
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
---
|
||||||
|
title: "支持用户自定义设计"
|
||||||
|
description: "用户可以通过自定义文件配置,实现对站点的样式和布局进行个性化的调整。"
|
||||||
|
keywords: "custom,files,layout"
|
||||||
|
|
||||||
|
date: 2022-09-10T21:02:32+08:00
|
||||||
|
lastmod: 2022-09-10T21:02:32+08:00
|
||||||
|
|
||||||
|
categories:
|
||||||
|
- 示例
|
||||||
|
tags:
|
||||||
|
- 自定义
|
||||||
|
- 个性化
|
||||||
|
- 布局
|
||||||
|
|
||||||
|
url: "post/custom-files.html"
|
||||||
|
toc: true
|
||||||
|
---
|
||||||
|
|
||||||
|
对于熟悉前端开发的用户来说,可以通过自定义文件配置,实现对站点的样式和布局进行个性化的调整。其中布局方面主要是支持左侧边栏的站点概览部分,以及站点底部2个位置,但样式的重置可以是整个站点的任意位置。
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
## 打开配置参数
|
||||||
|
|
||||||
|
首先要明确在配置文件的 `params` 区域中有配置如下参数:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
customFilePath:
|
||||||
|
sidebar: custom_sidebar.html
|
||||||
|
footer: custom_footer.html
|
||||||
|
style: /css/custom_style.css
|
||||||
|
```
|
||||||
|
|
||||||
|
{{< note warning >}}
|
||||||
|
|
||||||
|
**注意:** `sidebar` 和 `footer` 的文件命名不可以与它们的参数名称相同,不然会影响系统默认的布局设计,切记!!! :smile:
|
||||||
|
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
然后在站点的根目录下创建 `layouts/partials` 2个目录,用于存放自定布局设计文件,另外在站点根目录下创建 `statics/css` 2个目录,用于存放自定义 CSS 样式文件。一切就绪后,就可以参考如下的步骤,完成自己的设计想法。
|
||||||
|
|
||||||
|
## 侧边栏设计
|
||||||
|
|
||||||
|
在前面创建 `partials` 目录中新一个后缀名为 `html` 的文件,可以在里面书写你所想表达的设计或内容,比如引入一些第三方组件内容。示例如下:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<div class="mydefined animated" itemprop="custom">
|
||||||
|
<span>支持自定义CSS和Sidebar布局啦💄💄💄</span>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
再把该文件的路径配置到相应的参数中,效果请查看左侧边栏底部的效果。
|
||||||
|
|
||||||
|
## 底部设计
|
||||||
|
|
||||||
|
在前面创建 `partials` 目录中新一个后缀名为 `html` 的文件,可以在里面书写你所想表达的设计或内容,比如引入一些第三方组件内容。示例如下:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<div class="custom-footer">
|
||||||
|
Website source code <a href="https://github.com/hugo-next/hugo-theme-next/tree/develop/exampleSite/layouts/partials/custom-footer.html" target="_blank">here</a>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
再把该文件的路径配置到相应的参数中,效果请查看站点底部的效果。
|
||||||
|
|
||||||
|
|
||||||
|
## 自定义样式
|
||||||
|
|
||||||
|
在前面创建 `css` 目录中新一个后缀名为 `css` 的文件,然后可以在里面把站点的样式进行重定义,或是增加一些自己定义的样式设计,在写文章时进行引用,示例如下:
|
||||||
|
|
||||||
|
```html
|
||||||
|
.custom-head5 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
color: #ed6c24;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
再把该文件的路径配置到相应的参数中,效果参考如下:
|
||||||
|
|
||||||
|
<span class="custom-head5">我是自定义的标题样式效果!!!</span>
|
||||||
@@ -12,7 +12,6 @@ tags:
|
|||||||
- 表情
|
- 表情
|
||||||
- emoji
|
- emoji
|
||||||
|
|
||||||
toc: false
|
|
||||||
url: "post/emoji-support.html"
|
url: "post/emoji-support.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -25,11 +25,11 @@ weight: 1
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 用户指南
|
## 用户指南
|
||||||
|
|
||||||
设置 NexT 主题很容易。只需遵循文档,就可快速创建您的个人网站!
|
设置 NexT 主题很容易。只需遵循文档,就可快速创建您的个人网站!
|
||||||
|
|
||||||
# 反馈
|
## 反馈
|
||||||
|
|
||||||
- 访问 Awesome NexT 列表,与其他用户分享插件和教程。
|
- 访问 Awesome NexT 列表,与其他用户分享插件和教程。
|
||||||
- 加入我们的 Gitter 聊天。
|
- 加入我们的 Gitter 聊天。
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ tags:
|
|||||||
- 开始
|
- 开始
|
||||||
|
|
||||||
url: post/hello-world.html
|
url: post/hello-world.html
|
||||||
|
toc: true
|
||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
227
exampleSite/content/post/math-formula.md
Normal file
227
exampleSite/content/post/math-formula.md
Normal file
@@ -0,0 +1,227 @@
|
|||||||
|
---
|
||||||
|
title: "数学公式渲染"
|
||||||
|
description: "主题支持mathjs和katex两种不同插件的数学公式渲染方案。"
|
||||||
|
keywords: "math,formula"
|
||||||
|
|
||||||
|
date: 2022-09-11T10:16:02+08:00
|
||||||
|
lastmod: 2022-09-11T10:16:02+08:00
|
||||||
|
|
||||||
|
categories:
|
||||||
|
- 示例
|
||||||
|
tags:
|
||||||
|
- 数学公式
|
||||||
|
- mathjax
|
||||||
|
- katex
|
||||||
|
|
||||||
|
|
||||||
|
url: "post/math-formula.html"
|
||||||
|
math: mathjax
|
||||||
|
---
|
||||||
|
|
||||||
|
本主题支持 `mathjax` 和 `katex` 两种不的方案支持数学公式的渲染,可根据自已的需求进行选择。
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
接下的示例中,将使用 [MathJax](https://www.mathjax.org/) 方案来展示渲染效果。
|
||||||
|
|
||||||
|
{{< note info >}}
|
||||||
|
|
||||||
|
- 使用 `hugo new` 命令创建一篇新的文章
|
||||||
|
- 可以全局启用数据公式渲染,请在项目配置参数 `math: katex` 或 `math: mathjax`
|
||||||
|
- 或是将该参数配置到需要显示数学公式的页面头部(减少不必要的加载消耗)
|
||||||
|
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
**注意:** 使用[支持的TeX功能](https://docs.mathjax.org/en/latest/input/tex/index.html)的联机参考资料。
|
||||||
|
|
||||||
|
## 例子
|
||||||
|
|
||||||
|
|
||||||
|
### 重复的分数
|
||||||
|
$$
|
||||||
|
\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} \equiv 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 总和记号
|
||||||
|
$$
|
||||||
|
\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 几何级数之和
|
||||||
|
我把接下来的两个例子分成了几行,这样它在手机上表现得更好。这就是为什么它们包含 `\displaystyle`。
|
||||||
|
|
||||||
|
$$
|
||||||
|
\displaystyle\sum_{i=1}^{k+1}i
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\displaystyle= \left(\sum_{i=1}^{k}i\right) +(k+1)
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\displaystyle= \frac{k(k+1)}{2}+k+1
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\displaystyle= \frac{k(k+1)+2(k+1)}{2}
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\displaystyle= \frac{(k+1)(k+2)}{2}
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\displaystyle= \frac{(k+1)((k+1)+1)}{2}
|
||||||
|
$$
|
||||||
|
|
||||||
|
### 乘记号
|
||||||
|
$$
|
||||||
|
\displaystyle 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \displaystyle \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \displaystyle\text{ for }\lvert q\rvert < 1.
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 随文数式
|
||||||
|
这是一些线性数学: $$ k_{n+1} = n^2 + k_n^2 - k_{n-1} $$ , 然后是更多的文本。
|
||||||
|
|
||||||
|
|
||||||
|
### 希腊字母
|
||||||
|
$$
|
||||||
|
\Gamma\ \Delta\ \Theta\ \Lambda\ \Xi\ \Pi\ \Sigma\ \Upsilon\ \Phi\ \Psi\ \Omega
|
||||||
|
\alpha\ \beta\ \gamma\ \delta\ \epsilon\ \zeta\ \eta\ \theta\ \iota\ \kappa\ \lambda\ \mu\ \nu\ \xi \ \omicron\ \pi\ \rho\ \sigma\ \tau\ \upsilon\ \phi\ \chi\ \psi\ \omega\ \varepsilon\ \vartheta\ \varpi\ \varrho\ \varsigma\ \varphi
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 箭头
|
||||||
|
$$
|
||||||
|
\gets\ \to\ \leftarrow\ \rightarrow\ \uparrow\ \Uparrow\ \downarrow\ \Downarrow\ \updownarrow\ \Updownarrow
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\Leftarrow\ \Rightarrow\ \leftrightarrow\ \Leftrightarrow\ \mapsto\ \hookleftarrow
|
||||||
|
\leftharpoonup\ \leftharpoondown\ \rightleftharpoons\ \longleftarrow\ \Longleftarrow\ \longrightarrow
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\Longrightarrow\ \longleftrightarrow\ \Longleftrightarrow\ \longmapsto\ \hookrightarrow\ \rightharpoonup
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\rightharpoondown\ \leadsto\ \nearrow\ \searrow\ \swarrow\ \nwarrow
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
## 符号
|
||||||
|
$$
|
||||||
|
\surd\ \barwedge\ \veebar\ \odot\ \oplus\ \otimes\ \oslash\ \circledcirc\ \boxdot\ \bigtriangleup
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\bigtriangledown\ \dagger\ \diamond\ \star\ \triangleleft\ \triangleright\ \angle\ \infty\ \prime\ \triangle
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 微积分学
|
||||||
|
$$
|
||||||
|
\int u \frac{dv}{dx}\,dx=uv-\int \frac{du}{dx}v\,dx
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x}
|
||||||
|
$$
|
||||||
|
|
||||||
|
$$
|
||||||
|
\oint \vec{F} \cdot d\vec{s}=0
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 洛伦茨方程
|
||||||
|
$$
|
||||||
|
\begin{aligned} \dot{x} & = \sigma(y-x) \\\\ \dot{y} & = \rho x - y - xz \\\\ \dot{z} & = -\beta z + xy \end{aligned}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 交叉乘积
|
||||||
|
这在KaTeX中是可行的,但在这种环境中馏分的分离不是很好。
|
||||||
|
|
||||||
|
$$
|
||||||
|
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\\\ \frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\\\ \frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 \end{vmatrix}
|
||||||
|
$$
|
||||||
|
|
||||||
|
这里有一个解决方案:使用“mfrac”类(在MathJax情况下没有区别)的额外类使分数更小:
|
||||||
|
|
||||||
|
$$
|
||||||
|
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\\\ \frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\\\ \frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 \end{vmatrix}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
## 强调
|
||||||
|
$$
|
||||||
|
\hat{x}\ \vec{x}\ \ddot{x}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 有弹性的括号
|
||||||
|
$$
|
||||||
|
\left(\frac{x^2}{y^3}\right)
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 评估范围
|
||||||
|
$$
|
||||||
|
\left.\frac{x^3}{3}\right|_0^1
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 诊断标准
|
||||||
|
$$
|
||||||
|
f(n) = \begin{cases} \frac{n}{2}, & \text{if } n\text{ is even} \\\\ 3n+1, & \text{if } n\text{ is odd} \end{cases}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 麦克斯韦方程组
|
||||||
|
$$
|
||||||
|
\begin{aligned} \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\\\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\\\ \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\\\ \nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
## 统计学
|
||||||
|
固定词组:
|
||||||
|
|
||||||
|
$$
|
||||||
|
\frac{n!}{k!(n-k)!} = {^n}C_k
|
||||||
|
{n \choose k}
|
||||||
|
$$
|
||||||
|
|
||||||
|
### 分数在分数
|
||||||
|
$$
|
||||||
|
\frac{\frac{1}{x}+\frac{1}{y}}{y-z}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### n次方根
|
||||||
|
$$
|
||||||
|
\sqrt[n]{1+x+x^2+x^3+\ldots}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
### 矩阵
|
||||||
|
$$
|
||||||
|
\begin{pmatrix} a_{11} & a_{12} & a_{13}\\\\ a_{21} & a_{22} & a_{23}\\\\ a_{31} & a_{32} & a_{33} \end{pmatrix}
|
||||||
|
\begin{bmatrix} 0 & \cdots & 0 \\\\ \vdots & \ddots & \vdots \\\\ 0 & \cdots & 0 \end{bmatrix}
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
|
## 标点符号
|
||||||
|
$$
|
||||||
|
f(x) = \sqrt{1+x} \quad (x \ge -1)
|
||||||
|
f(x) \sim x^2 \quad (x\to\infty)
|
||||||
|
$$
|
||||||
|
|
||||||
|
现在用标点符号:
|
||||||
|
|
||||||
|
$$
|
||||||
|
f(x) = \sqrt{1+x}, \quad x \ge -1
|
||||||
|
f(x) \sim x^2, \quad x\to\infty
|
||||||
|
$$
|
||||||
195
exampleSite/content/post/mermaid-charts.md
Normal file
195
exampleSite/content/post/mermaid-charts.md
Normal file
@@ -0,0 +1,195 @@
|
|||||||
|
---
|
||||||
|
title: "Mermaid支持流程图"
|
||||||
|
description: "mermaid-flow-chart"
|
||||||
|
keywords: "mermaid,flow,chart"
|
||||||
|
|
||||||
|
date: 2022-09-18T20:58:13+08:00
|
||||||
|
lastmod: 2022-09-18T20:58:13+08:00
|
||||||
|
|
||||||
|
categories:
|
||||||
|
- 示例
|
||||||
|
tags:
|
||||||
|
- 流程图
|
||||||
|
- 时序图
|
||||||
|
|
||||||
|
url: "post/mermaid-charts.html"
|
||||||
|
mermaid: true
|
||||||
|
toc: true
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
本主题已支持 `Mermaid` 实现以纯文本的方式绘制流程图、序列图、甘特图、状态图、关系图行等等,随着 `Mermaid` 也在逐步发展,后续还会有各种各样的图被引入进来,更多的类型及使用方式可关注其官方网站:[https://mermaid-js.github.io/](https://mermaid-js.github.io/)。
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
## 使用说明
|
||||||
|
|
||||||
|
{{< note info >}}
|
||||||
|
|
||||||
|
- 通过 `hugo new` 命令创建一篇新的文章
|
||||||
|
- 在文章头部配置 `mermaid: true`
|
||||||
|
- 使用短代码书写各种类型的图,自带2个参数: align(对齐) 和 bc(背景色),可参考如下使用示例
|
||||||
|
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
## 流程图
|
||||||
|
|
||||||
|
```shell
|
||||||
|
{{</* mermaid align="left" */>}}
|
||||||
|
graph TD;
|
||||||
|
A-->B;
|
||||||
|
A-->C;
|
||||||
|
B-->D;
|
||||||
|
C-->D;
|
||||||
|
{{</* /mermaid */>}}
|
||||||
|
```
|
||||||
|
|
||||||
|
{{< mermaid align="left" >}}
|
||||||
|
graph TD;
|
||||||
|
A-->B;
|
||||||
|
A-->C;
|
||||||
|
B-->D;
|
||||||
|
C-->D;
|
||||||
|
{{< /mermaid >}}
|
||||||
|
|
||||||
|
## 时序图
|
||||||
|
|
||||||
|
```shell
|
||||||
|
{{</* mermaid bc="#eee" */>}}
|
||||||
|
sequenceDiagram
|
||||||
|
participant Alice
|
||||||
|
participant Bob
|
||||||
|
Alice->>John: Hello John, how are you?
|
||||||
|
loop Healthcheck
|
||||||
|
John->>John: Fight against hypochondria
|
||||||
|
end
|
||||||
|
Note right of John: Rational thoughts <br/>prevail!
|
||||||
|
John-->>Alice: Great!
|
||||||
|
John->>Bob: How about you?
|
||||||
|
Bob-->>John: Jolly good!
|
||||||
|
{{</* /mermaid */>}}
|
||||||
|
```
|
||||||
|
|
||||||
|
{{< mermaid bc="#eee" >}}
|
||||||
|
sequenceDiagram
|
||||||
|
participant Alice
|
||||||
|
participant Bob
|
||||||
|
Alice->>John: Hello John, how are you?
|
||||||
|
loop Healthcheck
|
||||||
|
John->>John: Fight against hypochondria
|
||||||
|
end
|
||||||
|
Note right of John: Rational thoughts <br/>prevail!
|
||||||
|
John-->>Alice: Great!
|
||||||
|
John->>Bob: How about you?
|
||||||
|
Bob-->>John: Jolly good!
|
||||||
|
{{< /mermaid >}}
|
||||||
|
|
||||||
|
## 类图
|
||||||
|
|
||||||
|
```shell
|
||||||
|
{{</* mermaid */>}}
|
||||||
|
classDiagram
|
||||||
|
Class01 <|-- AveryLongClass : Cool
|
||||||
|
Class03 *-- Class04
|
||||||
|
Class05 o-- Class06
|
||||||
|
Class07 .. Class08
|
||||||
|
Class09 --> C2 : Where am i?
|
||||||
|
Class09 --* C3
|
||||||
|
Class09 --|> Class07
|
||||||
|
Class07 : equals()
|
||||||
|
Class07 : Object[] elementData
|
||||||
|
Class01 : size()
|
||||||
|
Class01 : int chimp
|
||||||
|
Class01 : int gorilla
|
||||||
|
Class08 <--> C2: Cool label
|
||||||
|
{{</* /mermaid */>}}
|
||||||
|
```
|
||||||
|
{{< mermaid >}}
|
||||||
|
classDiagram
|
||||||
|
Class01 <|-- AveryLongClass : Cool
|
||||||
|
Class03 *-- Class04
|
||||||
|
Class05 o-- Class06
|
||||||
|
Class07 .. Class08
|
||||||
|
Class09 --> C2 : Where am i?
|
||||||
|
Class09 --* C3
|
||||||
|
Class09 --|> Class07
|
||||||
|
Class07 : equals()
|
||||||
|
Class07 : Object[] elementData
|
||||||
|
Class01 : size()
|
||||||
|
Class01 : int chimp
|
||||||
|
Class01 : int gorilla
|
||||||
|
Class08 <--> C2: Cool label
|
||||||
|
{{< /mermaid >}}
|
||||||
|
|
||||||
|
## 甘特图
|
||||||
|
|
||||||
|
```shell
|
||||||
|
{{</* mermaid */>}}
|
||||||
|
gantt
|
||||||
|
dateFormat YYYY-MM-DD
|
||||||
|
title Adding GANTT diagram to mermaid
|
||||||
|
excludes weekdays 2014-01-10
|
||||||
|
|
||||||
|
section A section
|
||||||
|
Completed task :done, des1, 2014-01-06,2014-01-08
|
||||||
|
Active task :active, des2, 2014-01-09, 3d
|
||||||
|
Future task : des3, after des2, 5d
|
||||||
|
Future task2 : des4, after des3, 5d
|
||||||
|
{{</* /mermaid */>}}
|
||||||
|
```
|
||||||
|
{{< mermaid >}}
|
||||||
|
gantt
|
||||||
|
dateFormat YYYY-MM-DD
|
||||||
|
title Adding GANTT diagram to mermaid
|
||||||
|
excludes weekdays 2014-01-10
|
||||||
|
|
||||||
|
section A section
|
||||||
|
Completed task :done, des1, 2014-01-06,2014-01-08
|
||||||
|
Active task :active, des2, 2014-01-09, 3d
|
||||||
|
Future task : des3, after des2, 5d
|
||||||
|
Future task2 : des4, after des3, 5d
|
||||||
|
{{< /mermaid >}}
|
||||||
|
|
||||||
|
## 实体关系图
|
||||||
|
|
||||||
|
```shell
|
||||||
|
{{</* mermaid */>}}
|
||||||
|
erDiagram
|
||||||
|
CUSTOMER ||--o{ ORDER : places
|
||||||
|
ORDER ||--|{ LINE-ITEM : contains
|
||||||
|
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
|
||||||
|
{{</* /mermaid */>}}
|
||||||
|
```
|
||||||
|
{{< mermaid >}}
|
||||||
|
erDiagram
|
||||||
|
CUSTOMER ||--o{ ORDER : places
|
||||||
|
ORDER ||--|{ LINE-ITEM : contains
|
||||||
|
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
|
||||||
|
{{< /mermaid >}}
|
||||||
|
|
||||||
|
## 用户旅程
|
||||||
|
|
||||||
|
```shell
|
||||||
|
{{</* mermaid */>}}
|
||||||
|
journey
|
||||||
|
title My working day
|
||||||
|
section Go to work
|
||||||
|
Make tea: 5: Me
|
||||||
|
Go upstairs: 3: Me
|
||||||
|
Do work: 1: Me, Cat
|
||||||
|
section Go home
|
||||||
|
Go downstairs: 5: Me
|
||||||
|
Sit down: 5: Me
|
||||||
|
{{</* /mermaid */>}}
|
||||||
|
```
|
||||||
|
{{< mermaid >}}
|
||||||
|
journey
|
||||||
|
title My working day
|
||||||
|
section Go to work
|
||||||
|
Make tea: 5: Me
|
||||||
|
Go upstairs: 3: Me
|
||||||
|
Do work: 1: Me, Cat
|
||||||
|
section Go home
|
||||||
|
Go downstairs: 5: Me
|
||||||
|
Sit down: 5: Me
|
||||||
|
{{< /mermaid >}}
|
||||||
43
exampleSite/content/post/no-header-title.md
Normal file
43
exampleSite/content/post/no-header-title.md
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
title: "没有H1-6标题头和评论的文章"
|
||||||
|
description: "用于测试在没有H1-6标题头时,文章的目录导航是否会直接关闭,并关闭评论功能。"
|
||||||
|
keywords: "toc,header"
|
||||||
|
|
||||||
|
date: 2022-10-06T09:02:26+08:00
|
||||||
|
lastmod: 2022-10-30T21:03:16+08:00
|
||||||
|
|
||||||
|
categories:
|
||||||
|
- 示例
|
||||||
|
tags:
|
||||||
|
- toc
|
||||||
|
- 标题
|
||||||
|
|
||||||
|
comment:
|
||||||
|
enable: false
|
||||||
|
url: "post/no-header-title.html"
|
||||||
|
---
|
||||||
|
|
||||||
|
刘慈欣2018克拉克奖获奖感言(部分内容节选)。
|
||||||
|
|
||||||
|
> 用于测试在没有H1-6标题头时,文章的目录导航是否会直接关闭,并关闭评论功能。
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
先生们、女士们,晚上好,
|
||||||
|
|
||||||
|
很荣幸获得Clarke Award for Imagination in Service to Society Award。
|
||||||
|
|
||||||
|
这个奖项是对想象力的奖励,而想象力是人类所拥有的一种似乎只应属于神的能力,它存在的意义也远超出我们的想象。有历史学家说过,人类之所以能够超越地球上的其它物种建立文明,主要是因为他们能够在自己的大脑中创造出现实中不存在的东西。在未来,当人工智能拥有超过人类的智力时,想象力也许是我们对于它们所拥有的惟一优势。
|
||||||
|
|
||||||
|
科幻小说是基于想象力的文学,而最早给我留下深刻印象的是Arthur . Clarke的作品。除了Jules Verne和George Wells外,Clarke的作品是最早进入中国的西方现代科幻小说。在上世纪八十年代初,中国出版了他的《2001:A Space Odyssey》和《Rendezvous With Rama》。当时文革刚刚结束,旧的生活和信仰已经崩塌,新的还没有建立起来,我和其他年轻人一样,心中一片迷茫。这两本书第一次激活了我想象力,思想豁然开阔许多,有小溪流进大海的感觉。读完《2001:A Space Odyssey》的那天深夜,我走出家门仰望星空,那时的中国的天空还没有太多的污染,能够看到银河,在我的眼中,星空与过去完全不一样了,我第一次对宇宙的宏大与神秘产生了敬畏感,这是一种宗教般的感觉。而后来读到的《Rendezvous With Rama》,也让我惊叹如何可以用想象力构造一个栩栩如生的想象世界。正是Clarke带给我的这些感受,让我后来成为一名科幻作家。
|
||||||
|
|
||||||
|
现在,三十多年过去了,我渐渐发现,我们这一代在上世纪六十年代出生于中国的人,很可能是人类历史上最幸运的人,因为之前没有任何一代人,像我们这样目睹周围的世界发生了如此巨大的变化,我们现在生活的世界,与我们童年的世界已经完全是两个不同的世界,而这种变化还在加速发生着。中国是一个充满着未来感的国度,中国的未来可能充满着挑战和危机,但从来没有像现在这样具有吸引力,这就给科幻小说提供了肥沃的土壤,使其在中国受到了空前的关注,作为一个在六十年代出生在中国的科幻小说家,则是幸运中的幸运。
|
||||||
|
|
||||||
|
我期待有那么一天,像那些曾经描写过信息时代的科幻小说一样,描写太空航行的科幻小说也变的平淡无奇了,那时的火星和小行星带都是乏味的地方,有无数的人在那里谋生;木星和它众多的卫星已成为旅游胜地,阻止人们去那里的唯一障碍就是昂贵的价格。
|
||||||
|
|
||||||
|
但即使在这个时候,宇宙仍是一个大的无法想象的存在,距我们最近的恒星仍然遥不可及。浩瀚的星空永远能够承载我们无穷的想象力。
|
||||||
|
|
||||||
|
谢谢大家。
|
||||||
|
|
||||||
|
|
||||||
|
> [点击阅读全文](https://weread.qq.com/web/reader/ce032b305a9bc1ce0b0dd2akecc32f3013eccbc87e4b62e)
|
||||||
86
exampleSite/content/post/shortcodes.md
Normal file
86
exampleSite/content/post/shortcodes.md
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
---
|
||||||
|
title: "自定义短语示例"
|
||||||
|
description: "将常用的块引用、标签卡、按钮等信息设置成短代码,便于快速引用"
|
||||||
|
keywords: "shortcode,短代码"
|
||||||
|
|
||||||
|
date: 2022-08-06T14:41:50+08:00
|
||||||
|
lastmod: 2022-08-06T14:41:50+08:00
|
||||||
|
|
||||||
|
categories:
|
||||||
|
- 示例
|
||||||
|
tags:
|
||||||
|
- 短代码
|
||||||
|
- 语法
|
||||||
|
url: "post/shortcodes.html"
|
||||||
|
---
|
||||||
|
|
||||||
|
虽然 `Markdown` 语法已经非常丰富能够满足我们写文章的绝大部分需求,但是为更好的对文章内容进行更友好的排版,为引设计一套自定义的短语,便于在使用时能够快速引用。
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
## 块引用
|
||||||
|
|
||||||
|
在引用一些经典名言名句时,可以采用此短语,语法参考如下:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
{{</* quote */>}}
|
||||||
|
### block quote
|
||||||
|
写下你想表达的话语!
|
||||||
|
{{</* /quote */>}}
|
||||||
|
```
|
||||||
|
|
||||||
|
实际效果:
|
||||||
|
|
||||||
|
{{< quote >}}
|
||||||
|
|
||||||
|
希望是无所谓有,无所谓无的,这正如地上的路。
|
||||||
|
|
||||||
|
|
||||||
|
其实地上本没有路,走的人多了,也便成了路。
|
||||||
|
|
||||||
|
**鲁迅**
|
||||||
|
|
||||||
|
{{< /quote >}}
|
||||||
|
|
||||||
|
## 信息块
|
||||||
|
|
||||||
|
支持 `default`,`info`,`success`,`warning`,`danger` 等五种不同效果的展示,语法参考如下:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
{{</* note [class] [no-icon] */>}}
|
||||||
|
书写表达的信息
|
||||||
|
支持 Markdown 语法
|
||||||
|
{{</* /note */>}}
|
||||||
|
```
|
||||||
|
|
||||||
|
实际效果:
|
||||||
|
|
||||||
|
{{< note default no-icon >}}
|
||||||
|
### Default Header without icon
|
||||||
|
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
{{< note default >}}
|
||||||
|
### Default Header
|
||||||
|
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
{{< note info >}}
|
||||||
|
### Info Header
|
||||||
|
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
{{< note success >}}
|
||||||
|
### Success Header
|
||||||
|
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
{{< note warning >}}
|
||||||
|
### Warning Header
|
||||||
|
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
|
{{< note danger >}}
|
||||||
|
### Danger Header
|
||||||
|
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
|
||||||
|
{{< /note >}}
|
||||||
@@ -22,9 +22,9 @@ Hugo 通过 Chroma 提供非常快速的语法高亮显示,现 Hugo 中使用
|
|||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
# 编程语言
|
## 编程语言
|
||||||
|
|
||||||
## GO
|
### GO
|
||||||
|
|
||||||
{{< highlight go "linenos=table,hl_lines=8 15-17,linenostart=199" >}}
|
{{< highlight go "linenos=table,hl_lines=8 15-17,linenostart=199" >}}
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ func GetTitleFunc(style string) func(s string) string {
|
|||||||
|
|
||||||
{{< / highlight >}}
|
{{< / highlight >}}
|
||||||
|
|
||||||
## Java
|
### Java
|
||||||
|
|
||||||
```java
|
```java
|
||||||
import javax.swing.JFrame; //Importing class JFrame
|
import javax.swing.JFrame; //Importing class JFrame
|
||||||
@@ -58,13 +58,13 @@ public class HelloWorld {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Python
|
### Python
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
print "Hello, world!"
|
print "Hello, world!"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Git 对比
|
### Git 对比
|
||||||
|
|
||||||
``` diff {hl_lines=[4,"6-7"], linenos=true}
|
``` diff {hl_lines=[4,"6-7"], linenos=true}
|
||||||
*** /path/to/original ''timestamp''
|
*** /path/to/original ''timestamp''
|
||||||
@@ -92,9 +92,9 @@ It is important to spell
|
|||||||
+new line
|
+new line
|
||||||
```
|
```
|
||||||
|
|
||||||
# 文件
|
## 文件
|
||||||
|
|
||||||
## Make 文件
|
### Make 文件
|
||||||
|
|
||||||
``` makefile {linenos=false}
|
``` makefile {linenos=false}
|
||||||
CC=gcc
|
CC=gcc
|
||||||
@@ -104,7 +104,7 @@ hellomake: hellomake.o hellofunc.o
|
|||||||
$(CC) -o hellomake hellomake.o hellofunc.o -I.
|
$(CC) -o hellomake hellomake.o hellofunc.o -I.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Markdown 文档
|
### Markdown 文档
|
||||||
|
|
||||||
``` markdown
|
``` markdown
|
||||||
**bold**
|
**bold**
|
||||||
@@ -112,9 +112,9 @@ hellomake: hellomake.o hellofunc.o
|
|||||||
[link](www.example.com)
|
[link](www.example.com)
|
||||||
```
|
```
|
||||||
|
|
||||||
# 数据内容
|
## 数据内容
|
||||||
|
|
||||||
## JSON 数据
|
### JSON 数据
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{"employees":[
|
{"employees":[
|
||||||
@@ -122,7 +122,7 @@ hellomake: hellomake.o hellofunc.o
|
|||||||
]}
|
]}
|
||||||
```
|
```
|
||||||
|
|
||||||
## XML 内容
|
### XML 内容
|
||||||
|
|
||||||
``` xml
|
``` xml
|
||||||
<employees>
|
<employees>
|
||||||
@@ -132,7 +132,7 @@ hellomake: hellomake.o hellofunc.o
|
|||||||
</employees>
|
</employees>
|
||||||
```
|
```
|
||||||
|
|
||||||
## SQL 查询
|
### SQL 查询
|
||||||
|
|
||||||
{{< highlight sql >}}
|
{{< highlight sql >}}
|
||||||
|
|
||||||
|
|||||||
@@ -23,38 +23,48 @@ url: post/table-of-content.html
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
# 早年的故事
|
## 早年的故事
|
||||||
|
|
||||||
## 起始
|
### 起始
|
||||||
|
|
||||||
2014年的春天,在云南省华宁县和宜良县的交界处,一座名叫矣则的小山村里,一处已经有上百年历史的古旧四合院宅子被拆掉。村委会正带领村民们进行“美丽乡村”的建设,一年以后,旧有村居将再也看不到,代之而起的是钢筋混凝土的新式民居。就像10年、20年前中国大小城市的改造一样,这个群山围绕的小村子也开始陷入“工地模式”。
|
2014年的春天,在云南省华宁县和宜良县的交界处,一座名叫矣则的小山村里,一处已经有上百年历史的古旧四合院宅子被拆掉。村委会正带领村民们进行“美丽乡村”的建设,一年以后,旧有村居将再也看不到,代之而起的是钢筋混凝土的新式民居。就像10年、20年前中国大小城市的改造一样,这个群山围绕的小村子也开始陷入“工地模式”。
|
||||||
|
|
||||||
### 童年浪花
|
#### 童年浪花
|
||||||
|
|
||||||
在江河边长大的孩子几乎都有一个当仁不让的特长:善水。褚时健也不例外,他不仅从小就在南盘江和花鱼塘里扑腾出了上佳的游泳技术,五六岁已经可以一个猛子扎出老远,而且从七八岁就可以在南盘江和河滩上的鱼塘里捉鱼了。
|
在江河边长大的孩子几乎都有一个当仁不让的特长:善水。褚时健也不例外,他不仅从小就在南盘江和花鱼塘里扑腾出了上佳的游泳技术,五六岁已经可以一个猛子扎出老远,而且从七八岁就可以在南盘江和河滩上的鱼塘里捉鱼了。
|
||||||
|
|
||||||
## 少年故事
|
### 少年故事
|
||||||
|
|
||||||
褚时健在乡村自由自在生活的十多年,其实正是中国社会风雨飘摇的十多年。特别是1937年卢沟桥事变后,日本人发动全面侵华战争,短短两三年间,中国的大部分国土相继沦陷
|
褚时健在乡村自由自在生活的十多年,其实正是中国社会风雨飘摇的十多年。特别是1937年卢沟桥事变后,日本人发动全面侵华战争,短短两三年间,中国的大部分国土相继沦陷
|
||||||
|
|
||||||
# 激情的青春十年
|
## 激情的青春十年
|
||||||
|
|
||||||
## 当上了游击队员
|
### 当上了游击队员
|
||||||
|
|
||||||
1948年夏天,褚时健回乡,在禄丰车站小学做了一名老师,同时也和褚时仁、褚时杰一起继续保持与共产党组织的联系,做一些传递情报的工作
|
1948年夏天,褚时健回乡,在禄丰车站小学做了一名老师,同时也和褚时仁、褚时杰一起继续保持与共产党组织的联系,做一些传递情报的工作
|
||||||
|
|
||||||
### 战火纷飞
|
#### 战火纷飞
|
||||||
|
|
||||||
因为战斗力相较悬殊,所以游击队只能是靠打一枪换一个地方的办法,专找敌人薄弱的地方攻击,但更多时候,都是在防御和转移阵地。
|
因为战斗力相较悬殊,所以游击队只能是靠打一枪换一个地方的办法,专找敌人薄弱的地方攻击,但更多时候,都是在防御和转移阵地。
|
||||||
|
|
||||||
# 生活的断层
|
### 迎来解放
|
||||||
|
|
||||||
## 跌入生活底层
|
1949年12月,国民党云南省主席卢汉在昆明宣布起义,云南正式拉开解放的序幕。1950年2月20日,陈赓、宋任穷、周保中率解放军第二野战军第四兵团进入昆明,24日,陈赓宣布云南全境解放。
|
||||||
|
|
||||||
|
## 生活的断层
|
||||||
|
|
||||||
|
### 跌入生活底层
|
||||||
|
|
||||||
“反右”运动中被打倒的人在“右派”身份确定后,只有一条路可走:下放到农场。农场名副其实,就是干农活儿的地方,必须过和农民一样的生活。
|
“反右”运动中被打倒的人在“右派”身份确定后,只有一条路可走:下放到农场。农场名副其实,就是干农活儿的地方,必须过和农民一样的生活。
|
||||||
|
|
||||||
# 尾声
|
## 尾声
|
||||||
|
|
||||||
## 岁月像一条河
|
### 岁月像一条河
|
||||||
|
|
||||||
2015年,是褚时健和马静芬结婚60周年,被称为“钻石婚”的纪念年份。这简直是一份人生的奖赏,在中国离婚率愈益升高的当下,60年的婚姻,几乎就像一个前世之梦。一个甲子的相伴相随,褚时健和马静芬共同经历了国家和个人的各种风浪,共同面对过生死。他们两人已经不仅是夫妻,更是一对战友。尽管马静芬偶尔会对褚时健年轻时候的粗心抱怨上两句,但说到最后,她会说一句:“没有我就没有他,没有他也就没有我。”
|
2015年,是褚时健和马静芬结婚60周年,被称为“钻石婚”的纪念年份。这简直是一份人生的奖赏,在中国离婚率愈益升高的当下,60年的婚姻,几乎就像一个前世之梦。一个甲子的相伴相随,褚时健和马静芬共同经历了国家和个人的各种风浪,共同面对过生死。他们两人已经不仅是夫妻,更是一对战友。尽管马静芬偶尔会对褚时健年轻时候的粗心抱怨上两句,但说到最后,她会说一句:“没有我就没有他,没有他也就没有我。”
|
||||||
|
|
||||||
|
## 作者致谢
|
||||||
|
|
||||||
|
这本书从2014年初夏开始采访,到今天完稿,历时18个月。封面上“作者”只能是我一个人的名字,但也只有我自己知道,这本书,包含了太多人的心力和体力。我当然首先要致谢王石先生,没有他就没有这本书。我自己细想下来,没有王石先生一直的鞭策和鼓励,也没有我写作工作的今天。从2006年我开始从事专业写作工作以来,他给我创造了很多写作的机会,并且不吝自己诸多人生和学习的体会和感悟,一一传递予我。知遇之恩,感谢非常。
|
||||||
|
|
||||||
|
最后,我当然要把最大的感谢致予褚时健先生。不仅是因为他慷慨、坦率面对我的各种提问,更重要的是,在倾听他的故事的过程里,他繁盛的人生经历,他的强大生命力,他对生活、对事业的一片赤子之心,也丰富了我对自己人生的思考。
|
||||||
29
exampleSite/data/flinks.yaml
Normal file
29
exampleSite/data/flinks.yaml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# 友情链接
|
||||||
|
# Friend's links
|
||||||
|
|
||||||
|
- FLinksTitle: 官方示例
|
||||||
|
FLinksDesc: 来自主题官方的示例内容。
|
||||||
|
FLinksList:
|
||||||
|
- name: Hugo
|
||||||
|
desc: 世界上最快的网站建设框架!
|
||||||
|
avatar: https://gohugo.io/favicon-32x32.png
|
||||||
|
link: https://gohugo.io
|
||||||
|
|
||||||
|
- name: Hugo-NexT
|
||||||
|
desc: Hugo NexT 官方预览网站。
|
||||||
|
avatar: https://hugo-next.eu.org/imgs/hugo_next_avatar.png
|
||||||
|
link: https://hugo-next.eu.org
|
||||||
|
|
||||||
|
- name: 凡梦星尘空间站
|
||||||
|
desc: 再平凡的人也有属于他的梦想!
|
||||||
|
avatar: https://lisenhui.cn/imgs/avatar.png
|
||||||
|
link: https://lisenhui.cn
|
||||||
|
|
||||||
|
|
||||||
|
- FLinksTitle: Hugo NexT 粉丝群体
|
||||||
|
FLinksDesc: 来自 Hugo NexT 主题爱好者们的精彩呈现!
|
||||||
|
FLinksList:
|
||||||
|
- name: 阿哈吉
|
||||||
|
desc: 全网首个 Hugo NexT 忠实粉丝用户
|
||||||
|
avatar: https://a.happy2008.top/imgs/stayhome-small.png
|
||||||
|
link: https://a.happy2008.top/
|
||||||
3
exampleSite/layouts/partials/custom_footer.html
Normal file
3
exampleSite/layouts/partials/custom_footer.html
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div class="custom-footer">
|
||||||
|
Website source code <a href="https://github.com/hugo-next/hugo-theme-next/blob/develop/exampleSite/layouts/partials/custom_footer.html" target="_blank">here</a>
|
||||||
|
</div>
|
||||||
3
exampleSite/layouts/partials/custom_sidebar.html
Normal file
3
exampleSite/layouts/partials/custom_sidebar.html
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div class="mydefined animated" itemprop="custom">
|
||||||
|
<span>支持自定义CSS和Sidebar布局啦💄💄💄</span>
|
||||||
|
</div>
|
||||||
@@ -20,4 +20,4 @@ EOT
|
|||||||
|
|
||||||
next `cat ../VERSION`
|
next `cat ../VERSION`
|
||||||
|
|
||||||
hugo server -D -t ../.. --port 1414 --panicOnWarning --config config.dev.yaml
|
hugo server -t ../.. --port 1414 --panicOnWarning --config config.yaml
|
||||||
16
exampleSite/static/css/custom_style.css
Normal file
16
exampleSite/static/css/custom_style.css
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
/** Custom style defined file **/
|
||||||
|
|
||||||
|
.mydefined {
|
||||||
|
font-size: 0.65em;
|
||||||
|
color: #ed6c24;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-footer {
|
||||||
|
color: #ed6c24;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-head5 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
color: #ed6c24;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
46
i18n/en.yaml
46
i18n/en.yaml
@@ -45,8 +45,6 @@ RSSLable:
|
|||||||
other: "RSS Subscribe"
|
other: "RSS Subscribe"
|
||||||
CCLinkTitle:
|
CCLinkTitle:
|
||||||
other: "Creative Commons"
|
other: "Creative Commons"
|
||||||
BackTopLabel:
|
|
||||||
other: "Top"
|
|
||||||
|
|
||||||
TagsCounterTitle:
|
TagsCounterTitle:
|
||||||
zero: No tags
|
zero: No tags
|
||||||
@@ -95,6 +93,8 @@ PostReadTime:
|
|||||||
other: "{{- .ReadingTime -}}min"
|
other: "{{- .ReadingTime -}}min"
|
||||||
PostViews:
|
PostViews:
|
||||||
other: "Views"
|
other: "Views"
|
||||||
|
PostComments:
|
||||||
|
other: "Comments"
|
||||||
PostTag:
|
PostTag:
|
||||||
other: "Tags"
|
other: "Tags"
|
||||||
PostReadMore:
|
PostReadMore:
|
||||||
@@ -134,10 +134,44 @@ RewardBitcoin:
|
|||||||
PostCommentTitle:
|
PostCommentTitle:
|
||||||
other: Comments
|
other: Comments
|
||||||
|
|
||||||
VisitorsLabel:
|
SiteInfoItems:
|
||||||
other: Total Visitors
|
title: "Web Status"
|
||||||
PageViewsLabel:
|
runTimes: "Running:"
|
||||||
other: Total Page Views
|
words: "Words:"
|
||||||
|
readTimes: "ReadTime:"
|
||||||
|
visitors: "Visitors:"
|
||||||
|
pageViews: "Views:"
|
||||||
|
todayViews: "Today Views:"
|
||||||
|
yesterdayViews: "Yesterday Views:"
|
||||||
|
monthViews: "Month Views:"
|
||||||
|
totalViews: "Total Views"
|
||||||
|
lastUpdate: "Last Update:"
|
||||||
|
|
||||||
FooterPowerby:
|
FooterPowerby:
|
||||||
other: "Power by %s"
|
other: "Power by %s"
|
||||||
|
|
||||||
|
SearchPh:
|
||||||
|
other: Searching...
|
||||||
|
SearchEmpty:
|
||||||
|
other: "We didn't find any results for the search: ${query}"
|
||||||
|
SearchHits:
|
||||||
|
hits: "${hits} results found"
|
||||||
|
SearchHitsTime:
|
||||||
|
other: "${hits} results found in ${time} ms"
|
||||||
|
|
||||||
|
DateSuffix:
|
||||||
|
years: " Year "
|
||||||
|
days: " Day "
|
||||||
|
hours: " Hour "
|
||||||
|
mins: " Min"
|
||||||
|
month: " Month Ago"
|
||||||
|
day: " Day Ago"
|
||||||
|
hour: " Hour Ago"
|
||||||
|
min: " Min Ago"
|
||||||
|
just: "Just"
|
||||||
|
|
||||||
|
ToolBtns:
|
||||||
|
comment: "Go to Comment"
|
||||||
|
theme: "Change Theme"
|
||||||
|
lang: "Multilingual translation"
|
||||||
|
backTop: "Back to Top"
|
||||||
@@ -46,8 +46,6 @@ RSSLable:
|
|||||||
other: RSS 订阅
|
other: RSS 订阅
|
||||||
CCLinkTitle:
|
CCLinkTitle:
|
||||||
other: 共享知识
|
other: 共享知识
|
||||||
BackTopLabel:
|
|
||||||
other: 返回顶部
|
|
||||||
|
|
||||||
TagsCounterTitle:
|
TagsCounterTitle:
|
||||||
zero: 暂无标签
|
zero: 暂无标签
|
||||||
@@ -96,6 +94,8 @@ PostReadTime:
|
|||||||
other: "{{- .ReadingTime -}}分钟"
|
other: "{{- .ReadingTime -}}分钟"
|
||||||
PostViews:
|
PostViews:
|
||||||
other: 浏览
|
other: 浏览
|
||||||
|
PostComments:
|
||||||
|
other: 评论
|
||||||
PostTags:
|
PostTags:
|
||||||
other: 标签
|
other: 标签
|
||||||
PostReadMore:
|
PostReadMore:
|
||||||
@@ -135,10 +135,44 @@ RewardBitcoin:
|
|||||||
PostCommentTitle:
|
PostCommentTitle:
|
||||||
other: 评论交流
|
other: 评论交流
|
||||||
|
|
||||||
VisitorsLabel:
|
SiteInfoItems:
|
||||||
other: 总访客量
|
title: "网站资讯"
|
||||||
PageViewsLabel:
|
runTimes: "已运行:"
|
||||||
other: 总访问量
|
words: "总字数:"
|
||||||
|
readTimes: "阅读约:"
|
||||||
|
visitors: "总访客数:"
|
||||||
|
pageViews: "页面浏览:"
|
||||||
|
todayViews: "今日访问:"
|
||||||
|
yesterdayViews: "昨日访问:"
|
||||||
|
monthViews: "本月访问:"
|
||||||
|
totalViews: "总访问量:"
|
||||||
|
lastUpdate: "最后更新于:"
|
||||||
|
|
||||||
FooterPowerby:
|
FooterPowerby:
|
||||||
other: 由 %s 强力驱动
|
other: 由 %s 强力驱动
|
||||||
|
|
||||||
|
SearchPh:
|
||||||
|
other: 搜索...
|
||||||
|
SearchEmpty:
|
||||||
|
other: "没有找到任何搜索结果:${query}"
|
||||||
|
SearchHits:
|
||||||
|
hits: "找到 ${hits} 个搜索结果"
|
||||||
|
SearchHitsTime:
|
||||||
|
other: "找到 ${hits} 个搜索结果(用时 ${time} 毫秒)"
|
||||||
|
|
||||||
|
DateSuffix:
|
||||||
|
years: " 年 "
|
||||||
|
days: " 天 "
|
||||||
|
hours: " 小时 "
|
||||||
|
mins: " 分钟"
|
||||||
|
month: " 个月前"
|
||||||
|
day: " 天前"
|
||||||
|
hour: " 小时前"
|
||||||
|
min: " 分钟前"
|
||||||
|
just: "刚刚"
|
||||||
|
|
||||||
|
ToolBtns:
|
||||||
|
comment: "直达评论"
|
||||||
|
theme: "深浅模式切换"
|
||||||
|
lang: "多语言翻译"
|
||||||
|
backTop: "返回顶部"
|
||||||
1
layouts/_default/_markup/render-image.html
Normal file
1
layouts/_default/_markup/render-image.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<img src="/imgs/img-lazy-loading.gif" data-src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
{{- range $k, $v := (partialCached "init.html" .) -}}
|
{{- range $k, $v := (partialCached "init.html" .) -}}
|
||||||
{{- $.Scratch.Set $k $v -}}
|
{{- $.Scratch.Set $k $v -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
{{ $commentEnable := .Params.comment.enable | default .Site.Params.comments.enable }}
|
||||||
|
{{ .Scratch.Set "isComment" $commentEnable }}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ .Site.LanguageCode }}">
|
<html lang="{{ .Site.LanguageCode }}" data-theme="{{ .Scratch.Get "theme" }}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{{- partial "head.html" . }}
|
{{- partial "head.html" . }}
|
||||||
@@ -29,7 +31,7 @@
|
|||||||
<div class="main-inner {{ block "main_inner_class" . }}{{ end }}">
|
<div class="main-inner {{ block "main_inner_class" . }}{{ end }}">
|
||||||
<!-- Submenu,Content,Comment -->
|
<!-- Submenu,Content,Comment -->
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
{{- if .IsPage }}
|
{{- if and .IsPage $commentEnable }}
|
||||||
{{- partialCached "comments.html" . }}
|
{{- partialCached "comments.html" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
@@ -40,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
{{- partialCached "scripts.html" . }}
|
{{- partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
13
layouts/_default/list.algoliaindexes.json
Normal file
13
layouts/_default/list.algoliaindexes.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
[
|
||||||
|
{{- range $index, $entry := where .Site.RegularPages "Kind" "page" }}
|
||||||
|
{{- if $index }}, {{ end }}
|
||||||
|
{
|
||||||
|
"objectID": "{{ .Date.Unix }}",
|
||||||
|
"permalink": "{{ .Permalink | relURL }}",
|
||||||
|
"title": {{ .Title | jsonify }},
|
||||||
|
"content": {{ .Plain | jsonify | safeJS }},
|
||||||
|
"date": {{ .Date.Format $.Site.Params.timeFormat | jsonify }},
|
||||||
|
"updated": {{ .Lastmod.Format $.Site.Params.timeFormat | jsonify }}
|
||||||
|
}
|
||||||
|
{{- end }}
|
||||||
|
]
|
||||||
@@ -1,7 +1,2 @@
|
|||||||
{{- if and .Page.IsSection (eq .Section "archives") }}
|
{{ $paginator := .Paginator.Pages.GroupByDate "2006" }}
|
||||||
{{- $paginator := (.Paginate (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections)).Pages.GroupByDate "2006" }}
|
{{ partial "list.html" $paginator }}
|
||||||
{{ partial "list.html" $paginator }}
|
|
||||||
{{ else }}
|
|
||||||
{{- $paginator := .Paginator.Pages.GroupByDate "2006" }}
|
|
||||||
{{ partial "list.html" $paginator }}
|
|
||||||
{{- end }}
|
|
||||||
18
layouts/_default/list.localindexes.xml
Normal file
18
layouts/_default/list.localindexes.xml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>" | safeHTML }}
|
||||||
|
<search>
|
||||||
|
{{range where .Site.RegularPages "Kind" "page"}}
|
||||||
|
<entry>
|
||||||
|
<title>{{ .Title }}</title>
|
||||||
|
<url>{{ .RelPermalink | relLangURL }}</url>
|
||||||
|
<categories>
|
||||||
|
{{- range .Params.categories }}<category>{{ . }}</category>{{- end }}
|
||||||
|
</categories>
|
||||||
|
<tags>
|
||||||
|
{{- range .Params.tags }}
|
||||||
|
<tag>{{ . }}</tag>
|
||||||
|
{{- end }}
|
||||||
|
</tags>
|
||||||
|
<content type="html"><![CDATA[{{ .Content | plainify }}]]></content>
|
||||||
|
</entry>
|
||||||
|
{{ end }}
|
||||||
|
</search>
|
||||||
@@ -1,39 +1,15 @@
|
|||||||
{{- define "title" }}
|
{{- define "title" }}
|
||||||
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "AllSome" }} - {{ .Site.Title -}}
|
{{- .Params.Title | default (T .Section) | default .Section }} - {{ .Site.Title -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{ define "main_inner_class" }}archive posts-collapse{{ end }}
|
{{ define "main_inner_class" }}index posts-expand{{ end }}
|
||||||
|
|
||||||
{{- define "main" }}
|
{{- define "main" }}
|
||||||
<div class="post-block">
|
|
||||||
<div class="post-content">
|
|
||||||
<div class="collection-title">
|
|
||||||
{{- $cheers := "Um" }}
|
|
||||||
{{- $posts := .Scratch.Get "postsCount" }}
|
|
||||||
{{- if and .Page.IsSection (ne .Section "archives") }}
|
|
||||||
{{- $posts = .Scratch.Get .Section }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if gt $posts 210 }}
|
|
||||||
{{- $cheers = "Excellent" }}
|
|
||||||
{{- else if gt $posts 130 }}
|
|
||||||
{{- $cheers = "Great" }}
|
|
||||||
{{- else if gt $posts 80 }}
|
|
||||||
{{- $cheers = "Good" }}
|
|
||||||
{{- else if gt $posts 50 }}
|
|
||||||
{{- $cheers = "Nice" }}
|
|
||||||
{{- else if gt $posts 30 }}
|
|
||||||
{{- $cheers = "Ok" }}
|
|
||||||
{{- end }}
|
|
||||||
<span class="collection-header">
|
|
||||||
{{- T (printf "PostArchiveCheers%s" $cheers) }}
|
|
||||||
{{- T "SymbolComma" }}
|
|
||||||
{{- T "ArchiveCounterTitle" $posts | safeHTML }}
|
|
||||||
{{- T "SymbolComma" }}
|
|
||||||
{{- T "PostArchiveKeepOn" }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ .Render "list" }}
|
{{ $paginator := .Paginate (where .Site.RegularPages "Section" "==" .Section) }}
|
||||||
|
{{- range $paginator.Pages }}
|
||||||
</div>
|
{{ partial "post.html" (dict "ctx" . "IsHome" true) }}
|
||||||
</div>
|
{{- end }}
|
||||||
{{- partial "pagination.html" . }}
|
|
||||||
|
{{- partial "partials/pagination.html" . }}
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<ul class="category-list">
|
<ul class="category-list">
|
||||||
{{- range $name, $items := $cats }}
|
{{- range $name, $items := $cats }}
|
||||||
<li class="category-list-item">
|
<li class="category-list-item">
|
||||||
<a class="category-list-link" href="{{ "/categories/" | relLangURL }}{{ $name | urlize | lower }}" data-pjax-state="">{{ $name }}</a>
|
<a class="category-list-link" href="{{ "/categories/" | relLangURL }}{{ $name | urlize | lower }}" data-pjax-state="">{{ .Page.Title }}</a>
|
||||||
<span class="category-list-count">{{ len $items }}</span>
|
<span class="category-list-count">{{ len $items }}</span>
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
<div class="tag-cloud-tags">
|
<div class="tag-cloud-tags">
|
||||||
{{ $randNums := (seq 10) }}
|
{{ $randNums := (seq 10) }}
|
||||||
{{- range $name, $items := $tags }}
|
{{- range $name, $items := $tags }}
|
||||||
<a class="tag-cloud-{{ index (shuffle $randNums) 0 }}" href="{{ "/tags/" | relLangURL }}{{ $name | urlize | lower }}">{{ $name }}
|
<a class="tag-cloud-{{ index (shuffle $randNums) 0 }}" href="{{ "/tags/" | relLangURL }}{{ $name | urlize | lower }}">{{ .Page.Title }}
|
||||||
<span class="tag-list-count">
|
<span class="tag-list-count">
|
||||||
<sup>({{ len $items }})</sup>
|
<sup>({{ len $items }})</sup>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
2
layouts/archives/list.html
Normal file
2
layouts/archives/list.html
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
{{ $paginator := (.Paginate (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections)).Pages.GroupByDate "2006" }}
|
||||||
|
{{ partial "list.html" $paginator }}
|
||||||
36
layouts/archives/section.html
Normal file
36
layouts/archives/section.html
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
{{- define "title" }}
|
||||||
|
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "AllSome" }} - {{ .Site.Title -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{ define "main_inner_class" }}archive posts-collapse{{ end }}
|
||||||
|
{{- define "main" }}
|
||||||
|
<div class="post-block">
|
||||||
|
<div class="post-content">
|
||||||
|
<div class="collection-title">
|
||||||
|
{{- $cheers := "Um" }}
|
||||||
|
{{- $posts := .Scratch.Get "postsCount" }}
|
||||||
|
{{- if gt $posts 210 }}
|
||||||
|
{{- $cheers = "Excellent" }}
|
||||||
|
{{- else if gt $posts 130 }}
|
||||||
|
{{- $cheers = "Great" }}
|
||||||
|
{{- else if gt $posts 80 }}
|
||||||
|
{{- $cheers = "Good" }}
|
||||||
|
{{- else if gt $posts 50 }}
|
||||||
|
{{- $cheers = "Nice" }}
|
||||||
|
{{- else if gt $posts 30 }}
|
||||||
|
{{- $cheers = "Ok" }}
|
||||||
|
{{- end }}
|
||||||
|
<span class="collection-header">
|
||||||
|
{{- T (printf "PostArchiveCheers%s" $cheers) }}
|
||||||
|
{{- T "SymbolComma" }}
|
||||||
|
{{- T "ArchiveCounterTitle" $posts | safeHTML }}
|
||||||
|
{{- T "SymbolComma" }}
|
||||||
|
{{- T "PostArchiveKeepOn" }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ .Render "list" }}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{- partial "pagination.html" . }}
|
||||||
|
{{- end }}
|
||||||
34
layouts/flinks/single.html
Normal file
34
layouts/flinks/single.html
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{{- define "title" }}{{- .Title }} - {{ .Site.Title -}}{{- end }}
|
||||||
|
|
||||||
|
{{- define "main_inner_class" }}flinks posts-expand{{- end }}
|
||||||
|
|
||||||
|
{{ define "main" }}
|
||||||
|
|
||||||
|
<div class="flinks-block">
|
||||||
|
<h1 class="flinks-block-title">{{ .Title }}</h1>
|
||||||
|
<div class="flinks-lists">
|
||||||
|
{{ range .Site.Data.flinks }}
|
||||||
|
<div class="flinks-list">
|
||||||
|
<div class="flinks-list-title">{{ .FLinksTitle | safeHTML }}</div>
|
||||||
|
<div class="flinks-list-desc">{{ .FLinksDesc | safeHTML }}</div>
|
||||||
|
<div class="flinks-list-items">
|
||||||
|
{{ range .FLinksList }}
|
||||||
|
<div class="flinks-list-item">
|
||||||
|
<a href="{{ .link }}" rel="external nofollow noreferrer" title=" {{ .name }}" target="_blank">
|
||||||
|
<div class="flinks-item-icon">
|
||||||
|
<img class="no-lightbox entered loaded" src="{{ .avatar }}" alt="{{ .name }}"/>
|
||||||
|
</div>
|
||||||
|
<div class="flinks-item-name">{{ .name | safeHTML }}</div>
|
||||||
|
<div class="flinks-item-desc" title="{{ .desc }}">{{ .desc | safeHTML }}</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
<div class="flinks-list-footer"><hr/></div>
|
||||||
|
<div class="flinks-page-desc">{{ .Content }}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ end }}
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
{{- define "main_inner_class" }}index posts-expand{{- end }}
|
{{- define "main_inner_class" }}index posts-expand{{- end }}
|
||||||
|
|
||||||
{{- define "main" }}
|
{{- define "main" }}
|
||||||
|
|
||||||
{{ $paginator := .Paginate (where .Site.RegularPages "Section" "in" .Site.Params.mainSections) }}
|
{{ $paginator := .Paginate (where .Site.RegularPages "Section" "in" .Site.Params.mainSections) }}
|
||||||
{{- range $paginator.Pages }}
|
{{- range $paginator.Pages }}
|
||||||
{{ partial "post.html" (dict "ctx" . "IsHome" true) }}
|
{{ partial "post.html" (dict "ctx" . "IsHome" true) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- partial "partials/pagination.html" . }}
|
{{- partial "partials/pagination.html" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
16
layouts/partials/_funs/cal_siteinfo.html
Normal file
16
layouts/partials/_funs/cal_siteinfo.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{{ $scratch := newScratch }}
|
||||||
|
{{ $pages := (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections).ByLastmod.Reverse }}
|
||||||
|
|
||||||
|
{{ range $pages }}
|
||||||
|
{{ $scratch.Add "totalWords" .WordCount }}
|
||||||
|
{{ $scratch.Add "totalTimes" .ReadingTime }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ range first 1 $pages }}
|
||||||
|
{{ $scratch.Set "first" (time.Format .Site.Params.timeFormat .Date) }}
|
||||||
|
{{ end }}
|
||||||
|
{{ range last 1 $pages }}
|
||||||
|
{{ $scratch.Set "last" (time.Format .Site.Params.timeFormat .Date) }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ return $scratch }}
|
||||||
11
layouts/partials/_funs/get_plugin.html
Normal file
11
layouts/partials/_funs/get_plugin.html
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{{/* Get third party js plugins resource */}}
|
||||||
|
|
||||||
|
{{ $pluginPath := printf "%s/%s/%s" "js/third-party" .class .plugin }}
|
||||||
|
{{ $targetPath := printf "js/%s" .plugin }}
|
||||||
|
{{ $plugin := resources.Get $pluginPath | resources.ExecuteAsTemplate $targetPath .ctx }}
|
||||||
|
|
||||||
|
{{ if hugo.IsProduction }}
|
||||||
|
{{ $plugin = $plugin | minify | fingerprint }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<script type="text/javascript" src="{{ $plugin.RelPermalink }}" defer></script>
|
||||||
21
layouts/partials/_funs/get_res.html
Normal file
21
layouts/partials/_funs/get_res.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{{/* Use to get resources path with vendor */}}
|
||||||
|
|
||||||
|
{{ $fmt := "%s/%s@%s/%s" }}
|
||||||
|
|
||||||
|
{{ $npm := .res.name }}
|
||||||
|
{{ with .res.alias2 }}
|
||||||
|
{{ $npm = . }}
|
||||||
|
{{ end }}
|
||||||
|
{{- $file := .res.file }}
|
||||||
|
|
||||||
|
{{- if ne .vendor "unpkg" }}
|
||||||
|
{{- with .res.alias }}
|
||||||
|
{{- $npm = . }}
|
||||||
|
{{- end }}
|
||||||
|
{{- $file = replaceRE `(dist|lib|source\/js)\/` "" .res.file }}
|
||||||
|
{{- $fmt = "%s/%s/%s/%s" }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{ $pluginRes := printf $fmt .router $npm .res.version $file }}
|
||||||
|
|
||||||
|
{{ return $pluginRes }}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
|
|
||||||
script.charset = "UTF-8";
|
script.charset = "UTF-8";
|
||||||
|
|||||||
11
layouts/partials/_thirdparty/analytics/baidu.html
vendored
Normal file
11
layouts/partials/_thirdparty/analytics/baidu.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<script type="text/javascript">
|
||||||
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
var script = document.createElement('script');
|
||||||
|
|
||||||
|
script.charset = "UTF-8";
|
||||||
|
script.src = "{{ .Site.Data.resources.analytics.baidu }}{{ .Site.Params.analytics.baidu }}";
|
||||||
|
script.async = "true"
|
||||||
|
|
||||||
|
document.head.appendChild(script);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
15
layouts/partials/_thirdparty/analytics/busuanzi.html
vendored
Normal file
15
layouts/partials/_thirdparty/analytics/busuanzi.html
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<script type="text/javascript">
|
||||||
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
var script = document.createElement('script');
|
||||||
|
|
||||||
|
script.charset = "UTF-8";
|
||||||
|
script.src = "{{ .Site.Data.resources.analytics.busuanzi }}";
|
||||||
|
script.async = false
|
||||||
|
script.defer = true
|
||||||
|
|
||||||
|
document.head.appendChild(script);
|
||||||
|
script.onload = function() {
|
||||||
|
NexT.utils.fmtBusuanzi();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
18
layouts/partials/_thirdparty/analytics/google.html
vendored
Normal file
18
layouts/partials/_thirdparty/analytics/google.html
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<script type="text/javascript">
|
||||||
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
var script = document.createElement('script');
|
||||||
|
|
||||||
|
script.charset = "UTF-8";
|
||||||
|
script.src = "{{ .Site.Data.resources.analytics.google }}{{ .Site.Params.analytics.google }}";
|
||||||
|
script.async = "true"
|
||||||
|
script.onload = function() {
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', '{{ .Site.Params.analytics.google }} ');
|
||||||
|
}
|
||||||
|
|
||||||
|
document.head.appendChild(script);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
28
layouts/partials/_thirdparty/search/algolia.html
vendored
Normal file
28
layouts/partials/_thirdparty/search/algolia.html
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<div class="search-header">
|
||||||
|
<span class="search-icon">
|
||||||
|
<i class="fa fa-search"></i>
|
||||||
|
</span>
|
||||||
|
<div class="search-input-container"></div>
|
||||||
|
<span class="popup-btn-close" role="button">
|
||||||
|
<i class="fa fa-times-circle"></i>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="search-result-container">
|
||||||
|
<div class="algolia-hits"></div>
|
||||||
|
</div>
|
||||||
|
<div class="search-footer">
|
||||||
|
<div class="algolia-pagination"></div>
|
||||||
|
<div class="search-meta-info">
|
||||||
|
<div class="search-hit-stats algolia-stats"></div>
|
||||||
|
<div class="search-vendor">
|
||||||
|
<span>Search By</span>
|
||||||
|
{{ $domain := .Site.Data.config.domain }}
|
||||||
|
{{ if and .Site.BaseURL (ne .Site.BaseURL '/') }}
|
||||||
|
{{ $domain = .Site.BaseURL }}
|
||||||
|
{{ end }}
|
||||||
|
<a title="Algolia" target="_blank" href="https://www.algolia.com/?utm_source=instantsearch.js&utm_medium=website&utm_content={{ (urls.Parse $domain).Host }}&utm_campaign=poweredby">
|
||||||
|
<img src="/imgs/algolia-logo.svg"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
18
layouts/partials/_thirdparty/search/local.html
vendored
Normal file
18
layouts/partials/_thirdparty/search/local.html
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<div class="search-header">
|
||||||
|
<span class="search-icon">
|
||||||
|
<i class="fa fa-search"></i>
|
||||||
|
</span>
|
||||||
|
<div class="search-input-container">
|
||||||
|
<input autocomplete="off" autocapitalize="off" maxlength="80"
|
||||||
|
placeholder="{{ T "SearchPh" }}" spellcheck="false"
|
||||||
|
type="search" class="search-input">
|
||||||
|
</div>
|
||||||
|
<span class="popup-btn-close" role="button">
|
||||||
|
<i class="fa fa-times-circle"></i>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="search-result-container no-result">
|
||||||
|
<div class="search-result-icon">
|
||||||
|
<i class="fa fa-spinner fa-pulse fa-5x"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
{{- $fc := .active }}
|
{{- $fc := .active }}
|
||||||
{{- $sc := "" }}
|
{{- $sc := "" }}
|
||||||
{{- $sn := "" }}
|
{{- $sn := "" }}
|
||||||
<div class="post-comments">
|
<div id="comments" class="post-comments">
|
||||||
<div class="comment-head">
|
<div class="comment-head">
|
||||||
<div class="comment-headline">
|
<div class="comment-headline">
|
||||||
<i class="fas fa-comments fa-fw"></i>
|
<i class="fas fa-comments fa-fw"></i>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
{{- $ft := .Site.Params.footer }}
|
{{- $ft := .Site.Params.footer }}
|
||||||
|
{{ if $ft.translate }}
|
||||||
|
<div id="gtranslate" class="google-translate">
|
||||||
|
<i class="fa fa-language"></i>
|
||||||
|
<div id="google_translate_element"></div>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
©
|
©
|
||||||
<span itemprop="copyrightYear">
|
<span itemprop="copyrightYear">
|
||||||
@@ -18,65 +24,9 @@
|
|||||||
</span>
|
</span>
|
||||||
<span class="author" itemprop="copyrightHolder">{{ $ft.copyright | default .Site.Params.author }}</span>
|
<span class="author" itemprop="copyrightHolder">{{ $ft.copyright | default .Site.Params.author }}</span>
|
||||||
</div>
|
</div>
|
||||||
{{/* TODO
|
|
||||||
<!--
|
|
||||||
{{- if config.symbols_count_time.total_symbols or config.symbols_count_time.total_time }}
|
|
||||||
<div class="wordcount">
|
|
||||||
{{- if config.symbols_count_time.total_symbols }}
|
|
||||||
<span class="post-meta-item">
|
|
||||||
<span class="post-meta-item-icon">
|
|
||||||
<i class="fa fa-chart-line"></i>
|
|
||||||
</span>
|
|
||||||
{{- if .Site.Params.symbols_count_time.item_text_total }}
|
|
||||||
<span>{{ __('symbols_count_time.count_total') + __('symbol.colon') }}</span>
|
|
||||||
{{- end }}
|
|
||||||
<span title="{{ __('symbols_count_time.count_total') }}">{{ symbolsCountTotal(site) }}</span>
|
|
||||||
</span>
|
|
||||||
{{- end }}
|
|
||||||
{{- if config.symbols_count_time.total_time }}
|
|
||||||
<span class="post-meta-item">
|
|
||||||
<span class="post-meta-item-icon">
|
|
||||||
<i class="fa fa-coffee"></i>
|
|
||||||
</span>
|
|
||||||
{{- if .Site.Params.symbols_count_time.item_text_total }}
|
|
||||||
<span>{{ __('symbols_count_time.time_total') }} ≈</span>
|
|
||||||
{{- end }}
|
|
||||||
<span title="{{ __('symbols_count_time.time_total') }}">{{ symbolsTimeTotal(site, config.symbols_count_time.awl, config.symbols_count_time.wpm, __('symbols_count_time.time_minutes')) }}</span>
|
|
||||||
</span>
|
|
||||||
{{- end }}
|
|
||||||
</div>
|
|
||||||
{{- end }}
|
|
||||||
-->
|
|
||||||
*/}}
|
|
||||||
{{- with .Site.Params.busuanzi }}
|
|
||||||
{{- if .enable }}
|
|
||||||
<div class="busuanzi-count">
|
|
||||||
{{- if .visitors }}
|
|
||||||
<span class="post-meta-item" id="busuanzi_container_site_uv" title="{{ T "VisitorsLabel" }}">
|
|
||||||
<span class="post-meta-item-icon">
|
|
||||||
<i class="{{ .visitorsIcon }}"></i>
|
|
||||||
</span>
|
|
||||||
<span class="site-uv" >
|
|
||||||
<span id="busuanzi_value_site_uv"></span>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
{{- end }}
|
|
||||||
{{- if .views }}
|
|
||||||
<span class="post-meta-item" id="busuanzi_container_site_pv" title="{{ T "PageViewsLabel" }}">
|
|
||||||
<span class="post-meta-item-icon">
|
|
||||||
<i class="{{ .viewsIcon }}"></i>
|
|
||||||
</span>
|
|
||||||
<span class="site-pv">
|
|
||||||
<span id="busuanzi_value_site_pv"></span>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
{{- end }}
|
|
||||||
</div>
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $ft.powered }}
|
{{- if $ft.powered }}
|
||||||
<div class="powered-by">
|
<div class="powered-by">
|
||||||
{{ $pb := printf "<a href='https://gohugo.io' target='_blank'>Hugo</a> & <a href='https://github.com/hugo-next/hugo-theme-next' target='_blank'>Hugo NexT.%s</a>" .Site.Params.scheme }}
|
{{ $pb := printf "<a href='https://gohugo.io' title='%s' target='_blank'>Hugo</a> & <a href='https://github.com/hugo-next/hugo-theme-next' title='%s' target='_blank'>Hugo NexT.%s</a>" hugo.Version .Site.Data.config.version .Site.Params.scheme }}
|
||||||
{{- printf (T "FooterPowerby") $pb | safeHTML }}
|
{{- printf (T "FooterPowerby") $pb | safeHTML }}
|
||||||
</div>
|
</div>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@@ -95,7 +45,7 @@
|
|||||||
{{- range .list }}
|
{{- range .list }}
|
||||||
<a target="_blank" href="{{ .link }}" title="{{ .name }}">
|
<a target="_blank" href="{{ .link }}" title="{{ .name }}">
|
||||||
{{- if .image }}
|
{{- if .image }}
|
||||||
<img src="{{ .image.url }}" alt="{{ .name }}" />
|
<img src="/imgs/img-lazy-loading.gif" data-src="{{ .image.url }}" alt="{{ .name }}" />
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{ .name }}
|
{{ .name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@@ -105,3 +55,8 @@
|
|||||||
</div>
|
</div>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{- $custom := .Scratch.Get "footer" }}
|
||||||
|
{{- if $custom }}
|
||||||
|
{{ partialCached $custom . }}
|
||||||
|
{{- end }}
|
||||||
|
|||||||
@@ -3,8 +3,63 @@
|
|||||||
{{- partial "head/twitter.html" . }}
|
{{- partial "head/twitter.html" . }}
|
||||||
{{- partial "head/googleplus.html" . }}
|
{{- partial "head/googleplus.html" . }}
|
||||||
{{- partial "head/facebook.html" . }}
|
{{- partial "head/facebook.html" . }}
|
||||||
{{- partial "head/verify.html" . }}
|
{{- partialCached "head/verify.html" . }}
|
||||||
{{- partialCached "head/style.html" . }}
|
{{- partialCached "head/style.html" . }}
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function(){
|
||||||
|
localDB = {
|
||||||
|
set: function (key, value, ttl) {
|
||||||
|
if (ttl === 0) return;
|
||||||
|
const now = new Date();
|
||||||
|
const expiryDay = ttl * 86400000;
|
||||||
|
const item = {
|
||||||
|
value: value,
|
||||||
|
expiry: now.getTime() + expiryDay
|
||||||
|
};
|
||||||
|
localStorage.setItem(key, JSON.stringify(item));
|
||||||
|
},
|
||||||
|
get: function (key) {
|
||||||
|
const itemStr = localStorage.getItem(key);
|
||||||
|
if (!itemStr) {
|
||||||
|
return undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
const item = JSON.parse(itemStr);
|
||||||
|
const now = new Date();
|
||||||
|
|
||||||
|
if (now.getTime() > item.expiry) {
|
||||||
|
localStorage.removeItem(key);
|
||||||
|
return undefined;
|
||||||
|
}
|
||||||
|
return item.value;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
theme = {
|
||||||
|
active: function() {
|
||||||
|
const localState = localDB.get('theme');
|
||||||
|
if (localState == undefined) return;
|
||||||
|
theme.toggle(localState);
|
||||||
|
window.matchMedia("(prefers-color-scheme: dark)").addListener(function (evt) {
|
||||||
|
theme.toggle(evt.matches ? 'dark' : 'light');
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
toggle: function (theme) {
|
||||||
|
document.documentElement.setAttribute('data-theme', theme);
|
||||||
|
localDB.set('theme', theme, 2);
|
||||||
|
|
||||||
|
const iframe = document.querySelector('iframe.giscus-frame');
|
||||||
|
if (iframe) {
|
||||||
|
const config = { setConfig: { theme: theme } };
|
||||||
|
iframe.contentWindow.postMessage({ giscus: config }, 'https://giscus.app');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
theme.active();
|
||||||
|
})(window);
|
||||||
|
</script>
|
||||||
{{- partial "head/config.html" . }}
|
{{- partial "head/config.html" . }}
|
||||||
{{- partialCached "head/analytics.html" . }}
|
{{- partialCached "head/analytics.html" . }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
{{- if isset .Site.Params.analytics "laid" }}
|
{{- if isset .Site.Params.analytics "laid" }}
|
||||||
{{ partial "_thirdparty/analytics/51la.html" . }}
|
{{ partial "_thirdparty/analytics/51la.html" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if isset .Site.Params.analytics "baidu" }}
|
||||||
|
{{ partial "_thirdparty/analytics/baidu.html" . }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if isset .Site.Params.analytics "google" }}
|
||||||
|
{{ partial "_thirdparty/analytics/google.html" . }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if isset .Site.Params.analytics "busuanzi" }}
|
||||||
|
{{ partial "_thirdparty/analytics/busuanzi.html" . }}
|
||||||
|
{{- end }}
|
||||||
|
|||||||
@@ -1,10 +1,40 @@
|
|||||||
<script class="next-config" data-name="page" type="application/json">
|
{{- $pageCfg := dict
|
||||||
{{- dict
|
|
||||||
"isHome" .IsHome
|
"isHome" .IsHome
|
||||||
"isPage" .IsPage
|
"isPage" .IsPage
|
||||||
"comments" (.Params.comments | default .Site.Params.comments.enable)
|
"comments" (.Scratch.Get "isComment")
|
||||||
"permalink" (.Page.Permalink | absURL)
|
"permalink" (.Page.Permalink | absURL)
|
||||||
"path" (.Page.Permalink | path.Base)
|
"path" (.Page.Permalink | path.Base)
|
||||||
"title" .Page.Title
|
"title" .Page.Title
|
||||||
-}}
|
-}}
|
||||||
</script>
|
|
||||||
|
{{/* Append waline pageview & comment plugin */}}
|
||||||
|
{{ if and .Site.Params.waline ( or .Site.Params.waline.pageView .Site.Params.waline.comment) }}
|
||||||
|
{{ $counter := dict
|
||||||
|
"js" .Site.Data.resources.plugins.waline.js
|
||||||
|
}}
|
||||||
|
{{ $pageCfg = merge $pageCfg (dict "waline" $counter) }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{/* Append mermaid plugin */}}
|
||||||
|
{{ if .Params.mermaid }}
|
||||||
|
{{ $mermaid := dict
|
||||||
|
"js" .Site.Data.resources.plugins.mermaid.js
|
||||||
|
}}
|
||||||
|
{{ $pageCfg = merge $pageCfg (dict "mermaid" $mermaid) }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{/* Append math render plugin */}}
|
||||||
|
{{ with or .Params.math .Site.Params.math }}
|
||||||
|
{{ $math := dict
|
||||||
|
"render" .
|
||||||
|
"js" (index $.Site.Data.resources.plugins .).js
|
||||||
|
}}
|
||||||
|
|
||||||
|
{{ if eq . "katex" }}
|
||||||
|
{{ $math = merge $math ( dict "css" $.Site.Data.resources.plugins.katex.css ) }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ $pageCfg = merge $pageCfg (dict "math" $math) }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<script class="next-config" data-name="page" type="application/json">{{- $pageCfg -}}</script>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user