A small static personal blog for theory notes, paper reading, short daily notes, and projects.
The public site has one entry page and three versions:
- /cn: formal Chinese profile
- /en: formal English profile
- /peer: a lighter, more personal peer space
- publications.html: long-form coursework and independent study
- reading-notes.html: notes from papers and books
- today.html: short observations and unfinished thoughts
- projects.html: project notes and links
- content/*.md: article content
- content/posts.js: article metadata and ordering
- cn/index.html and en/index.html: formal profile entrances
- peer/index.html and peer/style.css: peer-space entrance and visual style
The site uses plain HTML, CSS, and JavaScript. Markdown is rendered in the browser with Marked, and basic formulas use KaTeX.
python -m http.server 8000
Open http://127.0.0.1:8000/.