Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4dc27165b9 | ||
|
77caffdbfa | ||
|
9767e1fa3f | ||
|
83572e499b | ||
|
ea8711e0ca | ||
|
5fc9da7249 | ||
|
b7c3ce4f21 |
8
.github/FUNDING.yml
vendored
8
.github/FUNDING.yml
vendored
@@ -2,11 +2,15 @@
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective 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: http://afdian.net/@shenyu
|
||||
custom:
|
||||
[
|
||||
"https://shen-yu.gitee.io/images/wechat.jpg",
|
||||
"https://shen-yu.gitee.io/images/alipay.jpg",
|
||||
]
|
||||
|
@@ -7,4 +7,4 @@ cache:
|
||||
|
||||
install: npm install
|
||||
|
||||
script: npm run build
|
||||
script: npm run test
|
23
README.md
23
README.md
@@ -79,9 +79,9 @@ git pull
|
||||
```
|
||||
|
||||
## Multi Language Support
|
||||
zh-CN(中文简体) en(English) zh-TW(中文繁体) ja(Japanese) es(Spanish) de(German) fr(French) ru(Russian) ko(Korean) vi(Vietnamese) nl(Dutch) no(Norwegian) pt(Portuguese)
|
||||
zh-CN(中文简体) en(English) zh-TW(中文繁体) ja(日本語) es(Español) de(Deutsch) fr(Français) ru(Русский) ko(한국어) vi(Tiếng Việt) nl(Nederlands) no(norsk) pt(Português)
|
||||
|
||||
English is default languge, if you want to change, modify `language` option in `_config.yml` file in your blog's root folder.
|
||||
English is default languge, if you want to change, modify `language` option in `_config.yml` file in your Hexo blog's root folder.
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -423,6 +423,17 @@ 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>.
|
||||
@@ -430,15 +441,11 @@ Use Tocbot to parse the title tags (h1~h6) in the content and insert the directo
|
||||
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>
|
||||
本项目采用<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或者提一些建设性的意见
|
||||
- 告诉你的朋友们这个开源项目碉堡了(博主: 就像我在宣传SATA)
|
||||
- 告诉你的朋友们这是一个多棒的开源项目
|
||||
- 当然,你也可以只是在心里默默的感激,不用让全世界都知道
|
||||
|
||||
## Stargazers over time
|
||||
|
||||
[](https://starchart.cc/Shen-Yu/hexo-theme-ayer)
|
||||
|
11
package.json
11
package.json
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "hexo-theme-ayer",
|
||||
"version": "1.8.14",
|
||||
"version": "1.8.16",
|
||||
"description": "a clean and elegant theme for hexo.",
|
||||
"scripts": {
|
||||
"dev": "parcel serve source-src/main.js -d source/dist",
|
||||
"build": "rimraf source/dist && parcel build source-src/main.js -d source/dist --no-source-maps",
|
||||
"postinstall": "node ./move_config.js"
|
||||
"postinstall": "node ./move_config.js",
|
||||
"test": "stylint source-src/css/style.styl -c .stylintrc"
|
||||
},
|
||||
"source": "source-src/main.js",
|
||||
"repository": {
|
||||
@@ -30,7 +31,7 @@
|
||||
"cssnano": "^4.1.10",
|
||||
"parcel-bundler": "^1.12.4",
|
||||
"parcel-plugin-bundle-visualiser": "^1.2.0",
|
||||
"postcss-modules": "^1.5.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
"postcss-modules": "^1.5.0",
|
||||
"stylint": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
@@ -30,7 +30,7 @@ body
|
||||
margin 0
|
||||
overflow-x hidden
|
||||
text-size-adjust 100%
|
||||
// Dark Mode
|
||||
//Dark Mode
|
||||
&.darkmode
|
||||
darkmode()
|
||||
|
||||
@@ -49,7 +49,7 @@ img
|
||||
max-width 100%
|
||||
|
||||
button
|
||||
outline: none
|
||||
outline: 0
|
||||
cursor pointer
|
||||
|
||||
@import "_extend"
|
||||
@@ -77,7 +77,7 @@ button
|
||||
if sidebar
|
||||
@import "_partial/sidebar"
|
||||
|
||||
// Media Query
|
||||
//Media Query
|
||||
@media (max-width: 768px)
|
||||
html
|
||||
font-size: 60%
|
Reference in New Issue
Block a user