Blog de Hugo sources of the current static version 2022-05-01
docker-nginx-conf | ||
v2 | ||
www | ||
.gitignore | ||
.gitmodules | ||
deploy.sh | ||
docker-compose.dev.yml | ||
docker-compose.yml | ||
php.Dockerfile | ||
README.md | ||
README.txt |
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