chore: setup builds

This commit is contained in:
Tom Vines 2025-06-11 23:13:38 +10:00
parent f5c75186aa
commit 1c83849899
Signed by: dragonwocky
SSH Key Fingerprint: SHA256:vCxDSu/DvGebbNiQjCVzOuxKmT8ODOzaLx+dTRtawyk
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
basho-*.zip

View File

@ -1,7 +1,7 @@
{ {
"name": "basho", "name": "basho",
"demo": "https://basho.fueko.net", "demo": "https://basho.fueko.net",
"version": "2.6.3", "version": "2.6.3+2506",
"docs": "https://fueko.net/docs/basho/", "docs": "https://fueko.net/docs/basho/",
"author": { "author": {
"name": "fueko", "name": "fueko",
@ -11,6 +11,9 @@
"keywords": [ "keywords": [
"ghost-theme" "ghost-theme"
], ],
"scripts": {
"build": "rm -f basho-2.6.3+2560.zip && zip -r basho-2.6.3+2560.zip * -x '*.git*' 'documentation*'"
},
"config": { "config": {
"posts_per_page": 6, "posts_per_page": 6,
"card_assets": true, "card_assets": true,