Blog de Hugo sources of the current static version 2022-05-01
Go to file
Hugo Poissonnet d9290a5107 feat: poc posts nav list with csv file as source 2022-12-09 01:33:23 +01:00
docker-nginx-conf feat: docker live reload with hugo dev mode 2022-12-09 01:32:46 +01:00
v2 feat: poc posts nav list with csv file as source 2022-12-09 01:33:23 +01:00
www feat(home): better english, update home page 2022-12-04 17:47:38 +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: finish how I made this blog 2022-12-03 17:14:30 +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 feat: docker live reload with hugo dev mode 2022-12-09 01:32:46 +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