Source code of my personal website - https://www.marvhock.com
This site is build with Hugo, a static site generator written in Go.
- Install Hugo
- run
npm i
- run
npm run build
- run
hugo server -F -D
- Open https://localhost:1313/
For Development run npm start
and hugo server -F -D
simultaniously.
For Deployment run ./deploy.sh