mkdocs-material/docs/index.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2016-02-09 23:59:37 +03:00
# Material for MkDocs
## Beautiful documentation
2016-02-17 20:08:11 +03:00
Material is a theme for [MkDocs][], an excellent static site generator geared
towards project documentation. It is built using Google's [material design][]
guidelines, full responsive, optimized for touch and pointer devices as well
as all sorts of screen sizes.
2016-02-09 23:59:37 +03:00
2016-02-16 19:04:03 +03:00
![Material Screenshot](images/screen.png)
2016-02-09 23:59:37 +03:00
2016-02-17 20:08:11 +03:00
Material is very lightweight it is built from scratch using Javascript and
CSS that weighs less than 30kb (minified, gzipped and excluding Google Fonts
and Analytics). Yet, it is highly customizable and degrades gracefully in older
2016-02-09 23:59:37 +03:00
browsers.
## Features
2016-02-17 20:08:11 +03:00
- Beautiful, readable and very user-friendly design based on Google's material
design guidelines, packed in a full responsive template with a well-defined
color palette, great typography, as well as a beautiful search interface and
footer.
2016-02-09 23:59:37 +03:00
2016-02-17 20:08:11 +03:00
- Well-tested and optimized Javascript and CSS including a cross-browser
2016-02-09 23:59:37 +03:00
fixed/sticky header, a drawer that even works without Javascript using
2016-02-17 20:08:11 +03:00
the [checkbox hack][] with fallbacks, responsive tables that scroll when
the screen is too small and well-defined print styles.
2016-02-09 23:59:37 +03:00
2016-02-17 20:08:11 +03:00
- Extra configuration options like a [project logo][], links to the authors
[GitHub and Twitter accounts][] and display of the amount of stars the
2016-02-09 23:59:37 +03:00
project has on GitHub.
2016-02-17 20:08:11 +03:00
- Easily [extendable and customizable][] due to a well-designed asset pipeline
2016-02-09 23:59:37 +03:00
built on-top of [Gulp][] with `npm` and `bower` and modular and abstracted
style definitions built with [SASS][].
2016-02-17 20:08:11 +03:00
- Web application capability on iOS - when the page is saved to the homescreen,
it behaves and looks like a native application.
2016-02-09 23:59:37 +03:00
2016-02-16 19:04:03 +03:00
See the [getting started guide](getting-started.md) for instructions how to get
2016-02-09 23:59:37 +03:00
it up and running.
[MkDocs]: http://www.mkdocs.org
2016-02-17 20:08:11 +03:00
[material design]: https://www.google.com/design/spec/material-design
[checkbox hack]: http://tutorialzine.com/2015/08/quick-tip-css-only-dropdowns-with-the-checkbox-hack/
[project logo]: getting-started.md#adding-a-logo
[GitHub and Twitter accounts]: getting-started.md#adding-a-github-and-twitter-account
[extendable and customizable]: customization.md
2016-02-09 23:59:37 +03:00
[Gulp]: http://gulpjs.com
2016-02-17 20:08:11 +03:00
[SASS]: http://sass-lang.com