tidypress
v1.0.16
Published
A publishing framework for Git-native authorship.
Maintainers
Readme
tidypress
A publishing framework for Git-native authorship — init, dev, build, and deploy from markdown in site/.
Quickstart
Node.js 22.12+ required.
npm install tidypress
npx tidypress init --site-url https://yoursite.example
npx tidypress devnpx tidypress build
npx tidypress previewBuild output lands in site/build/ with llms.txt, Pagefind, and sitemap when siteUrl is set.
Presets
lab is the default. Also: blog, persona, body-of-work, body-of-work-docs, docs-writing, custom.
Commands
| Command | Purpose |
|---------|---------|
| init | Scaffold site/ (--preset … --site-url <url>) |
| dev / preview | Dev server / preview build |
| build [--no-llms-txt] | Production static output |
| deploy | Publish build/ |
| doctor | Setup check |
| skills install | Cursor / Claude / Codex skills |
Every build writes build/llms.txt with full published markdown. Skip with --no-llms-txt or capabilities.disable: ['llmsTxt'].
Links
- Docs: https://tidypress.pages.dev/docs
- Repo README: https://github.com/Raphjacksun7/tidypress#readme
- Issues: https://github.com/Raphjacksun7/tidypress/issues
Monorepo development
pnpm --filter tidypress build
pnpm --filter tidypress test