Github Repo of Personal Website
Find a file
2022-07-03 20:43:08 -04:00
assets/img Moved avatar to assets as opposed to static 2022-05-21 00:33:05 -04:00
content Hid photos behind details pane by default 2022-07-03 20:43:08 -04:00
static Replaced link with image directly in map embed 2022-06-23 21:07:24 -04:00
themes Reorganized static folder 2022-06-11 20:36:10 -04:00
.gitignore
.gitmodules Added photos to existing tracks 2022-06-12 12:06:00 -04:00
archive_toot.py
config.toml
getLLA.sh Added scripts to grab EXIF GPS data and create WPT GPX 2022-06-16 20:45:20 -04:00
getWPT.sh Added scripts to grab EXIF GPS data and create WPT GPX 2022-06-16 20:45:20 -04:00
jpg4web.bash JPEG compression script 2022-06-12 12:06:50 -04:00
LLA2WPT.sh Added scripts to grab EXIF GPS data and create WPT GPX 2022-06-16 20:45:20 -04:00
README.md
refreshtoots.py
refreshtoots_v2.py
sync.sh Only upload checksum differences since hugo updates the time modifies on all files 2022-06-12 12:06:30 -04: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.