v1.0.0: Zenless Column Flow 이름과 버전 규칙 반영

Made-with: Cursor
This commit is contained in:
2026-04-17 16:38:39 +09:00
parent 12a1c450ae
commit b148269f53
11 changed files with 29 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
# Ghost Theme: Thred-Inspired
# Ghost Theme: Zenless Column Flow
This repository contains a Ghost theme scaffold inspired by the `Thred` reference layout.
This repository contains the `Zenless Column Flow` Ghost theme for editorial three-column blogs.
## Included
@@ -22,11 +22,11 @@ This repository contains a Ghost theme scaffold inspired by the `Thred` referenc
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`
3. Activate the `zenless-column-flow` 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.
The local Docker setup syncs only theme-related files into `.docker/theme/zenless-column-flow`, so work files such as `docs/` or `local-ghost/` do not slow down Ghost startup.
## Important note