Skip to content

First post on my new blog. Built with VitePress, deployed on GitHub Pages.

How to Write

Create a Markdown file in posts/:

posts/
  2025-05-22-my-post.md

Add frontmatter:

yaml
---
title: Post Title
date: 2025-05-22
tags: [tag1, tag2]
---

Use <!-- more --> to mark the excerpt cutoff.

Tech Stack

  • VitePress (Vue 3 + Vite)
  • GitHub Pages deployment
  • Dark Neon design system

Last updated: