Mare Blog

About

A minimal and fast blog built with Astro.

🖼️ Preview

Mare Blog Preview

👉 GitHub Repository →

🛜 Tech Stack

🚀 Getting Started

pnpm install  # Install dependencies
pnpm dev      # Start local dev server at localhost:4321

📖 Documentation & Usage

For detailed guides on site configuration, writing posts, updating the About page, and customizing the Giscus comment system, please refer to our documentation post:

👉 Read the Getting Started & Configuration Guide →

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Builds your production site to ./dist/
pnpm preview Previews your build locally, before deploying
pnpm format Formats code across the project using Prettier
pnpm astro ... Runs CLI commands like astro add, astro check
pnpm astro -- --help Gets help using the Astro CLI