Add base theme files

This commit is contained in:
2023-01-05 00:02:16 +01:00
commit 0c415542ce
11 changed files with 94 additions and 0 deletions

19
package.json Normal file
View 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
}
}