Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Release 1.0.2. Resolves #48 and #49
Browse files Browse the repository at this point in the history
  • Loading branch information
davidakennedy committed Oct 9, 2013
1 parent 2f92d24 commit a428848
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Accessible Zen is an accessible, minimalistic, readable, and fully responsive Wo
- Features the lovely [Merriweather Sans](http://www.google.com/fonts/specimen/Merriweather+Sans) and [Merriweather](hhttp://www.google.com/fonts/specimen/Merriweather).
- By default, Accessible Zen will display the site owner’s [Gravatar](http://en.gravatar.com/) in the header. You can replace this by uploading a Custom Header Image in Appearance -> Header, or you can remove it completely by selecting Remove Header Image.
- Features all nine [post formats](http://codex.wordpress.org/Post_Formats).
- Shows menus only when you need them. Accessible Zen doesn’t display a menu as a default to keep it as simple as possible. Of course, if your site needs a menu you can easily set up a Custom Menu in Appearance -> Menus. The theme features two menus, which display in the `footer' section of the site.
- Shows menus only when you need them. Accessible Zen doesn’t display a menu as a default to keep it as simple as possible. Of course, if your site needs a menu you can easily set up a Custom Menu in Appearance -> Menus. The theme features two menus, which display in the `footer` section of the site.
- Tight integration with the [WordPress Theme Customizer](https://codex.wordpress.org/Theme_Customization_API), allowing site owners to edit the theme's appearance on the fly. They can show/hide the site description, display excerpts or full content on archive pages and more.
- Includes two page templates: an archives template, which features an archive of posts in different ways; a front page template, which allows site owners to feature content with unique styling. Plus, the page shows only one post by default, allowing users to focus on your latest and greatest content.
- Incorporates the font icon, [Genericons](http://genericons.com/) in a few spots throughout the theme.
Expand Down Expand Up @@ -61,6 +61,13 @@ Why, hello there! This is an open source project, and you can help out in many w

### Changelog

**October 8, 2013**

Release: Version 1.0.2

- [Make floats clear properly in posts](https://github.com/davidakennedy/accessible-zen/issues/48).
- [Add copyright info](https://github.com/davidakennedy/accessible-zen/issues/49).

**October 6, 2013**

Release: Version 1.0.1
Expand Down
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ Theme URI: http://davidakennedy.com/projects/accessible-zen/
Author: David A. Kennedy
Author URI: http://davidakennedy.com
Description: The Accessible Zen theme is an accessible, minimalistic, readable, and fully responsive HTML5 theme that puts the focus on your content and nothing else. Based on the original Zen Habits theme by Leo Babauta: http://zenhabits.net/theme/, with more WordPress goodness built in.
Version: 1.0.1
Version: 1.0.2
License: GNU General Public License
License URI: license.txt
Tags: white, blue, one-column, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Accessible Zen WordPress Theme, Copyright 2013 David A. Kennedy.
Accessible Zen, like WordPress, is licensed and distributed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Inspiration and code from:
Expand Down Expand Up @@ -828,6 +829,7 @@ div.callout {
.post-tags,
.post-permalink,
.hentry .edit-link {
clear: both;
display: block;
}

Expand Down

0 comments on commit a428848

Please sign in to comment.