Finzo 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
- Open
src/config/config.toml. - Find
[site]. - Update
titleanddescription. - Save and restart the dev server if needed.
Update The Header Button
- Find
[settings.navigationButton]. - Set
enable = true. - Update
urlandlabel.
Note
If you change multilingual settings, restart the dev server to apply updates.