Frequently Asked Questions
How do I add a new page?
Create a new `.mdx` file in `src/content/docs/` with frontmatter. The page will automatically appear in the navigation.
Can I customize the theme?
Yes! Edit `tailwind.config.mjs` to customize colors, fonts, and other design tokens.
How do I deploy?
Hermes is ready to deploy to Vercel, Netlify, or Cloudflare Pages. See the deployment guide for details.