This page has some not about the hugo website generator.
set PATH=%PATH%;C:\Hugo\
hugo version
Hugo Static Site Generator v0.42.1 windows/amd64 BuildDate: 2018-06-13T10:17:09Z
hugo server -D ^
--themesDir .\hugo\themes ^
--config .\hugo\config.toml ^
--contentDir .\doc
https://github.com/gohugoio/hugo/issues/4642
In the layouts/single.html: The below code will override the default title value set in baseof.html; i.e., {{.Site.Title}}
{{ define "title" }}
{{ .Title }} – {{ .Site.Title }}
{{ end }}
https://gohugo.io/content-management/formats/
hugo server -D