Skip to content

bilalsul/r

Repository files navigation

Research & Essays

A minimalist, high-readability blog for technical research and philosophical essays.

Philosophy

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.

Dynamic Updates

This project includes a build.py script to automatically update the index.html lists when you add new files to essays/ or research/.

Deployment

This site is configured for Vercel.

Automatic (Recommended)

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.

Manual (CLI)

Run the provided publish script:

./publish.sh

(Requires Vercel CLI installed via npm i -g vercel)

About

Resources

Stars

Watchers

Forks

Contributors