2022-09-12 05:59:12 -04:00
{
2024-06-19 09:56:58 -04:00
"name" : "bifocal" ,
"description" : "A Ghost theme, based on Solo" ,
2022-09-12 05:59:12 -04:00
"version" : "1.0.0" ,
"private" : true ,
"engines" : {
"ghost" : ">=5.0.0"
} ,
"license" : "MIT" ,
"author" : {
2024-06-19 09:56:58 -04:00
"name" : "Jean Viscogliosi-Pate" ,
"email" : "jean@viscogliosi-pate.com" ,
"url" : "viscogliosi-pate.com"
2022-09-12 05:59:12 -04:00
} ,
"keywords" : [
"ghost" ,
"theme" ,
"ghost-theme"
] ,
"config" : {
"posts_per_page" : 6 ,
"image_sizes" : {
"xs" : {
"width" : 150
} ,
"s" : {
"width" : 300
} ,
"m" : {
"width" : 720
} ,
"l" : {
"width" : 960
} ,
"xl" : {
"width" : 1200
} ,
"xxl" : {
"width" : 2000
}
} ,
"card_assets" : true ,
"custom" : {
2022-11-10 23:02:51 -05:00
"navigation_layout" : {
"type" : "select" ,
"options" : [ "Logo on the left" , "Logo in the middle" , "Stacked" ] ,
"default" : "Logo on the left"
} ,
2024-07-31 13:10:37 -04:00
"primary_header" : {
"type" : "text" ,
"default" : "Hi! Welcome."
} ,
"secondary_header" : {
"type" : "text" ,
"default" : "I had wondered, \"Why do I continue?\" It must be worth the effort, since I do not hesitate. I now know the answer: because there is ice cream waiting for me."
} ,
2022-09-12 05:59:12 -04:00
"footer_text" : {
2024-06-19 09:56:58 -04:00
"type" : "text" ,
"default" : "Contact me!"
2022-09-12 05:59:12 -04:00
} ,
2024-06-19 09:56:58 -04:00
"email_address" : {
"type" : "text"
2022-09-12 05:59:12 -04:00
} ,
2024-06-19 09:56:58 -04:00
"mastodon_link" : {
"type" : "text"
2022-09-12 05:59:12 -04:00
} ,
2024-06-19 09:56:58 -04:00
"matrix_contact" : {
"type" : "text"
2022-09-12 05:59:12 -04:00
} ,
2024-06-19 09:56:58 -04:00
"linkedin_contact" : {
"type" : "text"
2022-09-12 05:59:12 -04:00
}
}
} ,
"scripts" : {
"dev" : "gulp" ,
"test" : "gscan ." ,
"zip" : "gulp zip"
} ,
"devDependencies" : {
2024-01-17 21:48:00 -05:00
"@tryghost/shared-theme-assets" : "2.4.3" ,
2024-03-20 19:29:50 -04:00
"autoprefixer" : "10.4.19" ,
2022-09-12 05:59:12 -04:00
"beeper" : "2.1.0" ,
2024-06-05 06:36:34 -04:00
"cssnano" : "7.0.2" ,
2024-05-01 09:07:00 -04:00
"gscan" : "4.43.1" ,
2024-03-29 00:21:24 -04:00
"gulp" : "5.0.0" ,
2022-09-12 05:59:12 -04:00
"gulp-concat" : "2.6.1" ,
"gulp-livereload" : "4.0.2" ,
2024-02-06 07:28:33 -05:00
"gulp-postcss" : "10.0.0" ,
2022-09-12 05:59:12 -04:00
"gulp-uglify" : "3.0.2" ,
"gulp-zip" : "5.1.0" ,
2024-05-07 00:09:31 -04:00
"ordered-read-streams" : "2.0.0" ,
2024-03-20 19:29:50 -04:00
"postcss" : "8.4.38" ,
2022-09-12 05:59:12 -04:00
"postcss-easy-import" : "4.0.0" ,
"pump" : "3.0.0"
}
}