提交 7903366e 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

docs: Update README

上级 ae083e4b
......@@ -38,17 +38,17 @@
- 响应式设计
- 二级导航菜单
- 支持文章图片懒加载
- 支持 `Pjax`
- 支持 `PWA`
- 支持 `Fancybox`
- 支持 `Quicklink`
- 支持 `MathJax``KaTex`
- 支持 `Gitalk``Valine``Livere``Disqus` 评论
- 瀑布流式的相册页面
- 内置谷歌广告,一键开启
- 代码高亮,多种配色可选
- 好看的背景特效
- 超详细配置文档
- 支持 [pjax](https://github.com/defunkt/jquery-pjax)
- 支持 [PWA](https://developers.google.com/web/progressive-web-apps)
- 支持 [fancybox](https://github.com/fancyapps/fancybox)
- 支持 [quicklink](https://github.com/GoogleChromeLabs/quicklink)
- 支持 [MathJax](https://www.mathjax.org/)[KaTex](https://katex.org/)
- 支持 [Gitalk](https://github.com/gitalk/gitalk)[Valine](https://valine.js.org/)[Livere](https://livere.com/)[Disqus](https://disqus.com/)[Utterances](https://github.com/utterance/utterances) 评论
- 瀑布流式的[相册页面](https://liuyib.github.io/gallery/)
- 内置[谷歌广告](https://www.google.cn/adsense/start/),一键开启
- 代码高亮,[多种配色](https://liuyib.github.io/hexo-theme-stun/zh-CN/advanced/advanced-setting.html#代码高亮)可选
- 好看的[背景特效](https://liuyib.github.io/hexo-theme-stun/zh-CN/advanced/third-part.html#ribbon)
- 超详细[配置文档](https://liuyib.github.io/hexo-theme-stun/)
## :package: 安装
......@@ -56,7 +56,7 @@
进入 hexo 根目录,执行指令。
``` bash
```bash
$ git clone https://github.com/liuyib/hexo-theme-stun.git themes/stun
```
......@@ -64,7 +64,7 @@
进入 hexo 根目录,执行指令。
``` bash
```bash
$ npm install --save hexo-render-pug
```
......@@ -72,19 +72,19 @@
修改 hexo 根目录下的 `_config.yml` 文件。
``` yml
```yml
theme: stun
```
然后,启动 hexo 服务器。
``` bash
```bash
$ hexo clean && hexo s
```
## :art: 更新
``` bash
```bash
$ cd themes/stun
$ git pull
......
......@@ -32,23 +32,23 @@
If you are using the stun theme and would like it to be shown here, you can fill in your website link by [PR](https://github.com/liuyib/hexo-theme-stun/pulls).
## :crystal_ball: 特性
## :crystal_ball: Feature
- Simple, fast, easy to use, highly customizable
- Responsive design
- Secondary navigation menu
- Support article image lazy loading
- Support `Pjax`
- Support `PWA`
- Support `Fancybox`
- Support `Quicklink`
- Support `MathJax``KaTex`
- Support `Gitalk``Valine``Livere``Disqus` comment
- Album page of waterfall streaming
- Built-in Google ads
- Multiple code highlighting themes
- Beautiful background effects
- Detailed documentation
- Support [Pjax](https://github.com/defunkt/jquery-pjax)
- Support [PWA](https://developers.google.com/web/progressive-web-apps)
- Support [Fancybox](https://github.com/fancyapps/fancybox)
- Support [Quicklink](https://github.com/GoogleChromeLabs/quicklink)
- Support [MathJax](https://www.mathjax.org/)[KaTex](https://katex.org/)
- Support [Gitalk](https://github.com/gitalk/gitalk)[Valine](https://valine.js.org/)[Livere](https://livere.com/)[Disqus](https://disqus.com/) and [Utterances](https://github.com/utterance/utterances) comments
- [Album page](https://liuyib.github.io/gallery/) of waterfall streaming
- Built-in [Google ads](https://www.google.cn/adsense/start/)
- Multiple code [highlighting themes](https://liuyib.github.io/hexo-theme-stun/zh-CN/advanced/advanced-setting.html#代码高亮)
- Beautiful [background effects](https://liuyib.github.io/hexo-theme-stun/zh-CN/advanced/third-part.html#ribbon)
- Detailed [documentation](https://liuyib.github.io/hexo-theme-stun/)
## :package: Install
......@@ -56,7 +56,7 @@ If you are using the stun theme and would like it to be shown here, you can fill
Enter your hexo directory, run this.
``` bash
```bash
$ git clone https://github.com/liuyib/hexo-theme-stun.git themes/stun
```
......@@ -64,7 +64,7 @@ If you are using the stun theme and would like it to be shown here, you can fill
Enter your hexo directory, run this.
``` bash
```bash
$ npm install --save hexo-render-pug
```
......@@ -72,19 +72,19 @@ If you are using the stun theme and would like it to be shown here, you can fill
Change the `_config.yml` file in your hexo root directory.
``` yml
```yml
theme: stun
```
Run your hexo server.
``` bash
```bash
$ hexo clean && hexo s
```
## :art: Update
``` bash
```bash
$ cd themes/stun
$ git pull
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册