#!/bin/sh set -e hugo server \ --buildDrafts \ --buildFuture \ --disableFastRender \ --bind 0.0.0.0 \ --port 1313