Personal website built using Hugo with the Blowfish theme
- Serve site for development
hugo serve -D
- Build site into static files
# -D to build drafts
sudo hugo -D
Update Blowfish module: hugo mod get -u
- Open CyberDuck
- Paste all files in public to blastomussa.dev host
I should probably build this into a deployment pipeline when I have some time.