Github Repo of Personal Website
Find a file
2023-09-26 16:55:43 -04:00
.github/workflows Switched to Hugo Extended 2023-09-26 16:55:43 -04:00
assets/img Updated profile picture 2022-10-16 23:40:17 -04:00
content Changed draft status 2023-09-19 23:47:26 -04:00
layouts Moved robots.txt 2023-01-05 01:02:07 -05:00
scripts Medium syndication information 2023-01-05 14:04:45 -05:00
static New post 2023-09-19 22:53:23 -04:00
themes Update theme 2023-09-26 16:30:49 -04:00
.gitignore New medium syndication script 2023-01-05 12:48:35 -05:00
.gitmodules Updated submodule branch name 2022-11-29 22:28:43 -05:00
config.toml Updating theme and output formats 2023-01-05 01:02:35 -05:00
deploy.sh Factored out deployment for less redundant builds 2022-11-30 00:10:25 -05:00
README.md Create README.md 2020-01-15 22:15:23 -05: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.

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.