I've been working on a new HTML-first static site generator for a while. Alpha:
https://www.npmjs.com/package/publican
11ty is a big influence! Publican has:
- template literal ${ expressions } - no syntax to learn
- post index pagination
- virtual content and templates
- watch mode
Feedback welcome.
https://www.npmjs.com/package/publican
11ty is a big influence! Publican has:
- template literal ${ expressions } - no syntax to learn
- post index pagination
- virtual content and templates
- watch mode
Feedback welcome.
Comments
OK, so why did I create Publican when there are so many SSGs? I ask myself that often. But:
- I never found a templating system better than JS!
- I often ended up writing lots of custom code.
- To scratch an itch.