This repository has been archived by the owner on Dec 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthew Lang
committed
Nov 29, 2017
1 parent
a91cb4e
commit 17f5447
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |