Website Content Management System using Embedded Elixir templates (EEX)
BETA — fairly feature complete, but needs some sea trials. See the TODO for more info.
Dragon is a content management system similar to Jekyll, but using Elixir and EEX templates, along with some improvements to behavior (cue xkcd comic). It is the static-site generator counterpoint to the Elixir Phoenix appserver.
If you are familiar with Jekyll, you should be able to migrate fairly easily.
Benefits of Dragon:
For more information see: Using.
Additional topics:
when running in dragon.serve development mode, something with Bandit/Plug/SendFile/browser is keeping open files instead of closing them between each query. This means eventually elixir runs out of file descriptors and crashes.
For now, just restart.
We are looking into finding out what's keeping these open. (for those interested: it happens in MacOS, Firefox or Chrome. If you close the browser, the files are reaped back in by the beam).
Of course not! A majority of web content is static! With Dragon you can easily build and deploy a site to a statically served CDN, such as Amazon, and host your site for pennies if not chump change (sidebar: article on how to do this pending, but checkout https://github.com/srevenant/website-2-s3-cdn).
As Dragon evolves it'll become more integrated with Phoenix, so you can leverage the power of both a static content generator and a dynamic appserver!