Skip to content

hubertdeng123/hubertdeng123.github.io

Repository files navigation

hubertdeng.com

Personal site and blog built with React, Vite, TypeScript, and Markdown content.

Local development

npm install
npm run dev

Build

npm run build

The build writes static files to dist.

Writing posts

Add Markdown files to src/content/posts. Required front matter:

---
title: Post Title
description: One sentence summary.
date: 2026-06-05
tags:
  - engineering
---

The filename becomes the post slug.

About

Personal Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors