Blog de Hugo sources of the current static version 2022-05-01
Go to file
Hugo Poissonnet 34f2a1a504
feat(contact): add contact page
2024-03-10 21:36:15 +01:00
docker-nginx-conf feat: docker live reload with hugo dev mode 2022-12-09 01:32:46 +01:00
v2 feat(contact): add contact page 2024-03-10 21:36:15 +01:00
www fix: disable error for loadHTML because no html5 support by default in PHP 2023-11-14 18:07:16 +01:00
.gitignore feat: add new hugo blog v2 2022-11-06 15:14:47 +01:00
.gitmodules feat: much cleaner theme override 2022-12-05 20:05:31 +01:00
README.md feat: docker live reload with hugo dev mode 2022-12-09 01:32:46 +01:00
README.txt feat: initial archive provided by archivarix.com 2022-04-15 14:45:29 +02:00
deploy.sh feat: add -t for sudo in deploy 2023-12-11 08:45:00 +01:00
docker-compose.dev.yml feat: docker live reload with hugo dev mode 2022-12-09 01:32:46 +01:00
docker-compose.yml fix: disable error for loadHTML because no html5 support by default in PHP 2023-11-14 18:07:16 +01:00
php.Dockerfile fix: disable error for loadHTML because no html5 support by default in PHP 2023-11-14 18:07:16 +01:00

README.md

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