Customization
Branding
Section titled “Branding”Update the site-wide identity in src/config/site.config.ts (name, description,
url, author, social links, OG image). This is the single source of truth for
canonical/OG/sitemap and llms.txt.
Adding Pages
Section titled “Adding Pages”- Create a Markdown file in
src/content/pages/:
---title: My Pageslug: my-pagelocale: iddescription: A new page.---## Content here- Add it to the navigation in
src/content/navigation.yml - Create the locale route in
src/pages/[locale]/if it needs a unique layout
Updating the Hero
Section titled “Updating the Hero”The homepage Hero component lives in src/components/Hero.astro and pulls its data from the first section defined in src/content/pages/index.md.