Add base theme files
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "simple-purple",
|
||||
"description": "A simple Purple theme for Ghost",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"ghost": ">=5.0.0"
|
||||
},
|
||||
"license": "Copyright",
|
||||
"author": {
|
||||
"name": "AstroBea",
|
||||
"email": "hello@beatrice.wtf",
|
||||
"url": "https://beatrice.wtf/"
|
||||
},
|
||||
"config": {
|
||||
"posts_per_page": 10,
|
||||
"image_sizes": {},
|
||||
"card_assets": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user