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
run npm start and hugo server -F -D simultaneously.
use the script: ./deploy.sh
Build and Extract Public Folder Contents to gh-pages Repo.