seanpotts / hugo-templates

A small repository of hugo templates, including layouts and shortcodes.

Home Page:https://seanpotts.github.io/hugo-templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo templates

A small repository of hugo templates, including layouts and shortcodes.

Installation

  • git clone https://github.com/seanpotts/hugo-templates.git
  • npm install
  • hugo server --disableFastRender --logLevel info

Notes

Prevent Hugo from rendering shortcodes

Shortcodes in examples are wrapped with {{</* shortcode */>}} instead of {{< shortcode >}}.

More information: https://liatas.com/posts/escaping-hugo-shortcodes/

About

A small repository of hugo templates, including layouts and shortcodes.

https://seanpotts.github.io/hugo-templates/


Languages

Language:HTML 72.5%Language:JavaScript 15.3%Language:CSS 12.2%