Github Repo of Personal Website
Find a file
2024-09-06 18:15:48 -07:00
.github/workflows Git LFS setup 2024-09-06 18:11:04 -07:00
assets/img Updated profile picture 2022-10-16 23:40:17 -04:00
content Added new locations 2024-09-06 18:05:08 -07:00
layouts Added user-dependent home page 2024-05-04 22:56:52 -04:00
scripts Medium syndication information 2023-01-05 14:04:45 -05:00
static Added new locations 2024-09-06 18:05:08 -07:00
themes Added user-dependent home page 2024-05-04 22:56:52 -04:00
.gitattributes Setting up Git LFS 2024-09-05 21:12:07 -07:00
.gitignore New medium syndication script 2023-01-05 12:48:35 -05:00
.gitmodules Setting up Git LFS 2024-09-05 21:12:07 -07:00
.lfsconfig Set LFS config 2024-09-05 21:15:12 -07:00
build.sh Sh -> Bash 2024-07-28 20:04:17 -07:00
config.toml Added post age warning 2024-02-16 13:03:00 -05:00
deploy.sh Factored out deployment for less redundant builds 2022-11-30 00:10:25 -05:00
README.md Updated README 2024-09-06 18:15:48 -07:00
sync.sh Factored out deployment for less redundant builds 2022-11-30 00:10:25 -05:00

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.