Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 621 Bytes

marvhock.com

This repository contains the source code of my personal website: marvhock.com
Built with Hugo, a fast static site generator written in Go.


🚀 Quick Start

  1. Install Hugo
  2. Install dependencies: npm install
  3. Build the frontend: npm run build
  4. Start local server: hugo server -F -D
  5. Visit: http://localhost:1313

For development, run npm start and hugo server -F -D simultaneously.
For deployment, use the script: ./deploy.sh