437c403830bfd2cf7a6f2e202223292f9b64970c
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%