How I Built This Resume Site
This site was built from scratch using just:
- Markdown
- Node.js
- A single HTML template
No React, no frameworks, and no tracking. Just plain content and clean markup.
Why Markdown?
Writing in Markdown keeps things simple. I can focus on content without getting buried in tags or layout.
How It Works
At build time:
- Markdown files are converted to HTML
- A shared template injects navigation and structure
- The result is a static, fast-loading site
Perfect for resumes, portfolios, and blogs like this one.
from test import py
print("code block test")