Redirect

Forwarding to gohugo using redirectUrl

The Figure Shortcode

Hugo has figure shortcode built-in, so you can easily add figure captions or hyperlink rel attributes to images. Documentations can be found here: https://gohugo.io/content-management/shortcodes/#figure This theme has 3 CSS classes made for figure elements: big: images will break the width limit of main content area. left: images will float to the left. right: images will float to the right. If a figure has no class set, the image will behave just like a normal markdown image: !

Markdown Syntax Guide

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.

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.

Placeholder Text

Lorem est tota propiore conpellat pectoribus de pectora summo.

Math Typesetting

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

Emoji Support

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

Thumbnail image

Guide to Thumbnails in Hugo

Thumbnails can be enabled easily by setting the thumbnail parameter in the frontmatter to an image such as "images/landscape.jpg". Make sure to copy the image the static/images/ directory. If put together, it will look like this (that’s in fact this post’s frontmatter): +++ author = "Hugo Authors" title = "Guide to Thumbnails in Hugo" date = "2019-03-04" description = "Guide to Thumbnails in Hugo" tags = [ "thumbnail", ] thumbnail= "images/landscape.