Skip to content

B67687/CS-Notes

Repository files navigation

Nacai's CS Notes

Computer science notes — math, hardware, networking, and systems engineering — built as a static site with Hugo + Hextra.

Site: https://b67687.github.io/CS-Notes/

Quick start

hugo server -D

Structure

Path What
content/ Markdown source (198 notes)
scripts/convert-vault.py Converts Obsidian vault → Hugo content
layouts/ Custom render hooks (KaTeX, callouts)
assets/katex/ KaTeX client-side renderer
hugo-content/ Raw Obsidian vaults (source for conversion)

Build

pip install pyyaml   # if missing
python3 scripts/convert-vault.py
hugo

Output goes to public/ — auto-deployed via GitHub Actions on push to main.

License

The notes and site content are provided for reference.

About

CS notes — hardware, math, networking, systems engineering. Hugo + Hextra, KaTeX math rendering, built from an Obsidian vault.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors