// Starts a Hugo server at the requested path to serve and returns the Hugo server instance.
asyncserve(pathToServe){
thrownewError('Unimplemented.')
// Starts a Hugo server with defaults set for rendering to disk and using outside live reload.
// (These are the defaults our current use case on Site.js).
// hugo server --source=.hugo-source --destination=../.hugo-public --buildDrafts --renderToDisk --baseURL=https://localhost --disableLiveReload --appendPort=false