Updated README and landing page
This commit is contained in:
parent
23be61a803
commit
57d2a4e4a5
12
README.md
12
README.md
|
|
@ -1,14 +1,8 @@
|
||||||
# Material
|
|
||||||
|
|
||||||
[![Travis][travis-image]][travis-link]
|
[![Travis][travis-image]][travis-link]
|
||||||
[![Dependencies][deps-image]][deps-link]
|
[![Dependencies][deps-image]][deps-link]
|
||||||
[![Codacy][codacy-image]][codacy-link]
|
[![Codacy][codacy-image]][codacy-link]
|
||||||
[![PyPI][pypi-image]][pypi-link]
|
[![PyPI][pypi-image]][pypi-link]
|
||||||
|
|
||||||
A Material Design theme for [MkDocs](http://www.mkdocs.org).
|
|
||||||
|
|
||||||
TBD: [](http://squidfunk.github.io/mkdocs-material/)
|
|
||||||
|
|
||||||
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
|
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
|
||||||
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
|
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
|
||||||
[deps-image]: https://david-dm.org/squidfunk/mkdocs-material/dev-status.svg
|
[deps-image]: https://david-dm.org/squidfunk/mkdocs-material/dev-status.svg
|
||||||
|
|
@ -18,6 +12,12 @@ TBD: [](http://squidfunk.github.io/mkdocs-material
|
||||||
[pypi-image]: https://img.shields.io/pypi/v/mkdocs-material.svg
|
[pypi-image]: https://img.shields.io/pypi/v/mkdocs-material.svg
|
||||||
[pypi-link]: https://pypi.python.org/pypi/mkdocs-material
|
[pypi-link]: https://pypi.python.org/pypi/mkdocs-material
|
||||||
|
|
||||||
|
# Material for MkDocs
|
||||||
|
|
||||||
|
A Material Design theme for [MkDocs](http://www.mkdocs.org).
|
||||||
|
|
||||||
|
[](docs/images/material.png)
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
Install with `pip`:
|
Install with `pip`:
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 757 KiB |
|
|
@ -6,6 +6,8 @@ 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]
|
towards project documentation. It is built using Google's [Material Design][2]
|
||||||
guidelines.
|
guidelines.
|
||||||
|
|
||||||
|
[](images/material.png)
|
||||||
|
|
||||||
[1]: http://www.mkdocs.org
|
[1]: http://www.mkdocs.org
|
||||||
[2]: https://www.google.com/design/spec/material-design
|
[2]: https://www.google.com/design/spec/material-design
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue