Skip to content

Project Structure

Project Structure

Key directories:

  • src/pages/ — routes (Home, Blog, Search, Library, RSS, etc.)
  • src/components/ — widgets (ThemeToggle, FeatureCard, CTA, FAQ, etc.)
  • src/styles/ — design tokens and global styles
  • src/content/ — type-safe content collections (blog)
  • src/content/docs/ — Starlight docs content
  • dist/ — build output (generated)