Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 658 Bytes

File metadata and controls

18 lines (14 loc) · 658 Bytes

waynehacking8.github.io

Personal website / portfolio for Wei Cheng (Wayne) Chiu — built with MkDocs Material.

Structure: About · Experiences · Publications · Projects · Talks · Patches · Blog.

Run locally

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve            # http://127.0.0.1:8000

Deploy

A push to main triggers .github/workflows/deploy.yml, which runs mkdocs gh-deploy to build the site to the gh-pages branch. GitHub Pages is configured to serve from gh-pages. The published site is https://wayne.is-a.dev/.