You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@
6
6
7
7
**Uno Zen** is a fork of [Uno for Ghost](https://github.com/daleanthony/Uno) that provides some features missing in the original theme:
8
8
9
-
*Some little improves in the layout grid and in the CSS style.
9
+
*Improve CSS layout and use a main image for each post.
10
10
* Search support by [ghostHunter](https://github.com/i11ume/ghostHunter/).
11
-
* Main post image support.
12
-
* Better development and production with Grunt.
11
+
* Estimate the time of reading a post by [readingTime.js](https://github.com/michael-lynch/reading-time).
12
+
* Added Progress bar with support for different themes by [pace](http://github.hubspot.com/pace/docs/welcome/).
13
+
* Better development and production workflow with Grunt.
13
14
14
15
... and more and more features in the future. If you want to help visit TODO section.
15
16
@@ -27,7 +28,7 @@ You can see a demo in my [blog](http://blog.kikobeats.com).
27
28
28
29
1) Download the last release tagged version.
29
30
30
-
2) Execute `npm install` for install the dependencies.
31
+
2) Execute `npm install`and `bower install`for install the dependencies.
31
32
32
33
3) For development exec `grunt`. This provide you livereload. You need to have [SASS and bourbon](https://github.com/daleanthony/uno#development) as well.
0 commit comments