basho/package.json

61 lines
1.9 KiB
JSON

{
"name": "basho",
"demo": "https://basho.fueko.net",
"version": "2.6.3+2506",
"docs": "https://fueko.net/docs/basho/",
"author": {
"name": "fueko",
"email": "hello@fueko.net",
"url": "https://fueko.net"
},
"keywords": [
"ghost-theme"
],
"scripts": {
"build": "rm -f basho-2.6.3+2506.zip && zip -r basho-2.6.3+2506.zip * -x '*.git*' 'documentation*'"
},
"config": {
"posts_per_page": 6,
"card_assets": true,
"image_sizes": {
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1200
},
"xl": {
"width": 2000
}
},
"custom": {
"color_scheme": {
"type": "select",
"options": ["Light/Dark", "Light", "Dark" ],
"default": "Light/Dark"
},
"fonts": {
"type": "select",
"options": ["System fonts", "Archivo + System fonts", "Bona Nova + Inter", "EB Garamond + Inter", "Inter", "Lato", "Lora + System fonts", "Nunito", "Oswald + Roboto", "Playfair + System fonts", "Poppins + Inter", "Raleway + System fonts", "Roboto", "Space Grotesk + Inter", "Sora + Inter", "Syne + Inter", "Work Sans + Inter"],
"default": "Inter"
},
"feature_image_shape": {
"type": "select",
"options": ["Portrait", "Landscape", "Square", "Natural"],
"default": "Portrait"
},
"secondary_navigation": {
"type": "text"
},
"footer_copyright": {
"type": "text"
},
"content_api_key": {
"type": "text"
}
}
}
}