Static Publishing turns your wiki into a website-and-blog: a folder of plain HTML you can host anywhere — Dropbox, GitHub Pages, any web server, no moving parts.
Open any page and click + Post in the Static palette. The page is stamped with the date and joins the blog. Posts list newest-first in the palette; ✕ Unpost takes one back. Pages don't have to be posts to be published — read on.
Click ⌁ Publish Site (or File ▸ Publish Static Site once configured). MojoPad writes, silently and completely:
index.html — the blog home: your ten newest posts, in full.archive.html — every post, one line each.feed.xml — a valid RSS 2.0 feed of the latest twenty posts.static.css — a clean, serif, readable design.Write, post, publish, sync the folder to your host. That's the whole pipeline.
Encrypted pages, pages marked skip-on-export, and special pages
(Template:, Event:, Plugin:,
Clipping:) are never published.
Create a page named Template: Site containing your own HTML shell, using the
tokens $content$, $pageTitle$,
$siteTitle$, and $tagline$ — MojoPad pours
each page into it. And if a page named Event: Publish exists, its script runs
before every publish. See Scripting: Event Pages.