Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ you can star my porject to get information while I update the theme.
中文说明地址点[这里](http://gengbiao.me/hexo/coney%E4%B8%BB%E9%A2%98%E4%BB%8B%E7%BB%8D/)

**声明: 本主题遵循MIT开源协议,可自由更改。去掉最下面的那行版权声明我也没有意见,但是请某些人注意点,你去掉也就算了,你改成你自己的名字算怎么回事?你要真改成你自己的,你起码改改啊。-_-!**
##Installation
###Install
## Installation
### Install
```
$ git clone -b master https://github.com/coneycode/coney themes/coney
```
**Coney requires Hexo 2.4.5 and above.**
###Enable
### Enable
Modify `theme` setting in blog folder` _config.yml` to `coney`.
```
theme = coney
```
###Update
### Update
```
cd themes/coney
git pull origin master
```

**please backup your `_config.yml` file before update.**
##Configuration
## Configuration

Modify settings in `/themes/coney/_config.yml`.
```yml
Expand Down Expand Up @@ -150,7 +150,7 @@ google_cse:


```
##Add Color support stylus version
## Add Color support stylus version
```
##under the blog path/
##在博客的目录下输入下面指令
Expand Down