Hepek: static site generator

Hi all,

if someone wants to try an interesting approach to static sites, here it is:

Scala object becomes a file, generated in a folder that corresponds to its package.
Templates are just traits, override settings as needed.
Markdown is supported also, but now you can use string interpolation, functions etc.
There’s also support for renedering PDFs, typesafe layouts, forms etc.

You can also deploy it to Netlify with just few clicks.
I’m eager to get feedback. Contributors are also very welcome! :slight_smile:

1 Like