Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
WIP – Deleted unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 25, 2015
1 parent eab7a04 commit c0369ea
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
![](http://i.imgur.com/JJKXd2O.jpg)

**Uno Zen** is a fork of [Uno for Ghost](https://github.com/daleanthony/Uno) that provides some features missing in the original theme:
**Uno Zen** is a fork of [Uno for Ghost](https://github.com/daleanthony/Uno) that provides some features missing in the original theme.

* Improve CSS layout and use a main image for each post.
* Search support by [ghostHunter](https://github.com/i11ume/ghostHunter/).
* Estimate the time of reading a post by [readingTime.js](https://github.com/michael-lynch/reading-time).
* Added Progress bar with support for different themes by [pace](http://github.hubspot.com/pace/docs/welcome/).
* Better development and production workflow with Grunt.
## Whats is new in 2.0

... and more and more features in the future. If you want to help visit TODO section.
- Totally rewritten using HTML5 and CSS3.
- Improved development workflow with gulp + browersync.
- Improved responsive and mobile experience.

... and things that already existed:

- A good [404 page error](http://kikobeats.com/404).
- Search support.
- Loading progress state for each page.
- Estimation the time of reading.

## Preview

Expand Down
2 changes: 1 addition & 1 deletion assets/css/uno.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions assets/scss/modules/_helpers.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.text-center {
text-align: center;
}

.hidden {
display: none !important;
}
Expand Down
7 changes: 7 additions & 0 deletions assets/scss/modules/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@
opacity: 1;
}
}

@mixin placeholder {
::-webkit-input-placeholder {@content}
:-moz-placeholder {@content}
::-moz-placeholder {@content}
:-ms-input-placeholder {@content}
}
2 changes: 1 addition & 1 deletion assets/scss/uno.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// PRE
// ------------------------------

@import 'bourbon/bourbon';
// @import 'bourbon/bourbon';
@import 'modules/mixins.scss';

// ------------------------------
Expand Down

0 comments on commit c0369ea

Please sign in to comment.