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.
Main website and documentation
Publican npm package
Publican Github repository
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.
Main website and documentation
jsTACS npm package
jsTACS Github repository
StaticSearch #
StaticSearch is a client-side search engine for static websites that requires no server-side functionality or database.
Main website and documentation
StaticSearch npm package
StaticSearch Github repository
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.
Main website and documentation
LiveLocalhost npm package
LiveLocalhost Github repository
PerfPro #
An application performance profiler that plays nicely with other modules using Node.js performance hooks. It’s used by Publican and StaticSearch.
PerfPro npm package
PerfPro Github repository
ConCol #
A prettier color console logger used by Publican and StaticSearch.
ConCol npm package
ConCol Github repository