Documentation
Emoji Support
Emoji can be enabled in a Hugo project in a number of ways. 🎆
Placeholder Text
Lorem est tota propiore conpellat pectoribus de pectora summo.
Rich Content
documentation
shortcodes
privacy
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.
Math Typesetting
Mathematical notation in a Hugo project can be enabled by using the third party JavaScript library MathJax.
Mermaid diagrams
documentation
mermaid
markdown
To get the following graph use the following code: {{< mermaid >}} graph TD; A-->B; A-->C; B-->D; C-->D; {{< /mermaid >}} graph TD; A--B; A--C; B--D; C--D; {{< mermaid …