tag
ai
5 entries.
-
SSG 1.8.16: Content That Thinks, Announces Itself, and Links Itself
The last two releases were about speed and structure. 1.8.16 is about the edges of publishing — the small jobs around a post that you either do by hand every time or wire up a SaaS for: summarising…
-
Tell the Designer What You Want: the ssg mcp Development Server
Here's a workflow that used to require careful copy-pasting: you tell an AI assistant "make the hero section two-column and move the tag list under the title", it suggests a diff, you apply it, you…
-
AI in Your Content, at Build Time — Not in the Browser
There are two places you can put an AI call on a website: in the visitor's browser, or in your build. Almost everyone reaches for the first — a widget that calls an API on page load — and almost…
-
How to Use the [ai …] Shortcode: A Practical Walkthrough
This is the hands-on companion to AI in Your Content. That post argues why build-time AI beats a browser widget; this one gets you from zero to a working [ai …] in about five minutes.
-
Legible to Machines: What Landed in SSG 1.8.14
Most of what a static site generator does is for people: render the Markdown, style the page, ship the HTML. But a page has other readers you never think about — the scraper that builds a link…