Github Repo of Personal Website
Find a file
Brandon Rozek f9f4b993b7
Merge pull request #3 from Brandon-Rozek/inat_changes
Changes to inaturalist sync script and theme update
2022-10-12 03:39:35 +00:00
assets/img Moved avatar to assets as opposed to static 2022-05-21 00:33:05 -04:00
content Switched draft flag and updated timestamp for new post 2022-10-11 20:20:57 -04:00
static New post 2022-09-29 20:38:06 -04:00
themes Updated theme 2022-10-08 23:33:57 -04:00
.gitignore Updated refreshtoots script to union existing data 2022-05-03 13:01:44 -04:00
.gitmodules Refactoring toots into a submodule 2022-09-28 15:51:39 -04:00
archive_toot.py Script to archive a mastodon toot 2022-05-15 20:38:27 -04:00
config.toml Updated homnpage 2022-08-21 00:07:13 -04:00
getLLA.sh Added scripts to grab EXIF GPS data and create WPT GPX 2022-06-16 20:45:20 -04:00
getWPT.sh Adjusted WPT script to add a default name 2022-07-03 20:43:30 -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 Create README.md 2020-01-15 22:15:23 -05:00
refreshobservations.py Added extra fields to inaturalist sync 2022-10-08 23:32:13 -04:00
refreshtoots.py Deprecated old mastodon toot sync script 2022-10-08 01:08:15 -04:00
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.