Skip to content
Type something to search...
Taxo Theme Documentation

Go Live Checklist

Use this page as a short final pre-launch pass for public Taxo sites.

Before You Publish

  1. Replace demo branding in config.toml
  2. Replace demo contact info and form action URLs
  3. Hide unfinished pages from menus
  4. Mark incomplete pages or collection entries as draft: true
  5. Update privacy policy and terms pages if you plan to keep them
  6. Test navigation, forms, and multilingual routes

Commands To Run

Terminal window
npm run astro-check
npm run build
npm run test

If 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.md
  • src/content/pages/english/terms-conditions.md
  • src/config/social.json
  • src/config/menu.en.json
  • src/content/team/english/-index.md
  • src/content/blog/english/

Deployment

For platform-specific deployment details, use the dedicated Deployment page.