#!/bin/sh
set -e
set -x
hugo -c exampleSite/content --config exampleSite/config.toml server
