Github Repo of Personal Website
Find a file
2022-06-11 20:09:26 -04:00
assets/img Moved avatar to assets as opposed to static 2022-05-21 00:33:05 -04:00
content Changed PDF notes to markdown notes 2022-06-11 20:09:26 -04:00
static Changed PDF notes to markdown notes 2022-06-11 20:09:26 -04:00
themes Updated theme 2022-06-02 20:32:53 -04:00
.gitignore Updated refreshtoots script to union existing data 2022-05-03 13:01:44 -04:00
.gitmodules Modified git submodule to point to fork 2020-01-15 22:10:14 -05:00
archive_toot.py Script to archive a mastodon toot 2022-05-15 20:38:27 -04:00
config.toml Removed notes from primary homepage navigation 2022-05-16 20:04:58 -04:00
README.md Create README.md 2020-01-15 22:15:23 -05:00
refreshtoots.py Updated toot grabber 2022-05-14 22:58:30 -04:00
refreshtoots_v2.py Replacing hard coded number with static variable 2022-05-21 00:14:38 -04:00
sync.sh Initial custom site config 2020-01-15 21:49:05 -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.