Guise™ Mummy
static site generator
Guise Mummy is a tool, accessed via the Guise Command Line Interface (CLI), for taking various source document files such as Markdown and generating a site that can be served or deployed independently.
Fast and easy deployment to AWS S3 with CloudFront distribution and full SSL/TLS support using a custom domain.
Quick Start
- Install the Guise CLI.
- Place your files (e.g. Markdown) in
myproject/src/site/
. - From inside
myproject/
invokeguise mummify
. - Your site will be generated in
myproject/src/target/
. - To test your site, invoke
guise serve --browse
.