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

Editing Content Safely

Most content lives in src/content/ and is language-specific.

Update A Section

  1. Choose a language folder, for example src/content/sections/english/.
  2. Open the section file you want to edit.
  3. Update text in frontmatter and body.
  4. Save and refresh.

Hide A Section

  1. Open the section file.
  2. Set enable: false in frontmatter.
  3. Save and refresh.

Tip

If a section is still visible, check the page layout in src/pages/[...lang]/ to confirm it is included there.