New Features
3 new additions
-
npm run deploycommand — one-command deployment to GitHub Pages, similar to Docusaurus. Builds the site, auto-detects thebasePathfrom your git remote URL, and pushes theout/directory to agh-pagesbranch. Supports--skip-build,--branch,--remote, andPAGES_BASE_PATHoverride -
CI workflow templates — the
create-trellis-docsscaffolder now prompts for a deployment target (GitHub Pages, Vercel, Netlify, or None) and drops a ready-to-use.github/workflows/deploy.ymlinto the new project. GitHub Pages workflows auto-compute thebasePathfrom the repo URL -
Version badge —
siteConfig.versionis now displayed as a pill badge in the navbar (next to the site title) and on the landing page hero. Scaffolded projects start atv0.1.0
Improvements
1 enhancements
- Deployment docs — the deployment guide now leads with
npm run deployfor GitHub Pages, includes full CI workflow examples for all three providers (GitHub Pages, Vercel, Netlify), and documents the scaffolder's deployment target prompt