https://github.com/yelog/hexo-theme-3-hexo
hexo主题:三段式设计、极简、方便 Hexo theme: three-stage design
https://github.com/yelog/hexo-theme-3-hexo
3-hexo hexo hexo-theme hexo-theme-3-hexo
Last synced: about 1 month ago
JSON representation
hexo主题:三段式设计、极简、方便 Hexo theme: three-stage design
- Host: GitHub
- URL: https://github.com/yelog/hexo-theme-3-hexo
- Owner: yelog
- License: mit
- Created: 2017-02-05T09:26:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T02:42:04.000Z (about 1 year ago)
- Last Synced: 2024-05-20T09:17:37.053Z (11 months ago)
- Topics: 3-hexo, hexo, hexo-theme, hexo-theme-3-hexo
- Language: JavaScript
- Homepage: https://yelog.org
- Size: 1.77 MB
- Stars: 666
- Watchers: 26
- Forks: 196
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - yelog/hexo-theme-3-hexo - stage design|397| (Content)
README
hexo-theme-3-hexo
================
3-hexo 是为 [hexo](https://github.com/tommy351/hexo) 制作的主题。三段式设计、方便。你可以点击: [我的博客](https://yelog.org/) 查看效果如果想要体验手机浏览效果,可以扫以下二维码:

配置及说明: [3-hexo使用说明](http://yelog.org/2017/03/23/3-hexo-instruction/)
功能更新日志:[3-hexo开发日志-持续更新](http://yelog.org/2017/03/13/3-hexo-logs/)
——————————————
**关于主题:**1. 极简体验
2. 三段式设计
3. 通过文章分类、标签或标题关键字检索
4. 移动端适配
5. 评论
6. 多作者模式
7. 全文快捷键## 安装
```bash
git clone https://github.com/yelog/hexo-theme-3-hexo.git themes/3-hexo
```
修改hexo根目录的`_config.yml`,如下
```yaml
theme: 3-hexo
```## 更新
```bash
cd themes/3-hexo
git pull
```
## 外观
### 整体设计
**三段式设计:**

### 通过分类过滤

### 通过标题关键字搜索

### 通过作者搜索
**若开启了多作者模式,则可以通过输入@,进行作者搜索,如下所示**

### 通过标签搜索
**输入#,就会出现标签提示**

### 评论功能

### 打赏功能

### 文章置顶

### 返回头部
## 效果博客
- [程忧点滴](https://www.chenuon.cn/)
- [wallleap](https://wallleap.cn)## 致谢
作者Peiwen Lu的jekyll主题:[3-jekyll](https://github.com/P233/3-Jekyll)主题
作者Yansu的[blog](http://yansu.org/)
作者litten的[hexo-theme-yilia](https://github.com/litten/hexo-theme-yilia)主题