Hacker News new | ask | show | jobs
by clarete 1966 days ago
I'm excited to share a project that I've been working on. It is a tool that aims to be a friendly and powerful static HTML site generator backed by Org-Mode files. It should be very familiar for those who have used tools like hugo or jekyll. It's far away from being as comprehensive and stable as such tools, though I do aim to get there :)

Weblorg is a declarative API that defines routes similar to how lean HTTP application frameworks are structured. With a file at the root of the website conventionally called publish.el. It contains the routes with information to find Org-Mode files and templates to render them. It's backed by a powerful templating language and we're working on a more thorough and thorough documentation. You can check out some examples and learn more about it on our website:

   website: https://emacs.love/weblorg/
   release post: https://emacs.love/weblorg/posts/v0-1-1-we-re-live.html
   github: https://github.com/emacs-love/weblorg
   templatel: https://github.com/clarete/templatel