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

Config Basics

Global settings live in src/config/config.toml.

Common Sections

  • [site] for title, description, logo, and base URL.
  • [seo] for SEO settings.
  • [settings] for navigation, footer, and content folders.
  • [settings.multilingual] for language settings.

Change The Site Title

  1. Open src/config/config.toml.
  2. Find [site].
  3. Update title and description.
  4. Save and restart the dev server if needed.

Update The Header Button

  1. Find [settings.navigationButton].
  2. Set enable = true.
  3. Update url and label.

Note

If you change multilingual settings, restart the dev server to apply updates.