Welcome to your astro-ignite site
You just bootstrapped a complete Astro site. This post is a quick tour of what’s in front of you so you know what to keep, what to edit, and what to delete.
What you have
- A working blog at
/blogwith two example posts (this one is one of them) authored as MDX insrc/content/blog/{locale}/. - A projects showcase at
/projectswith a sample case study. - An about page at
/aboutand a contact form at/contactthat’s wired to whichever email provider you picked at scaffold (Resend, SMTP, or a console-only stub). - Legal page templates — privacy, terms, cookies — at
/legal/*. They ship with placeholder content and a clear “review with counsel” disclaimer; review and customize before you go live. - A cookie banner that controls whether analytics fires.
- A dark mode toggle in the nav (try it).
- Sitemap, RSS, robots, manifest, and OG image — all wired and i18n-aware.
What to edit first
- Replace the brand colors in
src/styles/global.css(look for the@themeblock). - Replace the OG image at
public/og/og-default.pngwith a 1200×630 image branded for your site. - Fill in
src/config/site.ts— every locale-keyed object, your social URLs, your organization name. - Customize the legal templates in
src/content/legal/{locale}/and review them with a lawyer. - Delete this post when you don’t need the tour anymore.
What to read
For deeper customization there’s a *.md guide for each subsystem in the template root: FONTS.md, ANALYTICS.md, OG.md, IMAGES.md, LEGAL.md, and BENCHMARKS.md. Each is short, recipe-driven, and assumes you’ll edit code rather than read prose.