Portfolio

Using Hugo with GitHub Pages
Using Hugo with GitHub …

This document describes how to build and deploy a Hugo-based personal profile or résumé website using GitHub Pages. 1. Install and Initialize Hugo # Install Hugo on macOS via Homebrew brew install hugo # Create a project directory for the site mkdir website_example # Navigate into the project folder …