Github Repo of Personal Website
Find a file
2024-11-26 20:21:23 -05:00
.github/workflows
assets/img
content Added talk 2024-11-07 16:10:23 -05:00
layouts Added intro to stats page 2024-11-25 21:10:15 -05:00
scripts
static
themes Theme update 2024-11-26 20:21:23 -05:00
.gitattributes
.gitignore
.gitmodules
.lfsconfig
build.sh
config.toml
deploy.sh
README.md
sync.sh

BrandonRozek.com

Github Repo of Personal Website

Instructions

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/website

If 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 checkout

Then you need to build the site

cd website
hugo

All 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 serve

This will start a webserver that hosts the site using a port (usually 1313) on your localhost.