letsblaze


Features

No JavaScript

letsblaze ships zero client-side JavaScript. All interactive behaviour uses native HTML elements (<details>, <summary>) or CSS (prefers-color-scheme, aria-current).

No external resources

No external stylesheets, no web fonts, no CDN calls. All styles are inline. Every page is self-contained.

Dark mode

Dark mode is automatic — it follows the system prefers-color-scheme preference. No toggle, no JavaScript, no cookie. It just works.

Syntax highlighting

Code blocks are highlighted at build time using Hugo’s Chroma highlighter with inline styles. The default style is monochrome. See Configuration for how to change it.

RSS

Hugo generates RSS feeds automatically:

The feed link is autodiscoverable in <head> and linked in the footer.

Sitemap

A sitemap is generated automatically at /sitemap.xml. With enableGitInfo = true, lastmod is populated from git commit dates.

Accessibility

SEO

Shortcodes

ShortcodeOutputExample
{{< sub >}}text{{< /sub >}}SubscriptH2 O
{{< sup >}}text{{< /sup >}}Superscriptx2
{{< mark >}}text{{< /mark >}}Highlighted textimportant
{{< abbr title="..." >}}text{{< /abbr >}}AbbreviationHTML