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

Sections Deep Dive

A section is built from two parts:

  • Content file in src/content/sections/<language>/.
  • Section component in src/layouts/components/sections/.

Remove A Section

  1. Open src/pages/[...lang]/index.astro.
  2. Remove the component tag from the page layout.
  3. Save and refresh.

Hide A Section Without Removing It

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