Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 699 Bytes

File metadata and controls

21 lines (15 loc) · 699 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

⚙️ Development

run npm start and hugo server -F -D simultaneously.

✈️ Deployment

use the script: ./deploy.sh
Build and Extract Public Folder Contents to gh-pages Repo.