A dependency-free static timeline for GitHub Pages.
Edit this folder in phdlitreviews first:
phdlitreviews/synthesis/hci-history/
Use the careylzh/hellohci repository as the public GitHub Pages publish target only.
Do not make content edits directly in hellohci unless you also copy them back here,
otherwise the next publish from this folder can overwrite them.
For research materials, PDFs, and Markdown synthesis notes, keep working in
phdlitreviews/synthesis/. Update this static site from those notes when you
want the public timeline to change.
python3 -m http.server 8000 --directory hci-historyThen open http://localhost:8000/.
The public URL is https://careylzh.github.io/hellohci/.
Publish the current contents of this folder to the careylzh/hellohci repository:
./hci-history/scripts/publish.shOptional commit message:
./hci-history/scripts/publish.sh "Update timeline sources"The script clones careylzh/hellohci into a temporary directory, mirrors this
folder into the repository root, commits if there are changes, and pushes to
main. GitHub Pages is configured to publish from main at /.