436 B
436 B
HugoPoi's blog deploy documentation
- Get the assets
rsync -a -C --progress home.hugopoi.net:/var/www/my_webapp/www/.content.EZtzwPjb/binary www/.content.EZtzwPjb
I should put this in git lfs
Local mode
hugo
docker compose up
Dev mode with hugo live reload
export UID GID=$(id -g)
docker compose -f docker-compose.yml -f docker-compose.dev.yml up
- Go to the home