Tag

#Hugo

3 matching blog articles with repeat coverage under this topic.

Browse nearby All tagsBlog archive

Tag wiki

#Hugo is a static site generator used directly in these articles.

Definition

Hugo is a static site generator written in Go, positioned as the world's fastest framework for building websites, optimized for speed and designed for flexibility.

Why it matters

It matters when the site should be fast, content-driven, version-controlled, and easy to deploy without a large backend runtime.

In this archive

In this archive Hugo appears in website architecture, publishing workflow, and implementation discussions around content-first sites. It currently appears across 1 category, mainly Web Development.

Styling Tables With Hugo Shortcode

Markdown is a great way of writing your posts for new static website generators, but sometimes you need to add HTML classes directly to the output to make it look better. Here comes to play Hugo shortcodes that will help you programmatically add custom HTML to your markdown files.