Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 26, 2020
1 parent 6be8da8 commit 7eb04f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### v1.2.0

- add the following configuration settings to toggle UI features off (#98):
- `disable_nav_previous_next`: Turn off Previous/Next navigation links in the navbar
- `disable_nav_search`: Turn off Search in the navbar
- `disable_nav_site_name`: Turn off the site_name link in the navbar
- `disable_footer`: Turn off the footer entirely
- `disable_footer_except_revision`: Turn off the default footer message, but display the page revision date if it's available

### v1.1.0

- new: added optional header on hover permalink support with the `markdown_extensions` > `-toc` > `permalink: true` configuration (#95)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then navigate to the root of your project directory:

Download the Cinder theme archive by clicking the button below.

<a href="https://github.com/chrissimpkins/cinder/archive/v1.1.0.zip"><button type="button" class="btn btn-success"><i class="fas fa-cloud-download-alt fa-3x"></i> </br> <span style="font-size:20px;">Download Cinder</span></button></a>
<a href="https://github.com/chrissimpkins/cinder/archive/v1.2.0.zip"><button type="button" class="btn btn-success"><i class="fas fa-cloud-download-alt fa-3x"></i> </br> <span style="font-size:20px;">Download Cinder</span></button></a>

Unpack the contents of the archive into a directory named `cinder` at the top level of your MkDocs project directory.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "1.1.0"
VERSION = "1.2.0"


setup(
Expand Down

0 comments on commit 7eb04f7

Please sign in to comment.