Plated is a chunk based static website builder.


License
MIT
Install
npm install plated@0.0.106

Documentation

plated

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.

Contents

This repository contains the source, blog and documentation to support plated^.

Documentation

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.

Scripts

plated/start

Builds and starts a local server on http://127.0.0.1:8080 that contains the docs website found on github.