#!/bin/sh rm ./public*.tar.xz rm -rf ./public/ hugo cd ./public/ tar -cJf "../public.tar.xz" .