Publican project links

364 words, 2-minute read

Please refer to the following links for project details and resources.

Publican #

Publican is the main static site generator that generates HTML and other content files from markdown or other sources.

jsTACS #

Publican includes the JavaScript Templating and Caching system that uses standard ${ expressions } rather than a custom syntax. It can also be used separately in Express.js or similar frameworks.

StaticSearch #

StaticSearch is a client-side search engine for static websites that requires no server-side functionality or database.

LiveLocalhost #

LiveLocalhost is a lightweight web server used by Publican.dev and the basic theme during development. It automatically hot reloads when files are changed.

PerfPro #

An application performance profiler that plays nicely with other modules using Node.js performance hooks. It’s used by Publican and StaticSearch.

ConCol #

A prettier color console logger used by Publican and StaticSearch.