Github Repo of Personal Website
Find a file
2023-01-05 01:01:55 -05:00
.github/workflows Pushed rebuild time 2022-12-17 23:56:56 -05:00
assets/img
content Tag fix 2023-01-04 09:09:24 -05:00
scripts Moved scripts 2023-01-05 01:01:55 -05:00
static Added WKD public key 2022-12-13 23:30:56 -05:00
themes Theme update 2023-01-03 21:06:52 -05:00
.gitignore
.gitmodules Updated submodule branch name 2022-11-29 22:28:43 -05:00
config.toml Changed primary email 2022-12-13 23:33:08 -05:00
deploy.sh Factored out deployment for less redundant builds 2022-11-30 00:10:25 -05:00
README.md
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.

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.