Hugo

Hugo is a static site generator written in Go and is used to generate this website.

Hugo Shortcodes

Hugo shortcodes are useful when you need to output HTML from your markdown that is incompatible with the goldmark or black friday parser. When the markdown parser encounters an HTML element, it skips processing until that element is closed. The div custom shortcode included below is an example of how to workaround this issue.