mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Github Repo of Personal Website
Brandon Rozek
dd541114d5
Aiming to factor out common Hugo code between this and the Mastodon toot sync script |
||
---|---|---|
assets/img | ||
content | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
archive_toot.py | ||
config.toml | ||
getLLA.sh | ||
getWPT.sh | ||
jpg4web.bash | ||
LLA2WPT.sh | ||
README.md | ||
refreshobservations.py | ||
refreshtoots.py | ||
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.