A small repository of hugo templates, including layouts and shortcodes.
git clone https://github.com/seanpotts/hugo-templates.git
npm install
hugo server --disableFastRender --logLevel info
Shortcodes in examples are wrapped with {{</* shortcode */>}}
instead of {{< shortcode >}}
.
More information: https://liatas.com/posts/escaping-hugo-shortcodes/