Astro Blog Documentation

A modern blog system built with Astro, Vue, and Tailwind CSS

jet-w
3分钟

Astro Blog

A modern, feature-rich blog system built with Astro, Vue 3, and Tailwind CSS.

Why Choose This Blog?
  • Fast - Static site generation with near-instant page loads
  • Modern - Built with the latest web technologies
  • Flexible - Markdown, MDX, and rich component support
  • Beautiful - Clean design with dark mode support

Get Started

New to Astro Blog? Start here:

ChapterDescription
IntroductionWhat is Astro Blog and why use it
InstallationSet up your development environment
First PostCreate and publish your first article
Project StructureUnderstand the file organization
DeploymentBuild and deploy your blog

Writing Guide

Learn how to write beautiful content:

GuideDescription
Markdown BasicsEssential Markdown syntax
ContainersTips, warnings, and callouts
Code BlocksSyntax highlighting and more
DiagramsFlowcharts and diagrams with Mermaid
Math FormulasLaTeX math rendering
VideosEmbed YouTube, Bilibili, and more
IconsUse icons from multiple libraries

Configuration

Customize your blog:

ConfigDescription
Site SettingsTitle, description, and metadata
SidebarNavigation and document trees
Multi-languageAdd multiple language support

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Then visit http://localhost:4321 to see your blog!


Ready to begin? Start with the Introduction!