Shijin Duan

Sean’s Homepage

Personal website / blog of sjduan.
Live: https://sjduan.github.io


About

This is a lightweight personal website for sharing projects, blog posts, and notes. Built as a static site so it’s fast, easy to maintain, and ideal for hosting on GitHub Pages.

Features

Tech stack

Choose one that fits your repo; examples:

Local development (examples)

Jekyll

gem install bundler jekyll
bundle install
bundle exec jekyll serve
# open http://localhost:4000

Hugo

brew install hugo
hugo server -D
# open http://localhost:1313

Plain static (npm)

npm install
npm run dev    # if using a bundler/dev server

Deploy

Structure

Add a post

Create a markdown file in the posts folder with front matter:

---
title: "My New Post"
date: 2026-03-19
tags: [notes, project]
---
Write your post here...

Customization tips

Contributing

This is my personal site — pull requests welcome for typos, accessibility fixes, or small layout improvements. For larger changes, open an issue first.

License

Content © USERNAME. Site assets and code are under the MIT License (see LICENSE).

Contact

Would you like a shorter one-page README, or a Jekyll-specific README prefilled for your repo?Would you like a shorter one-page README, or a Jekyll-specific README prefilled for your repo?