Skip to content

Repository files navigation

Roy Huang — personal site

This is Roy Huang’s portfolio and writing site, built with Jekyll.

Run locally

bundle install
bundle exec jekyll serve --host 127.0.0.1 --port 4001

Then open http://localhost:4001/.

Add a blog post

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/.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages