#!/bin/sh

rm -Rf public

hugo

rsync -avz public/ elsif.fr:elsif.fr/

