Skip to content

Commit d326868

Browse files
committed
chore(release): add v2.0.0 release notes trigger
1 parent b1c4187 commit d326868

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/info.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
tag: v2.0.0
3+
title: v2.0.0 — Static HTML/CSS/JS rewrite
4+
---
5+
6+
Full rewrite to a single-page static portfolio built with plain HTML, CSS, and vanilla JavaScript.
7+
8+
## Changes
9+
- Rebuilt the site as a static single-page portfolio; removed the Vite + React frontend and Express + Nodemailer backend.
10+
- Removed all build tooling and dependencies; the site runs with no build step.
11+
- Added sections: hero, projects, skills, experience, education, and current focus.
12+
- Added project detail pages and an online resume page.
13+
- Added light/dark theme with system detection and a manual toggle.
14+
- Retained SEO metadata and JSON-LD structured data.
15+
16+
Reason: plain HTML/CSS/JS for simpler maintenance, no dependency overhead, and no refactors when dependencies change — focused on delivering core information quickly and staying accessible.

0 commit comments

Comments
 (0)