Github Repo of Personal Website
Find a file
2025-07-06 14:15:58 -04:00
.github/workflows Remove unneeded GH Action steps 2025-06-08 19:44:05 -04:00
assets Update to Hugo v0.143.1 2025-02-16 11:04:21 -05:00
content New Post 2025-07-06 14:15:58 -04:00
layouts Fixed field access 2025-06-17 21:18:29 -04:00
scripts Updated Imagemagick scripts 2025-02-18 09:50:30 -05:00
static Added photo 2025-06-15 22:44:23 -04:00
themes Theme update 2025-06-15 22:33:02 -04:00
.gitattributes Fixing LFS tracking 2025-02-15 19:06:14 -05:00
.gitignore New medium syndication script 2023-01-05 12:48:35 -05:00
.gitmodules Removed observations submodule 2025-06-10 21:47:21 -04:00
.lfsconfig Set LFS config 2024-09-05 21:15:12 -07:00
config.toml Update to Hugo v0.143.1 2025-02-16 11:04:21 -05:00
deploy.sh Push to one server only (gets distributed from there) 2025-03-16 13:24:08 -04:00
README.md Updated README 2024-09-06 18:15:48 -07:00
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.