[Github]hexo-theme-ayer
[Github]hexo-theme-ayer
Mybbs —— 开源MC社区一个干净且优雅的 Hexo 主题
🌊 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 if you have any queries or advice during the process of using,
注:收藏本主题请点右上角 Star,谢谢~~
如果你想给主题添砖加瓦,可以点右上角 Fork,然后给此仓库提交 PR
Preview 预览
中文说明
国内镜像
Install
For hexo >= 5.0
1 | npm i hexo-theme-ayer -S |
- If this theme is newly installed, a
_config.ayer.yml
file will be generated in the root directory after the installation is complete, and you can directly edit the_config.ayer.yml
file for configuration. - If it is a theme upgrade, you can use the configuration method of hexo < 5.0, or you can move the original configuration file to the root directory and rename it to
_config.ayer.yml
.
For hexo < 5.0
1 | git clone https://github.com/Shen-Yu/hexo-theme-ayer.git themes/ayer |
Enable
Modify theme
setting in _config.yml
to ayer
1 | theme: ayer |
Update
1 | cd themes/ayer |
Multi Language Support
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 Hexo blog’s root folder.
Configuration
let me know if you have any questions.
1 | # Menu-Sidebar |
Plugins
hexo-generator-search (for Local Search)
1
$ npm install hexo-generator-searchdb --save
Then add the plugin configuration in hexo’s configuration file
_config.yml
(note: not the theme’s configuration file):1
2
3
4
5# Hexo-generator-search
search:
path: search.xml
field: post
format: htmlhexo-generator-feed (for RSS)
1
$ npm install hexo-generator-feed --save
Then add the plugin configuration in hexo’s configuration file
_config.yml
(note: not the theme’s configuration file):1
2
3
4
5
6
7
8
9feed:m
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: ' '
order_by: -datehexo-generator-index-pin-top (for Sticky Post)
1
2$ npm uninstall hexo-generator-index --save
$ npm install hexo-generator-index-pin-top --save
Categories
1 | hexo new page categories |
Then paste following codes to file: /source/categories/index.md
1 | --- |
Tags
Same as categories.
Friend Links
1 | hexo new page friends |
Then paste following codes to file: /source/friends/index.md
1 | --- |
Then edit friends_link
in _config.yml
Gallery
Need to write in the head of the markdown, this is not a good way to write, I hope to get a better way to write on github.
1 | --- |
Toc
Use Tocbot to parse the title tags (h1~h6) in the content and insert the directory.
ayer/_config.yml
1
2# Toc
toc: trueIf Toc is turned on in ayer/_config.yml, then Tocbot will generate a Toc article directory in the title tag of each blog parsing content, but not all blogs require Toc, so in the Front-matter section of markdown Can be closed:
1
2
3---
no_toc: true
---
Code Contributors
This project exists thanks to all the people who contribute.
Stargazers over time
License
Ayer by Eric-Shen is licensed under SATA-License.
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!
本项目采用SATA开源协议,在遵守 MIT 许可证的前提下,你应该马不停蹄的给这个开源项目“点个赞”,比如 github 右上角的 star,然后你应该感谢这个开源项目的作者,作者信息可以在许可证头部的版权声明部分找到。
下面是几条 SATA 作者推荐的感谢途径,也是 SATA 包含的内容:
- 给你使用的开源项目的作者发个 Email,和他交个朋友
- 提出你在使用过程中发现的 BUG 或者提一些建设性的意见
- 告诉你的朋友们这是一个多棒的开源项目
- 当然,你也可以只是在心里默默的感激,不用让全世界都知道