mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2025-12-28 10:34:23 +01:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "journal",
|
|
"description": "A Ghost theme",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"ghost": ">=4.0.0",
|
|
"ghost-api": "v4"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Ghost Foundation",
|
|
"email": "hello@ghost.org",
|
|
"url": "https://ghost.org"
|
|
},
|
|
"keywords": [
|
|
"ghost",
|
|
"theme",
|
|
"ghost-theme"
|
|
],
|
|
"config": {
|
|
"posts_per_page": 10,
|
|
"image_sizes": {
|
|
"xs": {
|
|
"width": 150
|
|
},
|
|
"s": {
|
|
"width": 300
|
|
},
|
|
"m": {
|
|
"width": 720
|
|
},
|
|
"l": {
|
|
"width": 960
|
|
},
|
|
"xl": {
|
|
"width": 1200
|
|
},
|
|
"xxl": {
|
|
"width": 2000
|
|
}
|
|
},
|
|
"custom": {
|
|
"title_font": {
|
|
"type": "select",
|
|
"options": ["Modern sans-serif", "Elegant serif"],
|
|
"default": "Modern sans-serif"
|
|
},
|
|
"body_font": {
|
|
"type": "select",
|
|
"options": ["Modern sans-serif", "Elegant serif"],
|
|
"default": "Modern sans-serif"
|
|
}
|
|
}
|
|
}
|
|
}
|