- Run
hugo serve
- Ensure that you have httm-proofer. If not, run
gem install html-proofer
to install. - Run
hugo -v -s .
- Run
htmlproofer --allow-hash-href --check-html --empty-alt-ignore --url-ignore /kots.io/css/ "./public"
$ hugo new release-notes/<version>.md
{{< notes title="Note Title" >}}
This is a note.
{{< /notes >}}
{{< warning title="Warning Title" >}}
This is a warning.
{{< /warning >}}
{{< callout >}}
This is a callout.
{{< /callout >}}