Server renderedPublican creates fast, HTML first, secure static sites with no JavaScript unless you need it.
Easy to startPublican is ECMAScript all the way. Create a static site with a three-line configuration file.
Clean URL routingBy default, all web pages are rendered to static directories containing index.html files.
Simpler templatesNo special syntax to learn. Publican uses JavaScript template literal ${ expressions }.
Runtime templatesUse !{ expressions } to create islands of dynamic content that can be rendered at runtime.
Syntax highlightingMarkdown `code` blocks are syntax highlighted in HTML with configurable CSS colors.
ExtendibleCreate your own reusable values, functions, replacers, and event hooks to configure your static site build.
Fast buildBuild a 100-page static site in less than half a second. Live file watch updates are even faster!