PRSS no longer has an editor. It has five, and you can move between them on the same page without losing anything.Pick the one that suits the pageStandard — plain rich text, with a full-screen view wh...
Companion started with Ollama and a hosted OpenAI key. It now talks to anything speaking the OpenAI API, which means the server you already run is the server PRSS will use.What worksOllama, with the g...
Autoblogger's five-site limit is now twenty. The reason it could move is more interesting than the number.The limit was never about our serversAutoblogger's scheduler reads each user's settings once a...
Trying a redesign used to mean duplicating a site: a second site with its own identity, its own hosting, and no way back. Forks replace that.A branch of your contentA fork branches the site's database...
The Trash bin has grown up. Deleting a post has been recoverable for a while; now you can also tell which post you are recovering.Preview before restoringOpen a trashed item and its stored content ren...
PRSS speaks MCP, the Model Context Protocol. An AI agent can now list your sites, read and write posts, build, preview and publish — through the same operations the app itself uses.Why go through the ...
Builds are much faster from today, for both Hugo themes and the official PRSS themes. Clean builds take less than half the time they used to, and repeat builds are close to instant.What changedMulti-t...
PRSS now builds select Hugo themes, in beta. That opens up a large library of designs alongside the official PRSS themes.Here is the Terminal theme, running on a PRSS site:How Hugo support worksA Hugo...
GitHub Pages has company: PRSS now publishes to Vercel, Netlify and Firebase as well.Vercel — fast global delivery with minimal setup.Netlify — automatic builds and deployments.Firebase — Google's hos...
What separates PRSS from other static site generators is that there is no build to configure. It is managed for you — and we keep sharpening it.Theme assets are local nowWe had been loading theme CSS ...