Taxo Theme Documentation
Go Live Checklist
Use this page as a short final pre-launch pass for public Taxo sites.
Before You Publish
- Replace demo branding in
config.toml - Replace demo contact info and form action URLs
- Hide unfinished pages from menus
- Mark incomplete pages or collection entries as
draft: true - Update privacy policy and terms pages if you plan to keep them
- Test navigation, forms, and multilingual routes
Commands To Run
npm run astro-checknpm run buildnpm run testIf You Need A Very Fast Launch
Use this quick launch shortcut:
- publish one language first
- keep only one homepage in the menu
- hide unfinished case studies, blog posts, and extra inner pages
- keep only the contact page, services page, and one strong homepage
Common Last-Minute Items
src/content/pages/english/privacy-policy.mdsrc/content/pages/english/terms-conditions.mdsrc/config/social.jsonsrc/config/menu.en.jsonsrc/content/team/english/-index.mdsrc/content/blog/english/
Deployment
For platform-specific deployment details, use the dedicated Deployment page.