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

@@ -24,6 +24,7 @@ This repository contains a Ghost theme scaffold inspired by the `Thred` referenc
2. Open `http://localhost:2368/ghost` and complete the local Ghost setup
3. Activate the `ghost-theme-thred-clone` theme in `Settings -> Design`
4. After theme changes, run `npm run dev:ghost:restart`
5. To add local sample categories and posts, run `npm run dev:seed` and import the generated JSON file from Ghost Admin
The local Docker setup syncs only theme-related files into `.docker/theme/ghost-theme-thred-clone`, so work files such as `docs/` or `local-ghost/` do not slow down Ghost startup.