![Logo](./assets/logo.png)
A dead-simple Bootstrap static site generator with great flexibility and control.
Main advantages:
- Minimum magic - maximum transparency
- Total control of the generation process
- JSX support for generator functions
Symply is based on well-known fast and reliable Handlebars.js templating engine.
Great for personal sites, reports, landing pages, and other small projects where you want to be in control of everything.
If you have a project with 100+ pages, better use Hugo (Go) or Gatsby.js (JavaScript) which are more suitable for such use-cases.
Installation
npm -g install symply
Quick Start
symply init # generate file structure
symply generate
Coming soon...