This is my personal website build with Hugo and the Academic theme (docs) and hosted via Netlify.
See the builds on Netlify here.
This project uses Devbox for a reproducible development environment.
- Install Devbox
- Run the development server:
devbox run dev
The site will be available at http://localhost:1313 and will automatically rebuild when you make changes.
devbox run dev- Start development server with drafts enableddevbox run build- Build for productiondevbox run build:preview- Build including future-dated posts