Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 903 Bytes

File metadata and controls

46 lines (30 loc) · 903 Bytes

miniblog

An opinionated and minimal Astro blog template.

Important

This is an updated version of Miniblog. See the v1 branch for the original.

  • Blog posts as Markdown files
  • Code block syntax highlighting with Shiki
  • RSS feed
  • SEO optimization with customizable OpenGraph images

Getting Started

Prerequisites

  • pnpm

Installation

  1. Create a new repository with this template or fork this repository.

    • You can click the green "Use this template" button to create a new repository with this template.
    • You can click the "Fork" button to fork this entire repository.
  2. Clone this repository locally.

git clone https://github.com/[YOUR_USERNAME]/[YOUR_REPO_NAME].git
cd [YOUR_REPO_NAME]
  1. Install dependencies.
pnpm install
  1. Start the development server.
pnpm dev

License

Licensed under the MIT License.