Blog

Latest writings and updates.

Browse tags: All topics #astro #basics #content #guide #i18n
Diagram explaining localized routes in Astro
• 4 min read

Astro i18n Guide: Localized Routes & Content

Build a multilingual Astro site with language-prefixed routes, Content Collections, and helpers for localized navigation. Learn how to configure manual routing, create shared dictionaries, render translated posts, and wire hreflang metadata without sacrificing performance or authoring flow. The guide covers Accept-Language negotiation, astro:i18n utilities, and tactics for keeping English and Chinese content in sync.

#astro#i18n#content
Astro keywords cheat sheet board
• 4 min read

🚀 Astro Keywords & Concepts Cheat Sheet

A fast reference to Astro’s vocabulary—understand the islands architecture, component types, bundling strategies, configuration options, and deployment adapters. Includes tables for core keywords, file structure explanations, CLI scripts, and productivity shortcuts so new projects stay organised.

#astro#basics#guide