Git repository for my personal blog.
This is where I will be writing content for hosting at brandtkeller.com
.
Comprised of a hugo builder image which then copies the public/
contents into an nginx image.
See Dockerfile
See my homelab repository for a background of the services that host this website.
Poison
In order to setup this repo locally from a fresh clone you'll need to:
git clone <this repo>
cd personal-blog
git submodule init
git submodule update
hugo serve
- Look at storing images in Cloudflare R2 - current method is bloating the image
- github workflow to sync photos
- Change links from internal -> external
- Find a process for bumping the pods on new image
- Update image build token for action