Skip to content

connorwang/blog

Repository files navigation

Connor's Blog

Personal blog at [connor's domain]. Static site built with Astro.

Dev

nvm use
npm install
npm run dev        # http://localhost:4321

Build

npm run build      # static output in dist/
npm run preview    # serve dist/ locally
npm test           # unit tests for helpers

Deploy

Push to master → Vercel auto-deploys. Feature branches get preview URLs.

Write an article

Drop a file in src/content/articles/YYYY-MM-DD-slug.mdx with this frontmatter:

---
title: "Your title"
date: 2026-04-20
description: "Optional short description."
draft: false
---

Set draft: true to hide from production builds while keeping the file committed.

About

Connor's personal blog (Astro + MDX + Tailwind)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors