blog.hugopoi.net/README.md

436 B

HugoPoi's blog deploy documentation

  1. 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

  1. hugo
  2. docker compose up

Dev mode with hugo live reload

  1. export UID GID=$(id -g)
  2. docker compose -f docker-compose.yml -f docker-compose.dev.yml up
  3. Go to the home