Compare commits
38 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
203268ef54 | ||
|
465a1f871b | ||
|
0b55074b50 | ||
|
6a7213ccfb | ||
|
d6596af54c | ||
|
6e45d27f95 | ||
|
9421e614f8 | ||
|
adccb1fb64 | ||
|
d774e4868d | ||
|
b3280e8d81 | ||
|
c2f6f674b0 | ||
|
d67e7b66e4 | ||
|
daa9eafe47 | ||
|
be3c627b53 | ||
|
bf50fa3cbf | ||
|
47c68fbcf6 | ||
|
7df5fb3bbc | ||
|
7875f1f10b | ||
|
0f2ce49711 | ||
|
62bbf2ea84 | ||
|
73d1541964 | ||
|
3f62a1d379 | ||
|
65660e28ff | ||
|
f16f3f3b67 | ||
|
d5967b9b27 | ||
|
3c4e20c278 | ||
|
9f8cdc1e08 | ||
|
f741f71d48 | ||
|
5f67e530ca | ||
|
ae0dc7c60e | ||
|
1480ba764a | ||
|
0d50488be9 | ||
|
5367cb98aa | ||
|
4180e196a7 | ||
|
aa8f962b96 | ||
|
f5c57c26a4 | ||
|
4c6353ef4f | ||
|
ac48e4b5d7 |
58
.drone.yml
Normal file
58
.drone.yml
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
kind: pipeline
|
||||||
|
steps:
|
||||||
|
- name: restore-cache
|
||||||
|
image: meltwater/drone-cache:dev
|
||||||
|
environment:
|
||||||
|
AWS_ACCESS_KEY_ID:
|
||||||
|
from_secret: aws_acces
|
||||||
|
AWS_SECRET_ACCESS_KEY:
|
||||||
|
from_secret: aws_key
|
||||||
|
pull: true
|
||||||
|
settings:
|
||||||
|
debug: false
|
||||||
|
cache_key: '{{ arch }}_{{ os }}_{{ checksum "package-lock.json" }}'
|
||||||
|
archive_format: "gzip"
|
||||||
|
endpoint: storage.yandexcloud.net
|
||||||
|
restore: true
|
||||||
|
bucket: drone-cache
|
||||||
|
region: ru-central1
|
||||||
|
mount: 'node_modules'
|
||||||
|
- name: run-sh
|
||||||
|
image: node:alpine
|
||||||
|
commands:
|
||||||
|
- chmod +x ./bin/run.sh
|
||||||
|
- ./bin/run.sh
|
||||||
|
- name: update-site
|
||||||
|
image: plugins/downstream
|
||||||
|
settings:
|
||||||
|
server: https://drone.lp76.ru
|
||||||
|
token:
|
||||||
|
from_secret: drone_token
|
||||||
|
fork: false
|
||||||
|
repositories:
|
||||||
|
- aleks/site
|
||||||
|
- name: rebuild-cache
|
||||||
|
image: meltwater/drone-cache:dev
|
||||||
|
environment:
|
||||||
|
AWS_ACCESS_KEY_ID:
|
||||||
|
from_secret: aws_acces
|
||||||
|
AWS_SECRET_ACCESS_KEY:
|
||||||
|
from_secret: aws_key
|
||||||
|
pull: true
|
||||||
|
settings:
|
||||||
|
debug: false
|
||||||
|
cache_key: '{{ arch }}_{{ os }}_{{ checksum "package-lock.json" }}'
|
||||||
|
archive_format: "gzip"
|
||||||
|
endpoint: storage.yandexcloud.net
|
||||||
|
rebuild: true
|
||||||
|
bucket: drone-cache
|
||||||
|
region: ru-central1
|
||||||
|
mount: 'node_modules'
|
||||||
|
- name: telegram
|
||||||
|
image: appleboy/drone-telegram
|
||||||
|
settings:
|
||||||
|
token:
|
||||||
|
from_secret: token_telegramm
|
||||||
|
to:
|
||||||
|
from_secret: to_telegram_user
|
||||||
|
message: #success {{build.status}}
|
16
.github/FUNDING.yml
vendored
16
.github/FUNDING.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
|
||||||
patreon: # Replace with a single Patreon username
|
|
||||||
open_collective: ayer # Replace with a single Open Collective username
|
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
||||||
liberapay: # Replace with a single Liberapay username
|
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
|
||||||
otechie: # Replace with a single Otechie username
|
|
||||||
custom:
|
|
||||||
[
|
|
||||||
"https://shen-yu.gitee.io/images/wechat.jpg",
|
|
||||||
"https://shen-yu.gitee.io/images/alipay.jpg",
|
|
||||||
]
|
|
70
.github/ISSUE_TEMPLATE/bug-report.md
vendored
70
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,70 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug Report
|
|
||||||
about: Something isn't working as expected
|
|
||||||
title: ""
|
|
||||||
labels: Bug
|
|
||||||
assignees: ""
|
|
||||||
---
|
|
||||||
|
|
||||||
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
|
||||||
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
|
||||||
|
|
||||||
## Issue Checklist <!-- 我确认我已经查看了 -->
|
|
||||||
|
|
||||||
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
|
||||||
|
|
||||||
- [ ] I am using [the latest](https://github.com/Shen-Yu/hexo-theme-ayer) version of hexo-theme-ayer.
|
|
||||||
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [Ayer Issues](https://github.com/Shen-Yu/hexo-theme-ayer/issues), which does not help me.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Expected behavior <!-- 预期行为 -->
|
|
||||||
|
|
||||||
## Actual behavior <!-- 实际行为 -->
|
|
||||||
|
|
||||||
<!-- Please provide at least one of the following information (请至少提供以下的一项信息) -->
|
|
||||||
|
|
||||||
- Links to demo site with this issue: N/A
|
|
||||||
- Links to repository or source code of the blog: N/A
|
|
||||||
|
|
||||||
## Steps to reproduce the behavior <!-- 重现步骤 -->
|
|
||||||
|
|
||||||
1. N/A
|
|
||||||
2. N/A
|
|
||||||
3. N/A
|
|
||||||
|
|
||||||
## Environment Information
|
|
||||||
|
|
||||||
### Node.js and NPM Information
|
|
||||||
|
|
||||||
<!-- Paste output from `node -v && npm -v` (粘贴 `node -v && npm -v` 输出的信息) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Package dependencies Information
|
|
||||||
|
|
||||||
<!-- Paste output from `npm ls --depth 0` (粘贴 `npm ls --depth 0` 输出的信息) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### HTML Configuration
|
|
||||||
|
|
||||||
<!-- Paste configuration from HTML (粘贴 HTML 配置 中的内容) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### MiniValine Configuration
|
|
||||||
|
|
||||||
<!-- Paste configuration from MiniValine (粘贴 MiniValine 配置 中的内容) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## Other Information <!-- (Like Browser, System, Screenshots) -->
|
|
36
.github/ISSUE_TEMPLATE/feature-request.md
vendored
36
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@ -1,36 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature Request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ""
|
|
||||||
labels: Feature Request
|
|
||||||
assignees: ""
|
|
||||||
---
|
|
||||||
|
|
||||||
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
|
||||||
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
|
||||||
|
|
||||||
## Issue Checklist <!-- 我确认我已经查看了 -->
|
|
||||||
|
|
||||||
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
|
||||||
|
|
||||||
- [ ] I am using [the latest](https://github.com/Shen-Yu/hexo-theme-ayer) version of hexo-theme-ayer.
|
|
||||||
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [Ayer Issues](https://github.com/Shen-Yu/hexo-theme-ayer/issues), which does not help me.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Expected behavior <!-- 预期行为 -->
|
|
||||||
|
|
||||||
## Actual behavior <!-- 实际行为 -->
|
|
||||||
|
|
||||||
<!-- Please provide at least one of the following information (请至少提供以下的一项信息) -->
|
|
||||||
|
|
||||||
- Links to demo site with this feature: N/A
|
|
||||||
- Links to repository or source code of the blog: N/A
|
|
||||||
|
|
||||||
## Steps to reproduce the behavior <!-- 重现步骤 -->
|
|
||||||
|
|
||||||
1. N/A
|
|
||||||
2. N/A
|
|
||||||
3. N/A
|
|
||||||
|
|
||||||
## Other Information <!-- Like Browser, System, Screenshots -->
|
|
21
.github/ISSUE_TEMPLATE/other.md
vendored
21
.github/ISSUE_TEMPLATE/other.md
vendored
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
name: Other
|
|
||||||
about: Not a question, feature request or bug report
|
|
||||||
title: ""
|
|
||||||
labels: ""
|
|
||||||
assignees: ""
|
|
||||||
---
|
|
||||||
|
|
||||||
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
|
||||||
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
|
||||||
|
|
||||||
## Issue Checklist <!-- 我确认我已经查看了 -->
|
|
||||||
|
|
||||||
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
|
||||||
|
|
||||||
- [ ] I am using [the latest](https://github.com/Shen-Yu/hexo-theme-ayer) version of hexo-theme-ayer.
|
|
||||||
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [Ayer Issues](https://github.com/Shen-Yu/hexo-theme-ayer/issues), which does not help me.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Other Information <!-- Like Browser, System, Screenshots -->
|
|
70
.github/ISSUE_TEMPLATE/question.md
vendored
70
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,70 +0,0 @@
|
|||||||
---
|
|
||||||
name: Question
|
|
||||||
about: I have a question for Ayer
|
|
||||||
title: ""
|
|
||||||
labels: Question
|
|
||||||
assignees: ""
|
|
||||||
---
|
|
||||||
|
|
||||||
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
|
||||||
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
|
||||||
|
|
||||||
## Issue Checklist <!-- 我确认我已经查看了 -->
|
|
||||||
|
|
||||||
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
|
||||||
|
|
||||||
- [ ] I am using [the latest](https://github.com/Shen-Yu/hexo-theme-ayer) version of hexo-theme-ayer.
|
|
||||||
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [Ayer Issues](https://github.com/Shen-Yu/hexo-theme-ayer/issues), which does not help me.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Expected behavior <!-- 预期行为 -->
|
|
||||||
|
|
||||||
## Actual behavior <!-- 实际行为 -->
|
|
||||||
|
|
||||||
<!-- Please provide at least one of the following information (请至少提供以下的一项信息) -->
|
|
||||||
|
|
||||||
- Links to demo site with this issue: N/A
|
|
||||||
- Links to repository or source code of the blog: N/A
|
|
||||||
|
|
||||||
## Steps to reproduce the behavior <!-- 重现步骤 -->
|
|
||||||
|
|
||||||
1. N/A
|
|
||||||
2. N/A
|
|
||||||
3. N/A
|
|
||||||
|
|
||||||
## Environment Information
|
|
||||||
|
|
||||||
### Node.js and NPM Information
|
|
||||||
|
|
||||||
<!-- Paste output from `node -v && npm -v` (粘贴 `node -v && npm -v` 输出的信息) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Package dependencies Information
|
|
||||||
|
|
||||||
<!-- Paste output from `npm ls --depth 0` (粘贴 `npm ls --depth 0` 输出的信息) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### HTML Configuration
|
|
||||||
|
|
||||||
<!-- Paste configuration from HTML (粘贴 HTML 配置 中的内容) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Ayer Configuration
|
|
||||||
|
|
||||||
<!-- Paste configuration from Ayer (粘贴 Ayer 配置 中的内容) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## Other Information <!-- (Like Browser, System, Screenshots) -->
|
|
12
.github/config.yml
vendored
12
.github/config.yml
vendored
@ -1,12 +0,0 @@
|
|||||||
# =============================================================================================== #
|
|
||||||
# Configuration for welcome - https://github.com/behaviorbot/welcome
|
|
||||||
|
|
||||||
# Comment to be posted to on first time issues
|
|
||||||
newIssueWelcomeComment: >
|
|
||||||
Thanks for opening this issue, maintainers will get back to you as soon as possible!
|
|
||||||
# Comment to be posted to on PRs from first time contributors in your repository
|
|
||||||
newPRWelcomeComment: >
|
|
||||||
Thanks so much for opening your first PR here!
|
|
||||||
# Comment to be posted to on pull requests merged by a first time user
|
|
||||||
firstPRMergeComment: >
|
|
||||||
Congrats on merging your first pull request here! :tada: How awesome!
|
|
31
.github/workflows/node.yml
vendored
Normal file
31
.github/workflows/node.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
|
||||||
|
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
|
||||||
|
|
||||||
|
name: Node.js CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
node-version: [16.x, 18.x]
|
||||||
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node-version }}
|
||||||
|
cache: 'npm'
|
||||||
|
- run: npm ci
|
||||||
|
- run: npm run build --if-present
|
||||||
|
- run: npm test
|
21
.github/workflows/npmpublish.yml
vendored
21
.github/workflows/npmpublish.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
|
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
|
|
||||||
|
|
||||||
name: Node.js Package
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [created]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
publish-npm:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: 12
|
|
||||||
registry-url: https://registry.npmjs.org/
|
|
||||||
- run: npm publish
|
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,8 +2,6 @@
|
|||||||
.idea/
|
.idea/
|
||||||
*.log
|
*.log
|
||||||
*.iml
|
*.iml
|
||||||
yarn.lock
|
|
||||||
package-lock.json
|
|
||||||
node_modules/
|
node_modules/
|
||||||
.cache
|
.cache
|
||||||
.history
|
.history
|
||||||
|
10
.travis.yml
10
.travis.yml
@ -1,10 +0,0 @@
|
|||||||
language: node_js
|
|
||||||
|
|
||||||
node_js: node
|
|
||||||
|
|
||||||
cache:
|
|
||||||
npm: true
|
|
||||||
|
|
||||||
install: npm install
|
|
||||||
|
|
||||||
script: npm run test
|
|
37
LICENSE
37
LICENSE
@ -1,37 +0,0 @@
|
|||||||
The Star And Thank Author License (SATA)
|
|
||||||
|
|
||||||
Copyright © 2019 Shen-Yu(shenyu@hotmail.com)
|
|
||||||
|
|
||||||
Project Url: https://github.com/Shen-Yu/hexo-theme-ayer
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
And wait, the most important, you shall star/+1/like the project(s) in project url
|
|
||||||
section above first, and then thank the author(s) in Copyright section.
|
|
||||||
|
|
||||||
Here are some suggested ways:
|
|
||||||
|
|
||||||
- Email the authors a thank-you letter, and make friends with him/her/them.
|
|
||||||
- Report bugs or issues.
|
|
||||||
- Tell friends what a wonderful project this is.
|
|
||||||
- And, sure, you can just express thanks in your mind without telling the world.
|
|
||||||
|
|
||||||
Contributors of this project by forking have the option to add his/her name and
|
|
||||||
forked project url at copyright and project url sections, but shall not delete
|
|
||||||
or modify anything else in these two sections.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
77
README.md
77
README.md
@ -1,48 +1,3 @@
|
|||||||
<p align="center"><a href="https://shen-yu.gitee.io" target="_blank" rel="noopener noreferrer"><img width="100" src="logo.png" alt="ayer logo"></a></p>
|
|
||||||
|
|
||||||
<h3 align="center">一个干净且优雅的 Hexo 主题</h3>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://travis-ci.org/Shen-Yu/hexo-theme-ayer?branch=master" target="_blank" rel="noopener noreferrer">
|
|
||||||
<img alt="travis-ci" src="https://travis-ci.org/Shen-Yu/hexo-theme-ayer.svg?branch=master">
|
|
||||||
</a>
|
|
||||||
<a href="http://standardjs.com" target="_blank" rel="noopener noreferrer">
|
|
||||||
<img alt="js-standard-style" src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg">
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
<a href="https://www.npmjs.com/package/hexo-theme-ayer" target="_blank" rel="noopener noreferrer">
|
|
||||||
<img alt="npm" src="https://img.shields.io/npm/dt/hexo-theme-ayer">
|
|
||||||
</a>
|
|
||||||
<a href="https://shen-yu.gitee.io" target="_blank" rel="noopener noreferrer">
|
|
||||||
<img alt="platform" src="https://img.shields.io/badge/platform-PC--ios--android-ff69b4.svg">
|
|
||||||
</a>
|
|
||||||
<a href="https://gitter.im/hexo-theme-ayer/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge" target="_blank" rel="noopener noreferrer">
|
|
||||||
<img alt="Gitter" src="https://badges.gitter.im/Join%20Chat.svg">
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
<a href="https://www.npmjs.com/package/hexo-theme-ayer" target="_blank" rel="noopener noreferrer">
|
|
||||||
<img alt="npm version" src="https://img.shields.io/npm/v/hexo-theme-ayer">
|
|
||||||
</a>
|
|
||||||
<img alt="language" src="https://img.shields.io/badge/language-ejs--stylus-green.svg">
|
|
||||||
<a href="https://github.com/Shen-Yu/hexo-theme-ayer/releases" target="_blank" rel="noopener noreferrer">
|
|
||||||
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Shen-Yu/hexo-theme-ayer?color=b37feb">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Shen-Yu/hexo-theme-ayer/blob/master/LICENSE" target="_blank" rel="noopener noreferrer"><img alt="LICENSE" src="https://img.shields.io/badge/LICENSE-SATA-6ccab8">
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
:ocean: Ayer is a clean and elegant theme for Hexo, also fast, powerful and responsive. It contains many awesome features, It's perfect for your blog, "Ayer" means "water" in Malaysian and "yesterday" in Spanish. [Create an issue](https://github.com/shen-yu/hexo-theme-ayer/issues/new/choose) if you have any queries or advice during the process of using,
|
|
||||||
|
|
||||||
<b>注:收藏本主题请点右上角 Star,谢谢~~ </b>
|
|
||||||
<b>如果你想给主题添砖加瓦,可以点右上角 Fork,然后给此仓库提交 PR</b>
|
|
||||||
|
|
||||||
### [Preview 预览](https://shen-yu.gitee.io)
|
|
||||||
|
|
||||||
### [中文说明](https://shen-yu.gitee.io/2019/ayer/)
|
|
||||||
|
|
||||||
### [国内镜像](https://gitee.com/shen-yu/hexo-theme-ayer)
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -302,11 +257,6 @@ twikoo:
|
|||||||
enable: false
|
enable: false
|
||||||
envId: #
|
envId: #
|
||||||
|
|
||||||
# 4、MiniValine
|
|
||||||
# See: https://github.com/MiniValine/MiniValine
|
|
||||||
minivaline:
|
|
||||||
enable: false
|
|
||||||
serverURL: https://minivaline.your-domain.com
|
|
||||||
|
|
||||||
# advertisement
|
# advertisement
|
||||||
# if there is an "ad" word in photo or url,it may blocked by adblock or any other browser extensions
|
# if there is an "ad" word in photo or url,it may blocked by adblock or any other browser extensions
|
||||||
@ -444,30 +394,3 @@ Use Tocbot to parse the title tags (h1~h6) in the content and insert the directo
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
## Code Contributors
|
|
||||||
|
|
||||||
This project exists thanks to all the people who contribute.
|
|
||||||
|
|
||||||
<a href="https://github.com/Shen-Yu/hexo-theme-ayer/graphs/contributors"><img src="https://opencollective.com/ayer/contributors.svg?width=890&button=false" /></a>
|
|
||||||
|
|
||||||
## Stargazers over time
|
|
||||||
|
|
||||||
[](https://starchart.cc/Shen-Yu/hexo-theme-ayer)
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
<a src="https://github.com/Shen-Yu/hexo-theme-ayer">Ayer</a> by <a href="https://github.com/Shen-Yu">Eric-Shen</a> is licensed under <a rel="license" href="https://github.com/Shen-Yu/hexo-theme-ayer/blob/master/LICENSE">SATA-License</a>.
|
|
||||||
|
|
||||||
The basic idea is, whenever using a project using SATA license, people shall star/like/+1 that project and thank the author. Just imagine Google stared your project and send you a thank-you letter because they used your project in github!
|
|
||||||
<br>
|
|
||||||
|
|
||||||
本项目采用<a rel="license" href="https://github.com/Shen-Yu/hexo-theme-ayer/blob/master/LICENSE">SATA</a>开源协议,在遵守 MIT 许可证的前提下,你应该马不停蹄的给这个开源项目“点个赞”,比如 github 右上角的 star,然后你应该感谢这个开源项目的作者,作者信息可以在许可证头部的版权声明部分找到。<br>
|
|
||||||
|
|
||||||
下面是几条 SATA 作者推荐的感谢途径,也是 SATA 包含的内容:
|
|
||||||
|
|
||||||
- 给你使用的开源项目的作者发个 Email,和他交个朋友
|
|
||||||
- 提出你在使用过程中发现的 BUG 或者提一些建设性的意见
|
|
||||||
- 告诉你的朋友们这是一个多棒的开源项目
|
|
||||||
- 当然,你也可以只是在心里默默的感激,不用让全世界都知道
|
|
||||||
|
123
_config.yml
123
_config.yml
@ -1,21 +1,17 @@
|
|||||||
# 侧边栏菜单
|
# 侧边栏菜单
|
||||||
menu:
|
menu:
|
||||||
主页: /
|
Главная: /
|
||||||
归档: /archives
|
Архивы: /archives
|
||||||
分类: /categories
|
Категории: /categories
|
||||||
标签: /tags
|
Теги: /tags
|
||||||
旅行: /tags/旅行/
|
|
||||||
摄影: http://shenyu-vip.lofter.com
|
|
||||||
友链: /friends
|
|
||||||
关于我: /2019/about
|
|
||||||
|
|
||||||
# 站点次标题和打字动效
|
# 站点次标题和打字动效
|
||||||
# https://github.com/mattboldt/typed.js
|
# https://github.com/mattboldt/typed.js
|
||||||
subtitle:
|
subtitle:
|
||||||
enable: true # 是否开启动效
|
enable: true # 是否开启动效
|
||||||
text: 面朝大海,春暖花开 # 显示的文字
|
text: # 显示的文字
|
||||||
text2: 愿你一生努力,一生被爱 # 滚动播放,如果不需要可以留空
|
text2: # 滚动播放,如果不需要可以留空
|
||||||
text3: 想要的都拥有,得不到的都释怀 # 最多支持三段文字
|
text3: # 最多支持三段文字
|
||||||
startDelay: 0 # 延迟时间
|
startDelay: 0 # 延迟时间
|
||||||
typeSpeed: 200 # 打字速度
|
typeSpeed: 200 # 打字速度
|
||||||
loop: true # 是否循环
|
loop: true # 是否循环
|
||||||
@ -38,13 +34,13 @@ progressBar: true
|
|||||||
|
|
||||||
# 告示板模块
|
# 告示板模块
|
||||||
broadcast:
|
broadcast:
|
||||||
enable: true # true开启,false关闭
|
enable: false # true开启,false关闭
|
||||||
type: 2 # 1:自定义输入,2:一言api(https://hitokoto.cn/)
|
type: 2 # 1:自定义输入,2:一言api(https://hitokoto.cn/)
|
||||||
text: 一个安静优雅的hexo主题,快速且响应式。 # type为1时有效
|
text: енен # type为1时有效
|
||||||
|
|
||||||
# 文章配置
|
# 文章配置
|
||||||
# 文章太长,截断按钮文字(在需要截断的行增加此标记:<!--more-->)
|
# 文章太长,截断按钮文字(在需要截断的行增加此标记:<!--more-->)
|
||||||
excerpt_link: 阅读更多...
|
excerpt_link: false
|
||||||
# 如果你嫌每篇文章手动加more标记比较麻烦,又不想在首页全文显示,可以把excerpt_all设置成true,这样首页只会显示文章归档
|
# 如果你嫌每篇文章手动加more标记比较麻烦,又不想在首页全文显示,可以把excerpt_all设置成true,这样首页只会显示文章归档
|
||||||
excerpt_all: false
|
excerpt_all: false
|
||||||
|
|
||||||
@ -53,16 +49,16 @@ copy_btn: true
|
|||||||
# 是否开启文章分享按钮
|
# 是否开启文章分享按钮
|
||||||
share_enable: true
|
share_enable: true
|
||||||
# 国内的社交平台(If you are not in China, maybe you prefer to set:false)
|
# 国内的社交平台(If you are not in China, maybe you prefer to set:false)
|
||||||
share_china: true
|
share_china: false
|
||||||
# 文章分享文字
|
# 文章分享文字
|
||||||
share_text: 分享
|
share_text: Поделится
|
||||||
|
|
||||||
# 分页文字
|
# 分页文字
|
||||||
nav_text:
|
nav_text:
|
||||||
page_prev: 上一页
|
page_prev: Страница назад
|
||||||
page_next: 下一页
|
page_next: Страница вперед
|
||||||
post_prev: 上一篇
|
post_prev: Предыдущая запись
|
||||||
post_next: 下一篇
|
post_next: Следующая запись
|
||||||
|
|
||||||
# 文章页是否显示目录
|
# 文章页是否显示目录
|
||||||
toc: true
|
toc: true
|
||||||
@ -82,7 +78,7 @@ word_count:
|
|||||||
# 打赏type设定:0-关闭打赏; 1-文章对应的md文件里有reward:true属性,才有打赏; 2-所有文章均有打赏
|
# 打赏type设定:0-关闭打赏; 1-文章对应的md文件里有reward:true属性,才有打赏; 2-所有文章均有打赏
|
||||||
reward_type: 2
|
reward_type: 2
|
||||||
# 打赏wording
|
# 打赏wording
|
||||||
reward_wording: "请我喝杯咖啡吧~"
|
reward_wording: "wording"
|
||||||
# 支付宝二维码图片地址,跟你设置logo的方式一样。比如:/images/alipay.jpg
|
# 支付宝二维码图片地址,跟你设置logo的方式一样。比如:/images/alipay.jpg
|
||||||
alipay: /images/alipay.jpg
|
alipay: /images/alipay.jpg
|
||||||
# 微信二维码图片地址
|
# 微信二维码图片地址
|
||||||
@ -123,7 +119,7 @@ layout:
|
|||||||
github:
|
github:
|
||||||
# (关闭请设置为false)
|
# (关闭请设置为false)
|
||||||
enable: true
|
enable: true
|
||||||
url: https://github.com/Shen-Yu/hexo-theme-ayer
|
url: https://github.com/alkyl1978/hexo-theme-ayer
|
||||||
|
|
||||||
# 网易云音乐插件
|
# 网易云音乐插件
|
||||||
music:
|
music:
|
||||||
@ -135,11 +131,11 @@ music:
|
|||||||
|
|
||||||
# 访问量统计(不蒜子)
|
# 访问量统计(不蒜子)
|
||||||
busuanzi:
|
busuanzi:
|
||||||
enable: true
|
enable: false
|
||||||
|
|
||||||
# 友盟cnzz统计(url填js代码src链接)
|
# 友盟cnzz统计(url填js代码src链接)
|
||||||
cnzz:
|
cnzz:
|
||||||
enable: true
|
enable: false
|
||||||
url: https://s9.cnzz.com/z_stat.php?id=1278069914&web_id=1278069914
|
url: https://s9.cnzz.com/z_stat.php?id=1278069914&web_id=1278069914
|
||||||
|
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
@ -147,24 +143,26 @@ google_analytics: ""
|
|||||||
# 百度统计
|
# 百度统计
|
||||||
baidu_analytics: ""
|
baidu_analytics: ""
|
||||||
|
|
||||||
|
yandex_analytics: true
|
||||||
|
|
||||||
# Mathjax数学公式
|
# Mathjax数学公式
|
||||||
mathjax: false
|
mathjax: false
|
||||||
|
|
||||||
# Katex数学公式(allpost设置为false时只有头部设置math:true的文章才开启)
|
# Katex数学公式(allpost设置为false时只有头部设置math:true的文章才开启)
|
||||||
# 需要更换hexo渲染器,npm un hexo-renderer-marked -S && npm i hexo-renderer-markdown-it-katex -S
|
# 需要更换hexo渲染器,npm un hexo-renderer-marked -S && npm i hexo-renderer-markdown-it-katex -S
|
||||||
katex:
|
katex:
|
||||||
enable: false # true
|
enable: true # true
|
||||||
allpost: true
|
allpost: true
|
||||||
copy_tex: false
|
copy_tex: false
|
||||||
|
|
||||||
# mermaid流程图 三个选项缺一不可(https://mermaid-js.github.io/mermaid/)
|
# mermaid流程图 三个选项缺一不可(https://mermaid-js.github.io/mermaid/)
|
||||||
mermaid:
|
mermaid:
|
||||||
enable: false
|
enable: true
|
||||||
cdn: https://cdn.staticfile.org/mermaid/8.14.0/mermaid.min.js
|
cdn: https://cdn.staticfile.org/mermaid/8.14.0/mermaid.min.js
|
||||||
theme: forest
|
theme: forest
|
||||||
|
|
||||||
# 网站成立年份(默认为 2019,若填入年份小于当前年份,则显示为 2018-2019 类似的格式)
|
# 网站成立年份(默认为 2019,若填入年份小于当前年份,则显示为 2018-2019 类似的格式)
|
||||||
since: 2015
|
since: 2023
|
||||||
|
|
||||||
# ICP备案信息尾部显示
|
# ICP备案信息尾部显示
|
||||||
icp:
|
icp:
|
||||||
@ -182,74 +180,35 @@ gongan:
|
|||||||
friends_link:
|
friends_link:
|
||||||
Ayer主题: #网站名称
|
Ayer主题: #网站名称
|
||||||
#网站地址
|
#网站地址
|
||||||
url: https://github.com/Shen-Yu/hexo-theme-ayer
|
url: https://github.com/alkyl1978/hexo-theme-ayer
|
||||||
#网站图片(可忽略不写)
|
#网站图片(可忽略不写)
|
||||||
img: /images/ayer.png
|
img: /images/ayer.png
|
||||||
GitHub:
|
GitHub:
|
||||||
url: https://github.com/Shen-Yu
|
url: https://github.com/alkyl1978
|
||||||
img: /images/github.png
|
img: /images/github.png
|
||||||
码云:
|
码云:
|
||||||
url: https://gitee.com/shen-yu
|
url: https://lp76.ru
|
||||||
img: /images/gitee.png
|
img: /images/gitee.png
|
||||||
Hexo官网:
|
Hexo官网:
|
||||||
url: https://hexo.io
|
url: https://hexo.io
|
||||||
img: /images/hexo.png
|
img: /images/hexo.png
|
||||||
Hexo图表插件:
|
|
||||||
url: https://github.com/Shen-Yu/hexo-tag-chart
|
|
||||||
img: /images/hexo-tag-chart.png
|
|
||||||
|
|
||||||
# 评论:1、Valine(推荐);2、Gitalk;3、Twikoo; 4.MiniValine
|
|
||||||
|
|
||||||
# 1、Valine[一款快速、简洁且高效的无后端评论系统](https://github.com/xCss/Valine)
|
|
||||||
# 启用Valine必须先创建leancloud应用, 获取 id|key 填入即可
|
|
||||||
leancloud:
|
|
||||||
enable: false
|
|
||||||
app_id: #
|
|
||||||
app_key: #
|
|
||||||
# Valine配置
|
|
||||||
valine:
|
|
||||||
enable: false # 是否启用
|
|
||||||
avatar: monsterid # 头像样式(https://valine.js.org/avatar.html)
|
|
||||||
placeholder: 给我的文章加点评论吧~ # placeholder
|
|
||||||
|
|
||||||
# 2、Gitalk(https://github.com/gitalk/gitalk)
|
|
||||||
gitalk:
|
|
||||||
enable: false # true
|
|
||||||
clientID: # GitHub Application Client ID
|
|
||||||
clientSecret: # Client Secret
|
|
||||||
repo: # Repository name
|
|
||||||
owner: # GitHub ID
|
|
||||||
admin: # GitHub ID
|
|
||||||
|
|
||||||
# 3、Twikoo(https://github.com/imaegoo/twikoo)
|
|
||||||
twikoo:
|
|
||||||
enable: true
|
|
||||||
envId: #
|
|
||||||
|
|
||||||
# 4、MiniValine
|
|
||||||
# See: https://github.com/MiniValine/MiniValine
|
|
||||||
minivaline:
|
|
||||||
enable: false
|
|
||||||
# 更多选项 https://minivaline.js.org/docs/cn/#/Options 按照yml格式继续填写即可 (除了 [el] 选项)
|
|
||||||
# emoticonUrl 等列表选项 可参考 https://github.com/MiniValine/hexo-next-minivaline
|
|
||||||
# 下面是一个例子:
|
|
||||||
serverURL: https://minivaline.your-domain.com
|
|
||||||
|
|
||||||
|
# 评论:1、Valine(推荐);2、Gitalk;3、Twikoo;
|
||||||
# 首页广告配置
|
# 首页广告配置
|
||||||
# 可以根据需要自行增加ad_3,ad_4...,留空则不显示,建议图片和url不要带ad等关键词,否则可能会被adblock等插件屏蔽
|
# 可以根据需要自行增加ad_3,ad_4...,留空则不显示,建议图片和url不要带ad等关键词,否则可能会被adblock等插件屏蔽
|
||||||
ads:
|
#ads:
|
||||||
ad_1:
|
# ad_1:
|
||||||
title: 云服务器限时秒杀
|
# title: 云服务器限时秒杀
|
||||||
img: https://pic.imgdb.cn/item/62174b452ab3f51d912a5ccc.jpg
|
# img: https://pic.imgdb.cn/item/62174b452ab3f51d912a5ccc.jpg
|
||||||
url: https://curl.qcloud.com/kvO7hb43
|
# url: https://curl.qcloud.com/kvO7hb43
|
||||||
width: 300
|
# width: 300
|
||||||
ad_2:
|
# ad_2:
|
||||||
title: vultr优惠vps
|
# title: vultr优惠vps
|
||||||
img: https://pic.imgdb.cn/item/62174b452ab3f51d912a5cd7.png
|
# img: https://pic.imgdb.cn/item/62174b452ab3f51d912a5cd7.png
|
||||||
url: https://www.vultr.com/?ref=8630075
|
# url: https://www.vultr.com/?ref=8630075
|
||||||
width: 300
|
# width: 300
|
||||||
|
|
||||||
# 网站开启加密访问,密码可设置任何字符
|
# 网站开启加密访问,密码可设置任何字符
|
||||||
lock:
|
lock:
|
||||||
enable: false
|
enable: true
|
||||||
password: 123456
|
password: 123456
|
||||||
|
6
bin/run.sh
Normal file
6
bin/run.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -x
|
||||||
|
set -e
|
||||||
|
npm i
|
||||||
|
npm run build
|
||||||
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: Kategorien
|
|
||||||
search: Suche
|
|
||||||
tags: Tags
|
|
||||||
tagcloud: Tag Cloud
|
|
||||||
tweets: Tweets
|
|
||||||
prev: zurück
|
|
||||||
next: weiter
|
|
||||||
comment: Kommentare
|
|
||||||
archive_a: Archiv
|
|
||||||
archive_b: "Archive: %s"
|
|
||||||
page: Seite %d
|
|
||||||
recent_posts: letzter Beitrag
|
|
||||||
newer: Neuer
|
|
||||||
older: Älter
|
|
||||||
share: Teilen
|
|
||||||
powered_by: Powered by %s
|
|
||||||
theme: Theme - %s
|
|
||||||
rss_feed: RSS Feed
|
|
||||||
category: Kategorie
|
|
||||||
tag: Tag
|
|
||||||
site_visitors: Visitors
|
|
||||||
page_views: Views
|
|
||||||
friends: Freunde
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: Wortzahl
|
|
||||||
read_time: Lesezeit
|
|
||||||
minutes: Minuten
|
|
||||||
reward: Belohnung
|
|
||||||
sticky: Oben
|
|
||||||
copyright_title: Copyright-Hinweis
|
|
||||||
copyright_content: Sofern nicht anders angegeben, liegt das Urheberrecht aller Artikel in diesem Blog beim Autor. Nachdruck bitte Quelle angeben!
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: Please enter password
|
|
||||||
lock_error: Incorrect password, please try again
|
|
||||||
confirm_text: Ok
|
|
||||||
cancel_text: Cancel
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: Categorías
|
|
||||||
search: Buscar
|
|
||||||
tags: Tags
|
|
||||||
tagcloud: Nube de Tags
|
|
||||||
tweets: Tweets
|
|
||||||
prev: Previo
|
|
||||||
next: Siguiente
|
|
||||||
comment: Comentarios
|
|
||||||
archive_a: Archivos
|
|
||||||
archive_b: "Archivos: %s"
|
|
||||||
page: Página %d
|
|
||||||
recent_posts: Posts recientes
|
|
||||||
newer: Nuevo
|
|
||||||
older: Viejo
|
|
||||||
share: Compartir
|
|
||||||
powered_by: Powered by %s
|
|
||||||
theme: Theme - %s
|
|
||||||
rss_feed: RSS
|
|
||||||
category: Categoría
|
|
||||||
tag: Tag
|
|
||||||
site_visitors: Visitors
|
|
||||||
page_views: Views
|
|
||||||
friends: Amigos
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: El recuento de palabras
|
|
||||||
read_time: Tiempo de lectura
|
|
||||||
minutes: minutos
|
|
||||||
reward: Recompensa
|
|
||||||
sticky: Arriba
|
|
||||||
copyright_title: Derechos de autor
|
|
||||||
copyright_content: Los derechos de autor son propiedad del autor. Para reimpresiones comerciales, comuníquese con el autor para obtener autorización. Para reimpresiones no comerciales, indique la fuente.
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: Please enter password
|
|
||||||
lock_error: Incorrect password, please try again
|
|
||||||
confirm_text: Ok
|
|
||||||
cancel_text: Cancel
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: カテゴリ
|
|
||||||
search: 検索
|
|
||||||
tags: タグ
|
|
||||||
tagcloud: タグクラウド
|
|
||||||
tweets: ツイート
|
|
||||||
prev: 戻る
|
|
||||||
next: 次へ
|
|
||||||
comment: コメント
|
|
||||||
archive_a: アーカイブ
|
|
||||||
archive_b: "アーカイブ: %s"
|
|
||||||
page: ページ %d
|
|
||||||
recent_posts: 最近の投稿
|
|
||||||
newer: 次の記事
|
|
||||||
older: 前の記事
|
|
||||||
share: 共有
|
|
||||||
powered_by: Powered by %s
|
|
||||||
theme: Theme - %s
|
|
||||||
rss_feed: RSSフィード
|
|
||||||
category: カテゴリ
|
|
||||||
tag: タグ
|
|
||||||
site_visitors: Visitors
|
|
||||||
page_views: Views
|
|
||||||
friends: 友達
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: 単語数
|
|
||||||
read_time: 読書の時間
|
|
||||||
minutes: 分
|
|
||||||
reward: 報酬
|
|
||||||
sticky: 上へ
|
|
||||||
copyright_title: 著作権表示
|
|
||||||
copyright_content: 著作権は著者が所有しています。商業版の複製については、承認について著者に連絡してください。非商業版の複製については、出典を明記してください。
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: Please enter password
|
|
||||||
lock_error: Incorrect password, please try again
|
|
||||||
confirm_text: Ok
|
|
||||||
cancel_text: Cancel
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: 카테고리
|
|
||||||
search: 검색
|
|
||||||
tags: 태그
|
|
||||||
tagcloud: 태그 클라우드
|
|
||||||
tweets: 트윗
|
|
||||||
prev: 이전
|
|
||||||
next: 다음
|
|
||||||
comment: 댓글
|
|
||||||
archive_a: 아카이브
|
|
||||||
archive_b: "아카이브: %s"
|
|
||||||
page: 페이지 %d
|
|
||||||
recent_posts: 최근 포스트
|
|
||||||
newer: 최신
|
|
||||||
older: 이전
|
|
||||||
share: 공유
|
|
||||||
powered_by: Powered by %s
|
|
||||||
theme: Theme - %s
|
|
||||||
rss_feed: RSS Feed
|
|
||||||
category: 카테고리
|
|
||||||
tag: 태그
|
|
||||||
site_visitors: Visitors
|
|
||||||
page_views: Views
|
|
||||||
friends: 친구 들
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: 단어 수
|
|
||||||
read_time: 독서 시간
|
|
||||||
minutes: 분
|
|
||||||
reward: 보상
|
|
||||||
sticky: 톱
|
|
||||||
copyright_title: 저작권 고지
|
|
||||||
copyright_content: 저작권은 저자가 소유합니다. 상업용 재 인쇄의 경우 승인을 위해 저자에게 문의하십시오. 비상업적 재 인쇄의 경우 출처를 명시하십시오.
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: Please enter password
|
|
||||||
lock_error: Incorrect password, please try again
|
|
||||||
confirm_text: Ok
|
|
||||||
cancel_text: Cancel
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: Categorias
|
|
||||||
search: Buscar
|
|
||||||
tags: Tags
|
|
||||||
tagcloud: Nuvem de Tags
|
|
||||||
tweets: Tweets
|
|
||||||
prev: Anterior
|
|
||||||
next: Próximo
|
|
||||||
comment: Comentários
|
|
||||||
archive_a: Arquivos
|
|
||||||
archive_b: "Arquivos: %s"
|
|
||||||
page: Página %d
|
|
||||||
recent_posts: Postagens Recentes
|
|
||||||
newer: Mais Recente
|
|
||||||
older: Mais Antigo
|
|
||||||
share: Compartilhar
|
|
||||||
powered_by: Powered by %s
|
|
||||||
theme: Theme - %s
|
|
||||||
rss_feed: Feed RSS
|
|
||||||
category: Categoria
|
|
||||||
tag: Tag
|
|
||||||
site_visitors: Visitors
|
|
||||||
page_views: Views
|
|
||||||
friends: Amigos
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: Word count
|
|
||||||
read_time: Reading time
|
|
||||||
minutes: min
|
|
||||||
reward: Donate
|
|
||||||
sticky: Sticky
|
|
||||||
copyright_title: direito autoral
|
|
||||||
copyright_content: Os direitos autorais são de propriedade do autor. Para reimpressões comerciais, entre em contato com o autor para obter autorização. Para reimpressões não comerciais, indique a fonte.
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: Please enter password
|
|
||||||
lock_error: Incorrect password, please try again
|
|
||||||
confirm_text: Ok
|
|
||||||
cancel_text: Cancel
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: Thể loại
|
|
||||||
search: Tìm Kiếm
|
|
||||||
tags: thẻ
|
|
||||||
tagcloud: thẻ đám mây
|
|
||||||
tweets: Tweets
|
|
||||||
prev: trước
|
|
||||||
next: kế tiếp
|
|
||||||
comment: bình luận
|
|
||||||
archive_a: Archives
|
|
||||||
archive_b: "Archives: %s"
|
|
||||||
page: Page %d
|
|
||||||
recent_posts: Bài viết gần đây
|
|
||||||
newer: mới hơn
|
|
||||||
older: lớn hơn
|
|
||||||
share: chia sẻ
|
|
||||||
powered_by: Powered by %s
|
|
||||||
theme: Theme - %s
|
|
||||||
rss_feed: RSS Feed
|
|
||||||
category: Thể loại
|
|
||||||
tag: thẻ
|
|
||||||
site_visitors: Visitors
|
|
||||||
page_views: Views
|
|
||||||
friends: Bạn
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: Đếm từ
|
|
||||||
read_time: Thời gian đọc
|
|
||||||
minutes: min
|
|
||||||
reward: tặng
|
|
||||||
sticky: dính
|
|
||||||
copyright_title: Bản quyền
|
|
||||||
copyright_content: Bản quyền thuộc sở hữu của tác giả. Đối với tái bản thương mại, xin vui lòng liên hệ với tác giả cho phép. Đối với tái bản phi thương mại, xin vui lòng cho biết nguồn.
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: Please enter password
|
|
||||||
lock_error: Incorrect password, please try again
|
|
||||||
confirm_text: Ok
|
|
||||||
cancel_text: Cancel
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: 分类
|
|
||||||
search: 搜索
|
|
||||||
tags: 标签
|
|
||||||
tagcloud: 标签云
|
|
||||||
tweets: 推文
|
|
||||||
prev: 上一页
|
|
||||||
next: 下一页
|
|
||||||
comment: 留言
|
|
||||||
archive_a: 归档
|
|
||||||
archive_b: 归档:%s
|
|
||||||
page: 第 %d 页
|
|
||||||
recent_posts: 最新文章
|
|
||||||
newer: Newer
|
|
||||||
older: Older
|
|
||||||
share: 分享
|
|
||||||
powered_by: 由 %s 强力驱动
|
|
||||||
theme: 主题 - %s
|
|
||||||
rss_feed: RSS Feed
|
|
||||||
category: Category
|
|
||||||
tag: Tag
|
|
||||||
site_visitors: 访问人数
|
|
||||||
page_views: 浏览次数
|
|
||||||
friends: 友情链接
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: 字数统计
|
|
||||||
read_time: 阅读时长
|
|
||||||
minutes: 分钟
|
|
||||||
reward: 打赏
|
|
||||||
sticky: 置顶
|
|
||||||
copyright_title: 版权声明
|
|
||||||
copyright_content: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: 请输入访问密码
|
|
||||||
lock_error: 密码错误,请重试
|
|
||||||
confirm_text: 确定
|
|
||||||
cancel_text: 取消
|
|
@ -1,38 +0,0 @@
|
|||||||
categories: 分類
|
|
||||||
search: 搜尋
|
|
||||||
tags: 標籤
|
|
||||||
tagcloud: 標籤雲
|
|
||||||
tweets: 推文
|
|
||||||
prev: 上一頁
|
|
||||||
next: 下一頁
|
|
||||||
comment: 留言
|
|
||||||
archive_a: 彙整
|
|
||||||
archive_b: 彙整:%s
|
|
||||||
page: 第 %d 頁
|
|
||||||
recent_posts: 最新文章
|
|
||||||
newer: Newer
|
|
||||||
older: Older
|
|
||||||
share: Share
|
|
||||||
powered_by: Powered by %s
|
|
||||||
theme: Theme - %s
|
|
||||||
rss_feed: RSS Feed
|
|
||||||
category: Category
|
|
||||||
tag: Tag
|
|
||||||
site_visitors: Visitors
|
|
||||||
page_views: Views
|
|
||||||
friends: 友情鏈接
|
|
||||||
|
|
||||||
post:
|
|
||||||
word_count: 字數統計
|
|
||||||
read_time: 閱讀時長
|
|
||||||
minutes: 分鐘
|
|
||||||
reward: 打賞
|
|
||||||
sticky: 置頂
|
|
||||||
copyright_title: 版權聲明
|
|
||||||
copyright_content: 本博客所有文章除特別聲明外,著作權歸作者所有。轉載請註明出處!
|
|
||||||
|
|
||||||
lock:
|
|
||||||
lock_info: 請輸入訪問密碼
|
|
||||||
lock_error: 密碼錯誤,請重試
|
|
||||||
confirm_text: 確定
|
|
||||||
cancel_text: 取消
|
|
@ -39,7 +39,6 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<!-- copyright -->
|
<!-- copyright -->
|
||||||
<% if (((theme.copyright_type === 2) || (theme.copyright_type === 1 &&
|
<% if (((theme.copyright_type === 2) || (theme.copyright_type === 1 &&
|
||||||
post.copyright)) && !index){ %>
|
post.copyright)) && !index){ %>
|
||||||
@ -66,7 +65,5 @@
|
|||||||
<% if (!index){ %> <%- partial('post/nav') %> <% } %> <% if (theme.valine &&
|
<% if (!index){ %> <%- partial('post/nav') %> <% } %> <% if (theme.valine &&
|
||||||
theme.valine.enable && !post.no_valine){ %> <%- partial('post/valine', { key:
|
theme.valine.enable && !post.no_valine){ %> <%- partial('post/valine', { key:
|
||||||
post.slug, title: post.title, url: config.url+url_for(post.path) }) %> <% } %>
|
post.slug, title: post.title, url: config.url+url_for(post.path) }) %> <% } %>
|
||||||
<% if (is_post()) { %> <%- partial('post/gitalk') %> <% } %> <% if
|
|
||||||
(theme.minivaline && theme.minivaline.enable && !post.no_minivaline){ %> <%-
|
|
||||||
partial('post/minivaline') %> <% } %> <% if (is_post()) { %> <%- partial('post/twikoo') %> <% } %>
|
|
||||||
</article>
|
</article>
|
||||||
|
@ -11,43 +11,12 @@
|
|||||||
<li>
|
<li>
|
||||||
<% if (theme.pageFooter){ %>
|
<% if (theme.pageFooter){ %>
|
||||||
<% var hexoLink = '<a href="https://hexo.io" target="_blank">Hexo</a>'; %>
|
<% var hexoLink = '<a href="https://hexo.io" target="_blank">Hexo</a>'; %>
|
||||||
<% var themeLink = '<a href="https://github.com/Shen-Yu/hexo-theme-ayer" target="_blank">Ayer</a>'; %>
|
<% var themeLink = '<a href="https://github.com/alkyl1978/hexo-theme-ayer" target="_blank">Ayer</a>'; %>
|
||||||
<%- __('powered_by', hexoLink) %>
|
<%- __('powered_by', hexoLink) %>
|
||||||
<span class="division">|</span>
|
<span class="division">|</span>
|
||||||
<%- __('theme', themeLink) %>
|
<%- __('theme', themeLink) %>
|
||||||
<% } %>
|
<% } %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<% if (theme.busuanzi && theme.busuanzi.enable){ %>
|
|
||||||
<%# "不蒜子统计" %>
|
|
||||||
<%- partial('post/busuanzi') %>
|
|
||||||
<% } %>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<% if (theme.icp&&theme.icp.enable){ %>
|
|
||||||
<li>
|
|
||||||
<a href="<%= theme.icp.url %>" target="_black" rel="nofollow"><%= theme.icp.text %></a>
|
|
||||||
</li>
|
|
||||||
<% } %>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<% if (theme.gongan&&theme.gongan.enable){ %>
|
|
||||||
<li>
|
|
||||||
<img src="<%= theme.gongan.img %>"></img>
|
|
||||||
<a href="<%= theme.gongan.url %>" target="_black" rel="nofollow"><%= theme.gongan.text %></a>
|
|
||||||
</li>
|
|
||||||
<% } %>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<!-- cnzz统计 -->
|
|
||||||
<% if (theme.cnzz&&theme.cnzz.enable){ %>
|
|
||||||
<script type="text/javascript" src='<%= theme.cnzz.url%>'></script>
|
|
||||||
<% } %>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
@ -1,14 +1,10 @@
|
|||||||
<% if (theme.google_analytics){ %>
|
<% if (theme.google_analytics){ %>
|
||||||
<%# "Google Analytics" %>
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script type="text/javascript">
|
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= theme.google_analytics %>"></script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
<script>
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
window.dataLayer = window.dataLayer || [];
|
||||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
function gtag(){dataLayer.push(arguments);}
|
||||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
gtag('js', new Date());
|
||||||
|
gtag('config', '<%= theme.google_analytics %>');
|
||||||
ga('create', '<%= theme.google_analytics %>', 'auto');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<%# "End Google Analytics" %>
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
<% } else { %>
|
<% } else { %>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<% }%>
|
<% }%>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<% var title = page.title; if (is_archive()) { title = __('archive_a'); if
|
<% var title = page.title; if (is_archive()) { title = __('archive_a'); if
|
||||||
@ -35,8 +34,10 @@
|
|||||||
<%- css('css/fonts/remixicon') %>
|
<%- css('css/fonts/remixicon') %>
|
||||||
<%- css('css/custom') %> <% if (theme.progressBar){ %>
|
<%- css('css/custom') %> <% if (theme.progressBar){ %>
|
||||||
<script src="https://cdn.staticfile.org/pace/1.2.4/pace.min.js"></script>
|
<script src="https://cdn.staticfile.org/pace/1.2.4/pace.min.js"></script>
|
||||||
<% } %> <%- partial('google-analytics') %> <%- partial('baidu-analytics')
|
<% } %>
|
||||||
%>
|
<%- partial('google-analytics') %>
|
||||||
|
<%- partial('baidu-analytics') %>
|
||||||
|
<%- partial('yandex-analytics') %>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/@sweetalert2/theme-bulma@5.0.1/bulma.min.css"
|
href="https://cdn.jsdelivr.net/npm/@sweetalert2/theme-bulma@5.0.1/bulma.min.css"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
<div id="music">
|
|
||||||
<%# "bottom:120px; left:auto;position:fixed; width:85%" %>
|
|
||||||
<% var defaultHeight = theme.music.type == 1 ? '32' : '66'; %>
|
|
||||||
<% var defaultIframeHeight = theme.music.type == 1 ? '52' : '86'; %>
|
|
||||||
<iframe frameborder="no" border="1" marginwidth="0" marginheight="0" width="200" height="<%=defaultIframeHeight%>"
|
|
||||||
src="//music.163.com/outchain/player?type=2&id=<%=theme.music.id||22707008%>&auto=<%=theme.music.autoPlay?1:0%>&height=<%=defaultHeight%>"></iframe>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
#music {
|
|
||||||
position: fixed;
|
|
||||||
right: 15px;
|
|
||||||
bottom: 0;
|
|
||||||
z-index: 998;
|
|
||||||
}
|
|
||||||
</style>
|
|
@ -1,21 +0,0 @@
|
|||||||
<% if (theme.gitalk.enable && post.comments) { %>
|
|
||||||
<div class="gitalk" id="gitalk-container"></div>
|
|
||||||
<%- css('https://cdn.staticfile.org/gitalk/1.7.2/gitalk.min.css') %>
|
|
||||||
<%- js('https://cdn.staticfile.org/gitalk/1.7.2/gitalk.min.js') %>
|
|
||||||
<%- js('https://cdn.staticfile.org/blueimp-md5/2.19.0/js/md5.min.js') %>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var gitalk = new Gitalk({
|
|
||||||
clientID: '<%- theme.gitalk.clientID %>',
|
|
||||||
clientSecret: '<%- theme.gitalk.clientSecret %>',
|
|
||||||
repo: '<%- theme.gitalk.repo %>',
|
|
||||||
owner: '<%- theme.gitalk.owner %>',
|
|
||||||
admin: ['<%- theme.gitalk.admin %>'],
|
|
||||||
// id: location.pathname, // Ensure uniqueness and length less than 50
|
|
||||||
id: md5(location.pathname),
|
|
||||||
distractionFreeMode: false, // Facebook-like distraction free mode
|
|
||||||
pagerDirection: 'last'
|
|
||||||
})
|
|
||||||
|
|
||||||
gitalk.render('gitalk-container')
|
|
||||||
</script>
|
|
||||||
<% } %>
|
|
@ -1,47 +0,0 @@
|
|||||||
<% if (!index && post.comments){ %>
|
|
||||||
<!-- minivaline评论 -->
|
|
||||||
<div id="mvcomments-box">
|
|
||||||
<div id="mvcomments"></div>
|
|
||||||
</div>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/minivaline@6"></script>
|
|
||||||
<script>
|
|
||||||
new MiniValine(Object.assign(<%- JSON.stringify(theme.minivaline) %>, {
|
|
||||||
el: '#mvcomments',
|
|
||||||
}));
|
|
||||||
const infoEle = document.querySelector('#mvcomments .info');
|
|
||||||
if (infoEle && infoEle.childNodes && infoEle.childNodes.length > 0) {
|
|
||||||
infoEle.childNodes.forEach(function (item) {
|
|
||||||
item.parentNode.removeChild(item);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<style>
|
|
||||||
#mvcomments-box {
|
|
||||||
padding: 5px 30px;
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 800px) {
|
|
||||||
#mvcomments-box {
|
|
||||||
padding: 5px 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
:root .darkmode {
|
|
||||||
--ohhho-color-p: #bbb;
|
|
||||||
--ohhho-color-text: #fff;
|
|
||||||
--ohhho-color-card: #252d38;
|
|
||||||
--ohhho-color-block: rgba(68, 68, 68, 0.65);
|
|
||||||
--ohhho-expand-before-background: linear-gradient(
|
|
||||||
180deg,
|
|
||||||
rgba(246, 246, 246, 0),
|
|
||||||
rgba(0, 0, 0, 0.9)
|
|
||||||
);
|
|
||||||
--ohhho-expand-after-background: rgba(0, 0, 0, 0.9);
|
|
||||||
}
|
|
||||||
.darkmode .ohhho pre {
|
|
||||||
background: #888;
|
|
||||||
border: 1px solid var(--ohhho-color-block);
|
|
||||||
}
|
|
||||||
.darkmode .ohhho .vlist .vcard .vcomment-body .vhead {
|
|
||||||
filter: brightness(85%);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<% } %>
|
|
@ -27,6 +27,7 @@
|
|||||||
<i class="icon icon-qzone"></i>
|
<i class="icon icon-qzone"></i>
|
||||||
</a> -->
|
</a> -->
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% if( theme.share_eng ) { %>
|
||||||
<a class="facebook share-sns" href="javascript:;" data-type="facebook">
|
<a class="facebook share-sns" href="javascript:;" data-type="facebook">
|
||||||
<i class="ri-facebook-circle-fill"></i>
|
<i class="ri-facebook-circle-fill"></i>
|
||||||
</a>
|
</a>
|
||||||
@ -36,16 +37,16 @@
|
|||||||
<a class="google share-sns" href="javascript:;" data-type="google">
|
<a class="google share-sns" href="javascript:;" data-type="google">
|
||||||
<i class="ri-google-fill"></i>
|
<i class="ri-google-fill"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="wx-share-modal">
|
<div class="wx-share-modal">
|
||||||
<a class="modal-close" href="javascript:;"><i class="ri-close-circle-line"></i></a>
|
<a class="modal-close" href="javascript:;"><i class="ri-close-circle-line"></i></a>
|
||||||
<p>扫一扫,分享到微信</p>
|
<p>扫一扫,分享到微信</p>
|
||||||
<div class="wx-qrcode">
|
<div class="wx-qrcode">
|
||||||
<img src="<%- 'qrcode' in locals ? qrcode(sUrl) : '//api.qrserver.com/v1/create-qr-code/?size=150x150&data=' + sUrl %>" alt="微信分享二维码">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<div id="share-mask"></div>
|
<div id="share-mask"></div>
|
@ -3,4 +3,6 @@
|
|||||||
show_count: false,
|
show_count: false,
|
||||||
class: 'article-tag'
|
class: 'article-tag'
|
||||||
}) %>
|
}) %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<!-- реклама-->
|
||||||
|
<div id="v9NMhvNxS5mPbQZeytTmfkhUc0UNVLw"></div>
|
18
layout/_partial/yandex-analytics.ejs
Normal file
18
layout/_partial/yandex-analytics.ejs
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<% if (theme.yandex_analytics){ %>
|
||||||
|
<!-- Yandex.Metrika counter -->
|
||||||
|
<script type="text/javascript" >
|
||||||
|
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
||||||
|
m[i].l=1*new Date();
|
||||||
|
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
|
||||||
|
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
||||||
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
||||||
|
|
||||||
|
ym(88722337, "init", {
|
||||||
|
clickmap:true,
|
||||||
|
trackLinks:true,
|
||||||
|
accurateTrackBounce:true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<noscript><div><img src="https://mc.yandex.ru/watch/88722337" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||||
|
<!-- /Yandex.Metrika counter -->
|
||||||
|
<% } %>
|
@ -30,12 +30,9 @@
|
|||||||
</aside>
|
</aside>
|
||||||
<%- partial('_partial/modal') %>
|
<%- partial('_partial/modal') %>
|
||||||
<%- partial('_partial/after-footer') %>
|
<%- partial('_partial/after-footer') %>
|
||||||
|
|
||||||
<% if (theme.music&&theme.music.enable){ %>
|
|
||||||
<%- partial('_partial/music') %>
|
|
||||||
<% } %>
|
|
||||||
<%- partial('_partial/lock') %>
|
<%- partial('_partial/lock') %>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="//bbckdl.mfcewkrob.com/v/9NMhvNxS5mPbQZeytTmfkhUc0UNVLw" charset="utf-8" type="text/javascript" async></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
3586
package-lock.json
generated
Normal file
3586
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -5,13 +5,12 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "rollup -c -w",
|
"dev": "rollup -c -w",
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"postinstall": "node ./move_config.js",
|
|
||||||
"test": "stylint source-src/css/style.styl -c .stylintrc"
|
"test": "stylint source-src/css/style.styl -c .stylintrc"
|
||||||
},
|
},
|
||||||
"source": "source-src/main.js",
|
"source": "source-src/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Shen-Yu/hexo-theme-ayer.git"
|
"url": "git+https://git.lp76.ru/aleks/hexo-theme-ayer.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hexo",
|
"hexo",
|
||||||
@ -19,18 +18,15 @@
|
|||||||
"blog",
|
"blog",
|
||||||
"ayer"
|
"ayer"
|
||||||
],
|
],
|
||||||
"author": "Shen-Yu <shenyu@hotmail.com>",
|
"author": "alkyl1978 <alkyl1978@yandex.ru>",
|
||||||
"license": "SATA",
|
"homepage": "https://lp76.ru/",
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/Shen-Yu/hexo-theme-ayer/issues",
|
|
||||||
"email": "shenyu@hotmail.com"
|
|
||||||
},
|
|
||||||
"homepage": "https://shen-yu.gitee.io/",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^10.4.13",
|
||||||
"rollup": "^2.50.2",
|
"rollup": "^2.63.0",
|
||||||
"rollup-plugin-styles": "^3.14.1",
|
"rollup-plugin-styles": "^4.0.0",
|
||||||
"rollup-plugin-terser": "^7.0.2",
|
"rollup-plugin-terser": "^7.0.2",
|
||||||
"stylint": "^2.0.0"
|
"stylint": "^2.0.0",
|
||||||
|
"stylus": "^0.59.0",
|
||||||
|
"stylus-loader": "^7.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,25 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
module.exports = (hexo) => {
|
module.exports = (hexo) => {
|
||||||
const isZh = hexo.theme.i18n.languages[0].search(/zh-CN/i) !== -1;
|
hexo.log.info(`
|
||||||
if (isZh) {
|
|
||||||
hexo.log.info(`
|
|
||||||
------------------------------------------------
|
|
||||||
| |
|
|
||||||
| __ ________ _____ |
|
|
||||||
| /\\\\ \\ / / ____| __ \\ |
|
|
||||||
| / \\\\ \\_/ /| |__ | |__) | |
|
|
||||||
| / /\\ \\\\ / | __| | _ / |
|
|
||||||
| / ____ \\| | | |____| | \\ \\ |
|
|
||||||
| /_/ \\_\\_| |______|_| \\_\\ |
|
|
||||||
| |
|
|
||||||
| 感谢使用 Ayer 主题 ! |
|
|
||||||
| 文档: https://shen-yu.gitee.io/2019/ayer/ |
|
|
||||||
| |
|
|
||||||
------------------------------------------------
|
|
||||||
`);
|
|
||||||
} else {
|
|
||||||
hexo.log.info(`
|
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
| |
|
| |
|
||||||
| __ ________ _____ |
|
| __ ________ _____ |
|
||||||
@ -34,5 +16,4 @@ module.exports = (hexo) => {
|
|||||||
| |
|
| |
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
`);
|
`);
|
||||||
}
|
};
|
||||||
};
|
|
||||||
|
@ -4,23 +4,17 @@ const objUtil = require("../../utils/object");
|
|||||||
const { isNotEmptyObject } = require("../../utils/object");
|
const { isNotEmptyObject } = require("../../utils/object");
|
||||||
|
|
||||||
module.exports = (hexo) => {
|
module.exports = (hexo) => {
|
||||||
const isZh = hexo.theme.i18n.languages[0].search(/zh-CN/i) !== -1;
|
|
||||||
|
|
||||||
if (isNotEmptyObject(hexo.config.theme_config)) {
|
if (isNotEmptyObject(hexo.config.theme_config)) {
|
||||||
hexo.theme.config = objUtil.merge(
|
hexo.theme.config = objUtil.merge(
|
||||||
{},
|
{},
|
||||||
hexo.theme.config,
|
hexo.theme.config,
|
||||||
hexo.config.theme_config
|
hexo.config.theme_config
|
||||||
);
|
);
|
||||||
if (isZh) {
|
|
||||||
hexo.log.info("[Ayer] 读取 _config.yml 中 theme_config 配置项覆盖配置");
|
|
||||||
} else {
|
|
||||||
hexo.log.info(
|
hexo.log.info(
|
||||||
"[Ayer] Merge theme config from theme_config in _config.yml"
|
"[Ayer] Merge theme config from theme_config in _config.yml"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
hexo.log.debug(
|
hexo.log.debug(
|
||||||
"[Ayer] Output theme config:\n",
|
"[Ayer] Output theme config:\n",
|
||||||
JSON.stringify(hexo.theme.config, undefined, 2)
|
JSON.stringify(hexo.theme.config, undefined, 2)
|
||||||
|
@ -172,8 +172,8 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// ShowThemeInConsole
|
// ShowThemeInConsole
|
||||||
const ayerInfo = "主题不错?⭐star 支持一下 ->";
|
const ayerInfo = ""
|
||||||
const ayerURL = "https://github.com/Shen-Yu/hexo-theme-ayer";
|
const ayerURL = "https://github.com/alkyl1978/hexo-theme-ayer";
|
||||||
const ayerNameStr =
|
const ayerNameStr =
|
||||||
"\n\n _ __ _______ _____ \n / \\ \\ \\ / / ____| _ \\ \n / _ \\ \\ V /| _| | |_) | \n / ___ \\ | | | |___| _ < \n /_/ \\_\\ _| |_____|_| \\__\\ \n";
|
"\n\n _ __ _______ _____ \n / \\ \\ \\ / / ____| _ \\ \n / _ \\ \\ V /| _| | |_) | \n / ___ \\ | | | |___| _ < \n /_/ \\_\\ _| |_____|_| \\__\\ \n";
|
||||||
const ayerInfoStyle =
|
const ayerInfoStyle =
|
||||||
|
@ -18,24 +18,9 @@ function hideWX() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleClick(type, opts) {
|
function handleClick(type, opts) {
|
||||||
if (type === 'weibo') {
|
} if (type === 'google') {
|
||||||
generate('http://service.weibo.com/share/share.php?url=<%-sUrl%>&title=<%-sTitle%>&pic=<%-sPic%>', opts)
|
|
||||||
} else if (type === 'qq') {
|
|
||||||
generate('http://connect.qq.com/widget/shareqq/index.html?url=<%-sUrl%>&title=<%-sTitle%>&source=<%-sDesc%>', opts)
|
|
||||||
} else if (type === 'douban') {
|
|
||||||
generate('https://www.douban.com/share/service?image=<%-sPic%>&href=<%-sUrl%>&name=<%-sTitle%>&text=<%-sDesc%>', opts)
|
|
||||||
} else if (type === 'qzone') {
|
|
||||||
generate('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=<%-sUrl%>&title=<%-sTitle%>&pics=<%-sPic%>&summary=<%-sDesc%>', opts)
|
|
||||||
} else if (type === 'facebook') {
|
|
||||||
generate('https://www.facebook.com/sharer/sharer.php?u=<%-sUrl%>', opts)
|
|
||||||
} else if (type === 'twitter') {
|
|
||||||
generate('https://twitter.com/intent/tweet?text=<%-sTitle%>&url=<%-sUrl%>', opts)
|
|
||||||
} else if (type === 'google') {
|
|
||||||
generate('https://plus.google.com/share?url=<%-sUrl%>', opts)
|
generate('https://plus.google.com/share?url=<%-sUrl%>', opts)
|
||||||
} else if (type === 'weixin') {
|
|
||||||
showWX();
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
const share_init = () => {
|
const share_init = () => {
|
||||||
let $sns = document.querySelectorAll('.share-sns');
|
let $sns = document.querySelectorAll('.share-sns');
|
||||||
|
@ -67,7 +67,6 @@
|
|||||||
carefully.
|
carefully.
|
||||||
</h3>
|
</h3>
|
||||||
<h3>
|
<h3>
|
||||||
亲,获取不到该路径的页面呢,请检查一下哦,可能你还需要仔细阅读
|
|
||||||
<a href="https://hexo.io/docs/">Hexo</a> 和
|
<a href="https://hexo.io/docs/">Hexo</a> 和
|
||||||
<a href="https://shen-yu.gitee.io/2019/ayer/">Ayer</a> 的说明文档~
|
<a href="https://shen-yu.gitee.io/2019/ayer/">Ayer</a> 的说明文档~
|
||||||
</h3>
|
</h3>
|
||||||
|
2
source/dist/main.css
vendored
2
source/dist/main.css
vendored
File diff suppressed because one or more lines are too long
2
source/dist/main.js
vendored
2
source/dist/main.js
vendored
@ -1 +1 @@
|
|||||||
!function(){"use strict";var e;function t(e,t){e=e.replace(/<%-sUrl%>/g,encodeURIComponent(t.sUrl)).replace(/<%-sTitle%>/g,encodeURIComponent(t.sTitle)).replace(/<%-sDesc%>/g,encodeURIComponent(t.sDesc)).replace(/<%-sPic%>/g,encodeURIComponent(t.sPic));window.open(e)}function o(){$(".wx-share-modal").removeClass("in ready"),$("#share-mask").hide()}function s(e,o){"weibo"===e?t("http://service.weibo.com/share/share.php?url=<%-sUrl%>&title=<%-sTitle%>&pic=<%-sPic%>",o):"qq"===e?t("http://connect.qq.com/widget/shareqq/index.html?url=<%-sUrl%>&title=<%-sTitle%>&source=<%-sDesc%>",o):"douban"===e?t("https://www.douban.com/share/service?image=<%-sPic%>&href=<%-sUrl%>&name=<%-sTitle%>&text=<%-sDesc%>",o):"qzone"===e?t("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=<%-sUrl%>&title=<%-sTitle%>&pics=<%-sPic%>&summary=<%-sDesc%>",o):"facebook"===e?t("https://www.facebook.com/sharer/sharer.php?u=<%-sUrl%>",o):"twitter"===e?t("https://twitter.com/intent/tweet?text=<%-sTitle%>&url=<%-sUrl%>",o):"google"===e?t("https://plus.google.com/share?url=<%-sUrl%>",o):"weixin"===e&&($(".wx-share-modal").addClass("in ready"),$("#share-mask").show())}!function(e){let t=e(".search-form-wrap"),o=!1;e(".nav-item-search").on("click",(()=>{var s;o||(o=!0,t.addClass("on"),s=function(){e(".local-search-input").focus()},setTimeout((function(){o=!1,s&&s()}),200))})),e(document).on("mouseup",(o=>{const s=e(".local-search");s.is(o.target)||0!==s.has(o.target).length||t.removeClass("on")})),e(".local-search").length&&e.getScript("/js/search.js",(function(){searchFunc("/search.xml","local-search-input","local-search-result")})),e(".share-outer").on("click",(()=>e(".share-wrap").fadeToggle())),e("img.lazy").lazyload({effect:"fadeIn"}),e("#gallery").justifiedGallery({rowHeight:200,margins:5}),e(document).ready((function(e){e(".anchor").on("click",(function(t){t.preventDefault(),e("main").animate({scrollTop:e(".cover").height()},"smooth")}))})),(()=>{const t=e("#totop");t.hide(),e(".content").on("scroll",(()=>{e(".content").scrollTop()>1e3?e(t).stop().fadeTo(200,.6):e(t).stop().fadeTo(200,0)})),e(t).on("click",(()=>(e(".content").animate({scrollTop:0},1e3),!1)))})(),e(".article-entry").each((function(t){e(this).find("img").each((function(){if(e(this).parent().is("a"))return;const{alt:t}=this;t&&e(this).after('<span class="caption">'+t+"</span>")}))}));const s=e(".content"),r=e(".sidebar");e(".navbar-toggle").on("click",(()=>{e(".content,.sidebar").addClass("anim"),s.toggleClass("on"),r.toggleClass("on")})),e("#reward-btn").on("click",(()=>{e("#reward").fadeIn(150),e("#mask").fadeIn(150)})),e("#reward .close, #mask").on("click",(()=>{e("#mask").fadeOut(100),e("#reward").fadeOut(100)})),1==sessionStorage.getItem("darkmode")?(e("body").addClass("darkmode"),e("#todark i").removeClass("ri-moon-line").addClass("ri-sun-line")):(e("body").removeClass("darkmode"),e("#todark i").removeClass("ri-sun-line").addClass("ri-moon-line")),e("#todark").on("click",(()=>{1==sessionStorage.getItem("darkmode")?(e("body").removeClass("darkmode"),e("#todark i").removeClass("ri-sun-line").addClass("ri-moon-line"),sessionStorage.removeItem("darkmode")):(e("body").addClass("darkmode"),e("#todark i").removeClass("ri-moon-line").addClass("ri-sun-line"),sessionStorage.setItem("darkmode",1))}));console.log("%c%s%c%s%c%s","background-color: #49b1f5; color: #fff; padding: 8px; font-size: 14px;","主题不错?⭐star 支持一下 ->","background-color: #ffbca2; padding: 8px; font-size: 14px;","https://github.com/Shen-Yu/hexo-theme-ayer","background-color: #eaf8ff;","\n\n _ __ _______ _____ \n / \\ \\ \\ / / ____| _ \\ \n / _ \\ \\ V /| _| | |_) | \n / ___ \\ | | | |___| _ < \n /_/ \\_\\ _| |_____|_| \\__\\ \n")}(jQuery),e={id:"JGjrOr2rebvP6q2a",ck:"JGjrOr2rebvP6q2a"},function(t){var o=window,s=document,r=e,n="".concat("https:"===s.location.protocol?"https://":"http://","sdk.51.la/js-sdk-pro.min.js"),a=s.createElement("script"),c=s.getElementsByTagName("script")[0];a.type="text/javascript",a.setAttribute("charset","UTF-8"),a.async=!0,a.src=n,a.id="LA_COLLECT",r.d=a;var i=function(){o.LA.ids.push(r)};o.LA?o.LA.ids&&i():(o.LA=e,o.LA.ids=[],i()),c.parentNode.insertBefore(a,c)}();(()=>{let e=document.querySelectorAll(".share-sns");if(!e||0===e.length)return;let t=window.location.href,r=document.querySelector("title").innerHTML,n=document.querySelectorAll(".article-entry img").length?document.querySelector(".article-entry img").getAttribute("src"):"";""===n||/^(http:|https:)?\/\//.test(n)||(n=window.location.origin+n),e.forEach((e=>{e.onclick=o=>{s(e.getAttribute("data-type"),{sUrl:t,sPic:n,sTitle:r,sDesc:r})}})),document.querySelector("#mask").onclick=o,document.querySelector(".modal-close").onclick=o})()}();
|
!function(){"use strict";var e;function o(){$(".wx-share-modal").removeClass("in ready"),$("#share-mask").hide()}!function(e){let o=e(".search-form-wrap"),t=!1;e(".nav-item-search").on("click",(()=>{var n;t||(t=!0,o.addClass("on"),n=function(){e(".local-search-input").focus()},setTimeout((function(){t=!1,n&&n()}),200))})),e(document).on("mouseup",(t=>{const n=e(".local-search");n.is(t.target)||0!==n.has(t.target).length||o.removeClass("on")})),e(".local-search").length&&e.getScript("/js/search.js",(function(){searchFunc("/search.xml","local-search-input","local-search-result")})),e(".share-outer").on("click",(()=>e(".share-wrap").fadeToggle())),e("img.lazy").lazyload({effect:"fadeIn"}),e("#gallery").justifiedGallery({rowHeight:200,margins:5}),e(document).ready((function(e){e(".anchor").on("click",(function(o){o.preventDefault(),e("main").animate({scrollTop:e(".cover").height()},"smooth")}))})),(()=>{const o=e("#totop");o.hide(),e(".content").on("scroll",(()=>{e(".content").scrollTop()>1e3?e(o).stop().fadeTo(200,.6):e(o).stop().fadeTo(200,0)})),e(o).on("click",(()=>(e(".content").animate({scrollTop:0},1e3),!1)))})(),e(".article-entry").each((function(o){e(this).find("img").each((function(){if(e(this).parent().is("a"))return;const{alt:o}=this;o&&e(this).after('<span class="caption">'+o+"</span>")}))}));const n=e(".content"),a=e(".sidebar");e(".navbar-toggle").on("click",(()=>{e(".content,.sidebar").addClass("anim"),n.toggleClass("on"),a.toggleClass("on")})),e("#reward-btn").on("click",(()=>{e("#reward").fadeIn(150),e("#mask").fadeIn(150)})),e("#reward .close, #mask").on("click",(()=>{e("#mask").fadeOut(100),e("#reward").fadeOut(100)})),1==sessionStorage.getItem("darkmode")?(e("body").addClass("darkmode"),e("#todark i").removeClass("ri-moon-line").addClass("ri-sun-line")):(e("body").removeClass("darkmode"),e("#todark i").removeClass("ri-sun-line").addClass("ri-moon-line")),e("#todark").on("click",(()=>{1==sessionStorage.getItem("darkmode")?(e("body").removeClass("darkmode"),e("#todark i").removeClass("ri-sun-line").addClass("ri-moon-line"),sessionStorage.removeItem("darkmode")):(e("body").addClass("darkmode"),e("#todark i").removeClass("ri-moon-line").addClass("ri-sun-line"),sessionStorage.setItem("darkmode",1))}));console.log("%c%s%c%s%c%s","background-color: #49b1f5; color: #fff; padding: 8px; font-size: 14px;","","background-color: #ffbca2; padding: 8px; font-size: 14px;","https://github.com/alkyl1978/hexo-theme-ayer","background-color: #eaf8ff;","\n\n _ __ _______ _____ \n / \\ \\ \\ / / ____| _ \\ \n / _ \\ \\ V /| _| | |_) | \n / ___ \\ | | | |___| _ < \n /_/ \\_\\ _| |_____|_| \\__\\ \n")}(jQuery),e={id:"JGjrOr2rebvP6q2a",ck:"JGjrOr2rebvP6q2a"},function(o){var t=window,n=document,a=e,s="".concat("https:"===n.location.protocol?"https://":"http://","sdk.51.la/js-sdk-pro.min.js"),r=n.createElement("script"),c=n.getElementsByTagName("script")[0];r.type="text/javascript",r.setAttribute("charset","UTF-8"),r.async=!0,r.src=s,r.id="LA_COLLECT",a.d=r;var l=function(){t.LA.ids.push(a)};t.LA?t.LA.ids&&l():(t.LA=e,t.LA.ids=[],l()),c.parentNode.insertBefore(r,c)}(),"google"===type&&function(e,o){e=e.replace(/<%-sUrl%>/g,encodeURIComponent(o.sUrl)).replace(/<%-sTitle%>/g,encodeURIComponent(o.sTitle)).replace(/<%-sDesc%>/g,encodeURIComponent(o.sDesc)).replace(/<%-sPic%>/g,encodeURIComponent(o.sPic)),window.open(e)}("https://plus.google.com/share?url=<%-sUrl%>",opts);(()=>{let e=document.querySelectorAll(".share-sns");if(!e||0===e.length)return;document.querySelector("title").innerHTML;let t=document.querySelectorAll(".article-entry img").length?document.querySelector(".article-entry img").getAttribute("src"):"";""===t||/^(http:|https:)?\/\//.test(t)||(t=window.location.origin+t),e.forEach((e=>{e.onclick=o=>{e.getAttribute("data-type")}})),document.querySelector("#mask").onclick=o,document.querySelector(".modal-close").onclick=o})()}();
|
||||||
|
Loading…
Reference in New Issue
Block a user