From 17f5447f9f37273ac1232665c8a31232e70f0937 Mon Sep 17 00:00:00 2001 From: Matthew Lang Date: Wed, 29 Nov 2017 21:22:50 +0000 Subject: [PATCH] Theme tidy up for Ghost 1.0 --- assets/css/poole.css | 2 +- default.hbs | 1 - package.json | 26 +++++++++++++++++++++++--- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/assets/css/poole.css b/assets/css/poole.css index a533c04..4e5e8d1 100644 --- a/assets/css/poole.css +++ b/assets/css/poole.css @@ -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; } diff --git a/default.hbs b/default.hbs index dbebadc..1079ab0 100644 --- a/default.hbs +++ b/default.hbs @@ -7,7 +7,6 @@ {{! Page Meta }} {{meta_title}} - diff --git a/package.json b/package.json index 439d02f..dfd8e29 100644 --- a/package.json +++ b/package.json @@ -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": "matthew@matthewlang.net", + "url": "https://www.matthewlang.net" + }, + "config": { + "posts_per_page": 7 + }, + "gpm": { + "type": "theme", + "categories": [ + "Minimal", + "Personal Blogs" + ] + } +} \ No newline at end of file