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

Commit

Permalink
2.2.1 releases – added about template and fixed little issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 17, 2015
1 parent a1b9f83 commit 1181e34
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .bumpedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files": [
"package.json",
"bower.json"
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uno Zen for Ghost

[![Gittip](https://img.shields.io/badge/Latest%20stable-2.2.0-green.svg?style=flat-squared)]()
[![Gittip](https://img.shields.io/badge/Latest%20stable-2.2.1-green.svg?style=flat-squared)]()
[![Gittip](https://img.shields.io/badge/Ghost-0.6.x-brightgreen.svg?style=flat-squared)]()
[![Gittip](http://img.shields.io/gittip/Kikobeats.svg?style=flat-squared)](https://www.gittip.com/Kikobeats)

Expand Down Expand Up @@ -34,7 +34,7 @@ You can see a demo in my [blog](http://blog.kikobeats.com). Also you can check t
## Showcase

<div align="center">
<a target="blank" href="http://kikobeats.com"><img src="http://i.imgur.com/fvRg0fg.png"></a>
<a target="blank" href="http://kikobeats.com"><img src="http://i.imgur.com/fvRg0fg.png"></a>
<a target="blank" href="http://www.evilsocket.net"><img src="http://i.imgur.com/qanAbQf.png"></a>
<a target="blank" href="http://pupboss.com"><img src="http://i.imgur.com/0AeVKgB.png"></a>
</br>
Expand Down
4 changes: 2 additions & 2 deletions assets/css/uno.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/src/__init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$ ->
window.Uno = Uno =
version: '2.2.0'
version: '2.2.1'

search:
container: -> $('#results')
Expand Down
6 changes: 3 additions & 3 deletions assets/js/uno.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions assets/scss/modules/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@mixin background-filter {
background: linear-gradient(150deg, rgba(19, 106, 138, .65) 30%, rgba(38, 120, 113, .44) 70%), url(/assets/img/cover.jpg) no-repeat center;
background-attachment: fixed;
background-size: cover;
background: linear-gradient(150deg,rgba(19,106,138,.65) 30%,rgba(38,120,113,.44) 70%) 0 0/cover fixed,url(/assets/img/cover.jpg) center/cover no-repeat fixed;
}
@mixin center-absolute {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.1.3",
"version": "2.2.1",
"authors": [
"Kiko Beats <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"homepage": "https://github.com/kikobeats/uno-zen",
"version": "2.2.0",
"version": "2.2.1",
"author": {
"name": "Kiko Beats",
"url": "https://github.com/kikobeats"
Expand Down
16 changes: 16 additions & 0 deletions page-about.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{{!< default}}

{{#post}}

<article class="{{post_class}}">
<header>
<h1 id="post-title">About me</h1>
</header>

<section class="{{post_class}}">
{{content}}
</section>

</article>

{{/post}}

0 comments on commit 1181e34

Please sign in to comment.