Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 16, 2016
1 parent 075d144 commit e1cf87b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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": [
Expand Down
14 changes: 10 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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'
Expand Down
Binary file modified docs/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ theme_dir: material

# Options
extra:
version: 0.1.1
version: 0.1.2
logo: images/logo.png
font:
text: Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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": [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# 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',
Expand Down

0 comments on commit e1cf87b

Please sign in to comment.