v0.1.3 로컬 고스트 개발 환경 구성

This commit is contained in:
2026-04-13 11:36:12 +09:00
parent fab60c0c89
commit a9d07dcfdc
6 changed files with 59 additions and 3 deletions

View File

@@ -18,6 +18,15 @@ This repository contains a Ghost theme scaffold inspired by the `Thred` referenc
2. Upload the zip in Ghost Admin under `Settings -> Design -> Change theme`.
3. Configure navigation, tags, authors, site icon, and custom footer links in Ghost Admin.
## Local development
1. Run `npm run dev:ghost:start`
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`
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.
## Important note
The layout closely follows the provided reference, but Ghost content, membership, comments, and recommendation data depend on the site configuration and content model inside your Ghost installation.