Re-add content of index page

This commit is contained in:
squidfunk 2017-01-16 00:19:45 +01:00
parent 61533af0ef
commit f51f3c453d

View File

@ -0,0 +1,30 @@
# Material <small>for MkDocs</small>
## Beautiful project documentation
Material is a theme for [MkDocs][1], an excellent static site generator geared
towards project documentation. It is built using Google's [Material Design][2]
guidelines.
[![Material for MkDocs](images/material.png)](images/material.png)
[1]: http://www.mkdocs.org
[2]: https://www.google.com/design/spec/material-design
## Quick start
Install the latest version of Material with `pip`:
``` sh
pip install mkdocs-material
```
Add the following line to your `mkdocs.yml`:
``` yaml
theme: 'material'
```
For detailed instructions see the [getting started guide][3].
[3]: getting-started.md