Monolith

A static site generator written in elixir

Download as .zip Download as .tar.gz View on GitHub

Monolith

monolith is going to become a static website generator which is aimed to fullfil the following:

Installation

monolith is currently not available on hex.pm, therefore you have to install it as follows:

  1. Add monolith to your list of dependencies in mix.exs:
def deps do
  [{:monolith, github: "NobbZ/monolith", branch: "master"}]
end
  1. Ensure monolith is started before your application:
def application do
  [applications: [:monolith]]
end
  1. Pull and compile the newly added dependencies: mix do deps.get, deps.compile

Projects using monolith

None I'm aware of so far.