Personal website built with the hugo static site generator. Continuously deployed every time I push with Netlify. The static assets are built before pushing. Currently using hugo 0.73.0.
- Install
nvm
and thennode
(at least version 14.4.0) npm install
in the root directory (same level aspackage.json
)hugo server
to see on localhost
When modifying LESS files, npm run build:css
to create all static assets.