A standalone version of the chunk based templating system used in pagecake to generate a static website using js.
npm install -g plated
Visit https://github.com/xriss/plated-example for a blank boiler plate starting site that can easily be published to github. This is also used as the template for the blog/docs site included in this repo.
This repository contains the source, blog and documentation to support plated^.
Read the docs - https://xriss.github.io/plated/docs/
Documentation is embedded within the source so they get updated together where there are changes. The current version is always the latest.
plated/start
Builds and starts a local server on http://127.0.0.1:8080 that contains the docs website found on github.