3f01b8b8089fe3ffa7ea94dc320457eb8226490b
태그 카드의 좌측 보더와 호버 배경이 각 태그의 accent_color를 항상 기준으로 표현되도록 수정했다. 원본 Thred 태그 목록과 동일한 시각 동작을 맞추기 위해 관련 작업 이력을 문서에 반영했다. Made-with: Cursor
Ghost Theme: Thred-Inspired
This repository contains a Ghost theme scaffold inspired by the Thred reference layout.
Included
- Three-column editorial shell
- Left sidebar navigation with categories and authors
- Sticky top search trigger with local search overlay
- Homepage hero with tabbed content sections
- Tag and author archive pages
- Post template with membership CTA and comments area
- Light and dark theme toggle
Upload to Ghost
- Zip the theme files.
- Upload the zip in Ghost Admin under
Settings -> Design -> Change theme. - Configure navigation, tags, authors, site icon, and custom footer links in Ghost Admin.
Local development
- Run
npm run dev:ghost:start - Open
http://localhost:2368/ghostand complete the local Ghost setup - Activate the
ghost-theme-thred-clonetheme inSettings -> Design - After theme changes, run
npm run dev:ghost:restart - To add local sample categories and posts, run
npm run dev:seedand 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.
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.
Description
Languages
Handlebars
45.1%
CSS
28%
JavaScript
26.6%
Shell
0.3%