Skip to content

Commit

Permalink
Updates package and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbc committed Nov 12, 2019
1 parent 6956944 commit 6b0ab6f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 20 deletions.
65 changes: 46 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
{
"name": "asgar",
"version": "1.0.5",
"description": "A two column, free and open source theme for Ghost",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanbc/Asgar.git"
},
"demo": "https://asgar.stefancosma.xyz",
"homepage": "https://github.com/stefanbc/Asgar#readme",
"version": "1.0.6",
"engines": {
"ghost": ">=2.0.0",
"ghost-api": "v2"
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"author": {
"name": "Stefan Cosma",
"url": "https://stefancosma.xyz",
"email": "hello@stefancosma.xyz"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Free",
"Open-Source"
"Open-Source",
"Two-Column"
]
},
"keywords": [
Expand All @@ -27,12 +36,15 @@
"ghost-themes",
"minimal",
"ghost-theme",
"theme"
"theme",
"two-column"
],
"author": {
"name": "Stefan Cosma",
"url": "https://stefancosma.xyz",
"email": "hello@stefancosma.xyz"
"repository": {
"type": "git",
"url": "git+https://github.com/stefanbc/Asgar.git"
},
"bugs": {
"url": "https://github.com/stefanbc/Asgar/issues"
},
"contributors": [
{
Expand All @@ -41,11 +53,6 @@
"url": "https://stefancosma.xyz"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanbc/Asgar/issues"
},
"homepage": "https://github.com/stefanbc/Asgar#readme",
"scripts": {
"clean": "rimraf ./assets/css && rimraf ./assets/js && rimraf ./asgar.zip",
"mkdir": "mkdir -p ./assets/css && mkdir -p ./assets/js",
Expand All @@ -72,6 +79,26 @@
"sass": "^1.23.3"
},
"config": {
"posts_per_page": 5
"posts_per_page": 5,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
}
}
}
2 changes: 1 addition & 1 deletion partials/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="copyright">
<div class="row">
<div class="two-thirds column">
Copyright &copy; {{date format="YYYY"}} <a href="{{@site.url}}" class="text-underline">{{@site.title}}</a>. All rights reserved. Published with <a href="http://ghost.org/" class="text-underline">Ghost</a>. Theme <a href="https://github.com/stefanbc/Asgar" class="text-underline">Asgar v1.0.5</a>.
Copyright &copy; {{date format="YYYY"}} <a href="{{@site.url}}" class="text-underline">{{@site.title}}</a>. All rights reserved. Published with <a href="http://ghost.org/" class="text-underline">Ghost</a>. Theme <a href="https://github.com/stefanbc/Asgar" class="text-underline">Asgar v1.0.6</a>.
</div>
<div class="one-third column text-right">
<a id="going-up" href="#">Going up?</a>
Expand Down

0 comments on commit 6b0ab6f

Please sign in to comment.