Skip to content

Customization

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.

  1. Create a Markdown file in src/content/pages/:
---
title: My Page
slug: my-page
locale: id
description: A new page.
---
## Content here
  1. Add it to the navigation in src/content/navigation.yml
  2. Create the locale route in src/pages/[locale]/ if it needs a unique layout

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.