June 2026 Production theme

This commit is contained in:
2026-06-13 21:33:23 -05:00
commit 2463a228e9
112 changed files with 12813 additions and 0 deletions
+122
View File
@@ -0,0 +1,122 @@
{
"name": "canin-dawn",
"description": "A DreamFreely'd Ghost theme",
"version": "1.0.3",
"private": true,
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"docs": "https://dawn.ghost.io/about/",
"config": {
"posts_per_page": 5,
"image_sizes": {
"xs": {
"width": 150
},
"s": {
"width": 400
},
"m": {
"width": 750
},
"l": {
"width": 960
},
"xl": {
"width": 1140
},
"xxl": {
"width": 1920
}
},
"card_assets": true,
"custom": {
"navigation_layout": {
"type": "select",
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
"default": "Logo on the left"
},
"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"
},
"color_scheme": {
"type": "select",
"options": [
"Auto",
"Light",
"Dark"
],
"default": "Auto"
},
"white_logo_for_dark_mode": {
"type": "image"
},
// "show_featured_posts": {
// "type": "boolean",
// "default": true,
// "group": "homepage"
// },
// "featured_title": {
// "type": "text",
// "default": "Featured articles",
// "group": "homepage"
// },
"show_author": {
"type": "boolean",
"default": true,
"group": "post"
},
"show_related_posts": {
"type": "boolean",
"default": true,
"group": "post"
}
}
},
"scripts": {
"dev": "gulp",
"test": "gscan .",
"zip": "gulp zip"
},
"devDependencies": {
"@tryghost/shared-theme-assets": "2.5.0",
"autoprefixer": "10.4.21",
"beeper": "2.1.0",
"cssnano": "7.0.6",
"gscan": "4.47.0",
"gulp": "5.0.0",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "10.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
"ordered-read-streams": "2.0.0",
"postcss": "8.5.3",
"postcss-easy-import": "4.0.0",
"pump": "3.0.2"
}
}