Github Repo of Personal Website
Find a file
2025-12-26 10:58:40 -05:00
.github/workflows Fixed onion base url 2025-12-06 15:09:22 -05:00
assets
content Typo fix 2025-12-26 10:58:40 -05:00
data Added tags->entities data 2025-11-30 14:38:15 -05:00
layouts Theme updates 2025-12-06 14:27:54 -05:00
scripts
static New Post 2025-12-26 10:42:06 -05:00
themes Theme updates 2025-12-06 14:27:54 -05:00
.gitattributes
.gitignore
.gitmodules Removed observations submodule 2025-06-10 21:47:21 -04:00
.lfsconfig
config.toml
deploy.sh Reverted deploy dest 2025-11-08 13:56:39 -05:00
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.