A personal digital garden covering mathematics, algorithms, competitive programming, and quiet thinking — built with Quartz v4 and written in Obsidian.
Live site: https://ashfak-hossain.github.io/codex/
Prerequisites: Node.js v22+, npm 10.9+
# Install dependencies
npm install
# Preview with live reload
npx quartz build --serve
# Production build
npx quartz build
# Type check + formatting check
npm run check
# Auto-format
npm run formatThe dev server runs at http://localhost:8080.
Found a typo, broken link, or math error? See CONTRIBUTING.md.