From a2dfca689bca5600e7877c867859f38eede49e3f Mon Sep 17 00:00:00 2001 From: Eduardo Gomez Date: Mon, 18 Feb 2019 17:00:43 +0100 Subject: [PATCH] Package.json file added --- package.json | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/package.json b/package.json index e69de29..2f57b40 100644 --- a/package.json +++ b/package.json @@ -0,0 +1,58 @@ +{ + "author": { + "email": "this.eduardo@gmail.com", + "name": "Eduardo Gómez", + "url": "https://eduardogomez.io" + }, + "config": { + "posts_per_page": 10, + "image_sizes": { + "xxs": { + "width": 30 + }, + "xs": { + "width": 100 + }, + "s": { + "width": 300 + }, + "m": { + "width": 600 + }, + "l": { + "width": 1000 + }, + "xl": { + "width": 2000 + } + } + }, + "demo": "https://liebling.eduardogomez.io", + "description": "Beautiful and clean theme that is easy and comfortable to use.", + "engines": { + "ghost": ">=2.0.0", + "ghost-api": "v2" + }, + "gpm": { + "type": "theme", + "categories": [ + "Beautiful", + "Clean", + "Magazine", + "Minimal", + "Responsive" + ] + }, + "keywords": [ + "ghost", + "theme", + "ghost-theme" + ], + "license": "MIT", + "name": "liebling", + "screenshots": { + "desktop": "assets/screenshot-desktop.jpg", + "mobile": "assets/screenshot-mobile.jpg" + }, + "version": "0.1.0" +} \ No newline at end of file