This is Roy Huang’s portfolio and writing site, built with Jekyll.
bundle install
bundle exec jekyll serve --host 127.0.0.1 --port 4001Then open http://localhost:4001/.
Create a Markdown file in _posts/ using this filename pattern:
YYYY-MM-DD-short-title.md
Start it with front matter:
---
title: A short, specific title
date: 2026-07-23
tags: [research, notes]
excerpt: One sentence for the writing index.
---Write the post below the closing ---. It will appear automatically at
/blog/ and receive a permalink at /posts/short-title/.
The CS 180 Project 1 write-up is kept as a Markdown post at
_posts/2023-12-01-cs180-proj1.md, with its original images in
assets/images/cs180/proj1/.