Github Repo of Personal Website
In order to build the site you need to have hugo and git installed.
Clone the repository
git clone --recurse-submodules https://github.com/Brandon-Rozek/websiteIf you don't include --recurse-submodules then the theme won't load rendering the site unusable.
This repository uses Git-LFS to store some of the static assets.
git lfs fetch
git lfs checkoutThen you need to build the site
cd website
hugoAll of the HTML files generated will appear in the folder Public. You can then copy this folder over to a webserver.
If you want to run the website locally, then run
hugo serveThis will start a webserver that hosts the site using a port (usually 1313) on your localhost.