Hugo Poissonnet 34f2a1a504 | ||
---|---|---|
docker-nginx-conf | ||
v2 | ||
www | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
README.txt | ||
deploy.sh | ||
docker-compose.dev.yml | ||
docker-compose.yml | ||
php.Dockerfile |
README.md
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