Personal site. Runs on GitHub Pages from the main branch root.
index.html— single-page site (projects grid is hydrated from JS).- Project cards live in the
projectsarray at the bottom ofindex.html. - Dark theme, system fonts + JetBrains Mono for code. Match existing style.
- Source:
blog/<slug>.md(YAML front matter + Markdown). - Render to a standalone styled page with the stdlib-only renderer:
python3 render_post.py blog/<slug>.md blog/<slug>.html - Link it from the
# flagship_writeupsection (or a posts list) inindex.html.
Push to main. GitHub Actions builds it automatically via Pages (Deploy from branch).