v0.1.4 개발 실행 별칭 및 샘플 콘텐츠 추가

This commit is contained in:
2026-04-13 11:43:13 +09:00
parent a9d07dcfdc
commit d3c8059d56
7 changed files with 717 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ghost-theme-thred-clone",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"description": "A Ghost theme inspired by the Thred reference layout.",
"author": {
@@ -68,7 +68,10 @@
}
},
"scripts": {
"dev": "npm run dev:ghost:start",
"dev:sync": "sh ./scripts/sync-theme.sh",
"dev:seed": "node ./scripts/build-sample-content.js",
"dev:seed:zip": "npm run dev:seed && cd seed && zip -q -r thred-inspired-sample-content.ghost.zip thred-inspired-sample-content.ghost.json",
"dev:ghost:start": "npm run dev:sync && docker compose up -d",
"dev:ghost:restart": "npm run dev:sync && docker compose restart ghost",
"dev:ghost:stop": "docker compose down",