Github Repo of Personal Website
Find a file
2023-04-14 13:49:09 -04:00
.github/workflows Commenting out concurrency section for now 2023-02-19 23:50:26 -05:00
assets/img
content New recipe 2023-04-14 13:49:09 -04:00
layouts
scripts Medium syndication information 2023-01-05 14:04:45 -05:00
static Added poster 2023-04-09 22:50:42 -04:00
themes Updating submodules 2023-03-10 10:40:57 -05:00
.gitignore New medium syndication script 2023-01-05 12:48:35 -05:00
.gitmodules
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.

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.