Upstart 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
- Open
src/pages/[...lang]/index.astro. - Remove the component tag from the page layout.
- Save and refresh.
Hide A Section Without Removing It
- Open the section content file.
- Set
enable: false. - Save and refresh.