Sphere is Markdown based easy CMS for Phoenix(Elixir Web Framework), it's generate Markdown files not using DB.
Here is an example:
mix sphere put
See the online documentation.
Add to your mix.exs file:
def deps do
  [
    { :sphere, "~> 0.1" }
  ]
endThis project is licensed under the terms of the Apache 2.0 license, see LICENSE.