basho/package.json
2025-06-11 22:59:02 +10:00

116 lines
4.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "basho",
"demo": "https://basho.fueko.net",
"version": "2.6.3",
"docs": "https://fueko.net/docs/basho/",
"author": {
"name": "fueko",
"email": "hello@fueko.net",
"url": "https://fueko.net"
},
"keywords": [
"ghost-theme"
],
"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", "Partial Dark", "Auto: Light/Dark", "Auto: Partial Dark/Dark" ],
"default": "Light"
},
"logo_for_dark_color_scheme": {
"type": "image",
"visibility": "color_scheme:[Dark,'Partial Dark','Auto: Light/Dark','Auto: Partial Dark/Dark']"
},
"global_background_color_in_hex_string": {
"type": "text"
},
"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"
},
"show_author": {
"type": "boolean",
"default": true,
"description": "Set to false if you dont want to display the author in the feed or on the post page"
},
"accent_color_buttons": {
"type": "boolean",
"default": true
},
"feed_images_orientation": {
"type": "select",
"options": ["Portrait", "Landscape", "Square", "Natural"],
"default": "Portrait"
},
"special_section_images_orientation": {
"type": "select",
"options": ["Portrait", "Landscape", "Square", "Natural"],
"default": "Portrait"
},
"content_api_key_for_search": {
"type": "text"
},
"contact_form_endpoint": {
"type": "text"
},
"footer_copyright": {
"type": "text"
},
"hero_title_size_and_subscription_form_or_button": {
"type": "select",
"options": ["Large", "Medium", "Small", "Large + Subscription form", "Medium + Subscription form", "Small + Subscription form", "Large + Subscription button", "Medium + Subscription button", "Small + Subscription button"],
"default": "Large",
"group": "homepage"
},
"hero_title_text": {
"type": "text",
"group": "homepage"
},
"slider_size": {
"type": "select",
"options": ["Large", "Small"],
"default": "Small",
"group": "homepage"
},
"slider_images_orientation": {
"type": "select",
"options": ["Portrait", "Landscape", "Square", "Natural"],
"default": "Portrait",
"group": "homepage"
},
"tags_for_special_section": {
"type": "text",
"group": "homepage",
"description": "Provide the tag (or tags) slug you want to display in the section below the 'Load more' button"
},
"feature_image_orientation": {
"type": "select",
"options": ["Portrait", "Landscape", "Square", "Natural"],
"default": "Portrait",
"group": "post"
},
"disqus_shortname": {
"type": "text",
"group": "post"
}
}
}
}