Skip to content

Commit

Permalink
docs with button
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 12, 2013
1 parent 230929a commit dcf8e93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Let's grab the theme:

$ git clone git://github.com/lepture/nico-one.git _themes/one

You can learn more in the [Theme](./theme) section.
<a class="button" href="./theme">Read More</a>


## Configure
Expand All @@ -56,7 +56,7 @@ Nico can't work well without a configuration. Let's create a `nico.json`:
}
```

Learn more about configuration at the [Config](./config) section.
<a class="button" href="./config">Read More</a>


## Writing
Expand Down Expand Up @@ -102,7 +102,7 @@ $ nico build -h
$ nico server -h
```

Learn more about syntax in the [Syntax](./syntax) section.
<a class="button" href="./syntax">Read More</a>


## Developer Guide
Expand Down
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Me, of course. And the nice folks of our team are using nico too.

- [arale](http://aralejs.org) project is abusing nico.

<a class="button" href="https://github.com/lepture/nico/wiki">More on Wiki</a>

If you are using nico, please add your site to the wiki.

And one more thing to help you setting up a blog:
[nico-boilerplate](https://github.com/lepture/nico-boilerplate).

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions docs/zh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Nico 没有提供内置的主题,在可见的未来也不会内置主题,但
$ git clone git://github.com/lepture/nico-one.git _themes/one
```

关于如何制作自己的主题,请参考 [主题篇](./theme)
<a class="button" href="./theme">Read More</a>


## 配置
Expand All @@ -51,7 +51,7 @@ $ git clone git://github.com/lepture/nico-one.git _themes/one
}
```

更多关于配置文件的信息,请参考 [配置篇](./config)
<a class="button" href="./config">Read More</a>


## 写作
Expand Down Expand Up @@ -97,7 +97,7 @@ $ nico build -h
$ nico server -h
```

了解更多文章格式的内容,请参考 [写作篇](./syntax)
<a class="button" href="./syntax">Read More</a>


## 开发者文档
Expand Down

0 comments on commit dcf8e93

Please sign in to comment.