https://github.com/iJinxin/hexo-theme-sky
a concise theme for hexo https://ijinxin.github.io/
https://github.com/iJinxin/hexo-theme-sky
hexo hexo-theme
Last synced: about 1 month ago
JSON representation
a concise theme for hexo https://ijinxin.github.io/
- Host: GitHub
- URL: https://github.com/iJinxin/hexo-theme-sky
- Owner: iJinxin
- Created: 2018-09-28T06:20:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T14:41:54.000Z (about 6 years ago)
- Last Synced: 2024-05-20T09:21:40.394Z (11 months ago)
- Topics: hexo, hexo-theme
- Language: CSS
- Homepage:
- Size: 92.8 KB
- Stars: 75
- Watchers: 1
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hexo-themes - iJinxin/hexo-theme-sky
README
[线上地址](https://ijinxin.github.io/)
## 功能简介
hexo-theme-sky 是一款简洁轻量的 hexo 博客主题,主要包含以下功能:
- 语言切换,目前支持中文和英文
- 文章访问统计
- 文章目录
- 评论功能,目前使用的是gitment
- 代码高亮## 使用指南
安装 ``` hexo ```
```
npm install hexo-cli -g
hexo init blog
```
下载 ``` hexo-theme-sky ```主题
```
cd blog
git clone https://github.com/iJinxin/hexo-theme-sky themes/sky
```
修改博客根目录下的配置文件 ```_config.yml``` , 启用 ``` sky ``` 主题
```
theme: sky
```
安装依赖项
```
npm install
npm install hexo-renderer-scss --save
```
运行
```
hexo server
```
启动服务后,访问 http://localhost:4000 预览主题更多主题配置 [document](https://ijinxin.github.io/blog/2018/10/29/hexo-theme-sky%E6%8C%87%E5%8D%97/)
## 说明
如果对您有帮助,可以点击右上角“Star”支持一下,谢谢!或者您有更好的想法,更棒的建议,也可以提issue,我会考虑实现