- License: MIT. All contributions are MIT.
- Stack: Ghost theme using Handlebars, Tailwind CSS, esbuild, and Ghost helpers.
- Clone:
git clone https://github.com/frontendweb3/fastest.git && cd fastest - Install:
pnpm install(ornpm install/yarn install) - Develop (watch mode):
pnpm devto rebuild Tailwind/JS on change. - Build once:
pnpm build(ornpm run build/yarn build). Outputs toassets/dist. - Format:
pnpm format(ornpm run format/yarn format). - Theme checks:
pnpm test-v6for Ghost 6,pnpm test-v5for Ghost 5.
- Keep changes small and focused; include relevant templates/partials and CSS/JS.
- Run the build/watch before committing to ensure assets are up to date.
- Follow existing style and accessibility patterns (semantic HTML, ARIA where needed).
- Avoid committing console logs or unused code.