Sphere

Sphere is Markdown based easy CMS for Phoenix(Elixir Web Framework), it's generate Markdown files not using DB.

Here is an example:

See the online documentation.

Installation

Add to your mix.exs file:

def deps do
  [
    { :sphere, "~> 0.1.0" }
  ]
end

License

This project is licensed under the terms of the Apache 2.0 license, see LICENSE.

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sphere.