A minimalist, high-readability blog for technical research and philosophical essays.
Inspired by the "established hacker" aesthetic (Paul Graham, etc.), this project eschews modern frameworks in favor of:
- Raw HTML5: Durable, portable, and fast.
- Vanilla CSS: Minimalist styling focused on typography and readability.
- No Build Step: Content is authored directly in HTML.
This project includes a build.py script to automatically update the index.html lists when you add new files to essays/ or research/.
This site is configured for Vercel.
Connect your GitHub repository to Vercel. It will automatically detect the package.json and run the build command (python3 build.py) to keep your index updated on every push.
Run the provided publish script:
./publish.sh(Requires Vercel CLI installed via npm i -g vercel)