Monolith
monolith
is going to become a static website generator which is aimed to
fullfil the following:
- Easy to extend via plugins
- Easy to configure
- It does know how to deploy (at least to most important targets)
Installation
monolith
is currently not available on hex.pm, therefore you have to
install it as follows:
- Add monolith to your list of dependencies in
mix.exs
:
def deps do
[{:monolith, github: "NobbZ/monolith", branch: "master"}]
end
- Ensure monolith is started before your application:
def application do
[applications: [:monolith]]
end
- Pull and compile the newly added dependencies:
mix do deps.get, deps.compile
monolith
Projects using None I'm aware of so far.