this is actually the first commit - theme made on the base CSS/HTML of the already existing (but handmade) mind-overflow.net website.

This commit is contained in:
Lorenzo Dellacà
2020-08-12 00:30:29 +02:00
parent 1b10a2e2a7
commit c64c2985ad
58 changed files with 2580 additions and 8288 deletions

View File

@@ -1,87 +1,17 @@
{
"name": "ghost-starter-theme",
"description": "A custom theme for ghost",
"demo": "https://starter.ghost.io",
"version": "1.0.0",
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.2",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg"
},
"scripts": {
"dev": "gulp",
"zip": "gulp zip",
"test": "gscan .",
"test:ci": "gscan --fatal --verbose .",
"pretest": "gulp build",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
},
"keywords": ["ghost-theme"],
"license": "Copyright",
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
"email": "lorenzo.dellaca@mind-overflow.net"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Magazine"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/Starter.git"
},
"bugs": "https://github.com/TryGhost/Starter/issues",
"contributors": "https://github.com/TryGhost/Starter/graphs/contributors",
"devDependencies": {
"autoprefixer": "9.8.3",
"cssnano": "4.1.10",
"gscan": "3.5.4",
"gulp": "4.0.2",
"gulp-livereload": "4.0.2",
"gulp-postcss": "8.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",
"gulp-zip": "5.0.2",
"postcss-color-mod-function": "3.0.3",
"postcss-easy-import": "3.0.0"
},
"browserslist": [
"defaults"
],
"config": {
"posts_per_page": 15,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1200
},
"xl": {
"width": 2000
}
}
"posts_per_page": 10,
"image_sizes": {}
}
}