Skip to content

Commit

Permalink
v1.1.0 (#25)
Browse files Browse the repository at this point in the history
* update readme and version

* spacing

* updates for ghost 1.0

* add to change log

* update
  • Loading branch information
oscarmorrison authored Jun 7, 2018
1 parent 830e040 commit 24dcee0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Oscar for Ghost
[![Ghost version](https://img.shields.io/badge/ghost-v0.11.3-blue.svg)](https://github.com/tryghost/ghost) [![Waffle.io](https://img.shields.io/waffle/label/oscarmorrison/oscar-ghost/in%20progress.svg?maxAge=2592000?style=flat-square)](https://waffle.io/oscarmorrison/oscar-ghost)

[![Ghost version](https://img.shields.io/badge/ghost-v1.24.0-blue.svg)](https://github.com/tryghost/ghost)[![GitHub issues](https://img.shields.io/github/issues/oscarmorrison/oscar-ghost.svg)](https://github.com/oscarmorrison/oscar-ghost/issues)
![Logo](http://blogoscarmorrison.s3.amazonaws.com/2016/12/logo.png)

*Demo:* [blog.oscarmorrison.com](http://blog.oscarmorrison.com)
Expand All @@ -14,6 +13,8 @@ fork of the [Lanyon-Ghost](https://github.com/PxlBuzzard/lanyon-ghost) Theme.
This theme is ideal for single author, tag heavy, looking for a simple design, with code highlighting.

### Updates
- v1.1.0 (7 Jun 18)
- Updates for [Ghost v1.X](https://github.com/TryGhost/Ghost/releases)
- v1.0.4 (8 Jan 17)
- Add ability to config features
- Add tag sub menu
Expand Down
2 changes: 1 addition & 1 deletion assets/css/oscar.css
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ a.pagination-item:hover {

/* Turn off meta for page2+ to make room for extra
pagination prev/next links */
.archive-template .author-profile .author-meta {
.paged .author-profile .author-meta {
display: none;
}

Expand Down
1 change: 0 additions & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">

<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}" />

<!-- CSS -->
<link rel="stylesheet" type="text/css" href="{{asset 'css/prism.css'}}">
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"name": "oscar-ghost",
"author": "Oscar Morrison",
"description":"A clean minimal ghost theme",
"version": "1.0.4"
"version": "1.1.0",
"author": {
"name": "oscar morrison",
"email": "[email protected]"
},
"config": {
"posts_per_page": 5
}
}
2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="MMMM DD, YYYY"}}</time>
<span class="tags">{{tags}}</span>
</section>
{{#if image}}<img class="post-image" src="{{image}}">{{/if}}
{{#if feature_image}}<img class="post-image" src="{{image_url}}">{{/if}}
</header>


Expand Down
2 changes: 1 addition & 1 deletion tag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{#tag}}
<header class="tag-header">
<h1 class="tag-title">{{name}}</h1>
{{#if image}}<img class="tag-image" src="{{image}}">{{/if}}
{{#if feature_image}}<img class="tag-image" src="{{image_url}}">{{/if}}
<p class="tag-description">{{description}}</p>
</header>
{{/tag}}
Expand Down

0 comments on commit 24dcee0

Please sign in to comment.