This repository contains the source code of my personal website: marvhock.com
Built with Hugo, a fast static site generator written in Go.
- Install Hugo
- Install dependencies:
npm install
- Build the frontend:
npm run build
- Start local server:
hugo server -F -D
- Visit: http://localhost:1313
For development, run npm start
and hugo server -F -D
simultaneously.
For deployment, use the script: ./deploy.sh