Category

Static Sites & Astro

11 matching blog articles. Articles on Astro, static site generators, build performance, and content-driven static publishing.

Continue exploring All categoriesBlog archive

Category wiki

Static Sites & Astro is the broad subject lane for this part of the archive.

Definition

Static-site notes focused on Astro and lightweight publishing stacks.

What belongs here

Articles land in Static Sites & Astro when the main subject is astro, static site architecture, and content-driven publishing with performance in mind..

How to read it

Treat this category as the broad lane first, then use tags to narrow that subject down to the concrete technologies, platforms, or patterns used inside it.

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.