Rich Content

Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. ...

March 10, 2019 · 1 min · Hugo Authors

Math Typesetting

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. ...

March 8, 2019 · 1 min · Hugo Authors

Emoji Support

Emoji can be enabled in a Hugo project in a number of ways. ...

March 5, 2019 · 1 min · Hugo Authors

tags: [“markdown”, “css”, “html”, “themes”] categories: [“themes”, “syntax”] series: [“Themes Guide”] aliases: [“migrate-from-jekyl”] ShowToc: true TocOpen: true Markdown syntax guide Headers This is a Heading h1 This is a Heading h2 This is a Heading h6 Emphasis This text will be italic This will also be italic This text will be bold This will also be bold You can combine them Lists Unordered Item 1 Item 2 Item 2a Item 2b Ordered Item 1 Item 2 Item 3 Item 3a Item 3b Images Links You may be using Markdown Live Preview....

1 min · HackLiberty