Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Theme tidy up for Ghost 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lang committed Nov 29, 2017
1 parent a91cb4e commit 17f5447
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/poole.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ tbody tr:nth-child(odd) th {
* page is wrapped in `.page` and is only used on the page layout.
*/

.page,
.page-template,
.post {
margin-bottom: 4em;
}
Expand Down
1 change: 0 additions & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

{{! Page Meta }}
<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down
26 changes: 23 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"name": "Daring",
"version": "0.1.7"
}
"name": "daring",
"description": "A minimal theme for Ghost",
"version": "0.2.0",
"engines": {
"ghost": ">=1.0.0"
},
"license": "MIT",
"author": {
"name": "Matthew Lang",
"email": "[email protected]",
"url": "https://www.matthewlang.net"
},
"config": {
"posts_per_page": 7
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
}
}

0 comments on commit 17f5447

Please sign in to comment.