Finzo Theme Documentation
Editing Content Safely
Most content lives in src/content/ and is language-specific.
Update A Section
- Choose a language folder, for example
src/content/sections/english/. - Open the section file you want to edit.
- Update text in frontmatter and body.
- Save and refresh.
Hide A Section
- Open the section file.
- Set
enable: falsein frontmatter. - Save and refresh.
Tip
If a section is still visible, check the page layout in src/pages/[...lang]/ to confirm it is included there.