Fryse
Fryse is a Static Site Generator written in Elixir which aims to be generic and scriptable.
Installation
Make sure you have Elixir installed (1.5 or newer) and that ~/.mix/escripts is in your PATH variable.
mix escript.install hex fryseQuickstart
Bootstrap a new project:
fryse new blog
cd blogGenerate site:
fryse buildRun generated site locally:
fryse serve