This is a webapp project to help authors generate eBooks and static websites.
More information about this project in this teaser video.
This project is done with Mithril JS
There is no setup, this is a no-build web app. The JS that is in this repo is exactly what the browser runs.
To run it just point your favourite web server into the directory.
The templates are served as zipfiles. They are not a part of the application code. To update them you need to run the pack-templates.sh
shell script. The webapp will load the zip and unpack the templates at runtime.
Little Webby Press usage is fully documented in two online books. Check out the Getting Started guide and the Book Configuration Specification. I've also blogged about the development of this new version at Experimenting with no-build Web Applications.
MIT