Skip to content
Snippets Groups Projects
Commit e1cf87b4 authored by squidfunk's avatar squidfunk
Browse files

Prepare 0.1.2 release

parent 075d144c
No related branches found
No related tags found
No related merge requests found
mkdocs-material-0.x.x (2016-xx-xx)
mkdocs-material-0.1.2 (2016-02-16)
* Fixed styles for deep navigational hierarchies
* Fixed webfont delivery problem when hosted in subdirectories
......
{
"name": "mkdocs-material",
"version": "0.1.1",
"version": "0.1.2",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [
......
......@@ -116,7 +116,8 @@ extra:
If you want to change the fonts or colors - you are lucky. The Material theme
is built with a sophisticated asset pipeline. See
[this article](/customization) for more information on advanced customization.
[this article](customization.md) for more information on advanced
customization.
## Extensions
......@@ -174,8 +175,13 @@ This will print the following:
!!! note
Nothing to see here, move along.
The Material template adds a light color for the `note` class and a red color
for the `warning` class. More colors can be freely defined.
The Material template adds a neutral color for the `note` class and a red color
for the `warning` class.
!!! warning
You shall not pass.
More colors can be freely defined.
## Full example
......@@ -186,7 +192,7 @@ Below is a full example configuration for a mkdocs.yml:
site_name: 'My Project'
site_description: 'A short description of my project'
site_author: 'John Doe'
site_url: 'https://github.com/my-github-handle/my-project'
site_url: 'https://my-github-handle.github.io/my-project'
# Repository
repo_name: 'GitHub'
......
docs/images/logo.png

8.67 KiB | W: | H:

docs/images/logo.png

24 KiB | W: | H:

docs/images/logo.png
docs/images/logo.png
docs/images/logo.png
docs/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -7,7 +7,7 @@ Google's [material design][] guidelines. MkDocs is an excellent static site
documentation generator that is meant for building good looking project
documentation.
![Material Screenshot](/images/screen.png)
![Material Screenshot](images/screen.png)
This theme is **optimized for all sorts of devices** and is built from scratch
without any bloated Javascript or CSS Frameworks with **only 24kb of JS and
......@@ -24,8 +24,8 @@ browsers.
- Well-tested and **optimized CSS and Javascript**, including a cross-browser
fixed/sticky header, a drawer that even works without Javascript using
the `checkbox:checked` hack with fallbacks, **responsive tables** that scroll
when the screen is too small and **well-defined print styles**.
the `:checked` hack with fallbacks, **responsive tables** that scroll when
the screen is too small and **well-defined print styles**.
- Extra configuration options like **project logo**, links to the authors
**GitHub and Twitter accounts** and display of the **amount of stars** the
......@@ -38,7 +38,7 @@ browsers.
- **Web application capability** on iOS - when the page is saved to the
homescreen, it behaves and looks like a native application.
See the [getting started guide](/getting-started) for instructions how to get
See the [getting started guide](getting-started.md) for instructions how to get
it up and running.
[material design]: https://www.google.com/design/spec/material-design
......
......@@ -36,7 +36,7 @@ theme_dir: material
# Options
extra:
version: 0.1.1
version: 0.1.2
logo: images/logo.png
font:
text: Ubuntu
......
{
"name": "mkdocs-material",
"version": "0.1.1",
"version": "0.1.2",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [
......
......@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description
setup(
name = 'mkdocs-material',
version = '0.1.1',
version = '0.1.2',
url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT',
description = 'A material design theme for MkDocs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment