Personal blog built with VitePress, featuring posts about software engineering, functional programming, and computer science.
- Dynamic recent posts.
- Clean, responsive design.
- GitHub Pages deployment.
- SEO optimized
# Install dependencies
npm install
# Start development server
npm run docs:dev
# Build for production
npm run docs:build
# Preview production build
npm run docs:previewThis site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
MIT