Tag

#Static Site Generator

3 matching blog articles with repeat coverage under this topic.

Browse nearby All tagsBlog archive

Tag wiki

#Static Site Generator is a content site build framework class used directly in these articles.

Definition

A static site generator is a tool category that converts content and templates into deployable static web pages.

Why it matters

It matters when teams want content workflows with predictable builds and low runtime infrastructure overhead.

In this archive

In this archive static site generators appear in framework comparisons and long-term publishing architecture decisions. 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.