Minimalistic Elixir Blog Engine version 2
This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2018-11-19 20:00:45 +02:00
config Suppress logs in prod mode 2018-11-16 23:39:05 +02:00
lib Fix unzoomed layout on mobile 2018-11-19 20:00:45 +02:00
rel Get runtime config path from env var 2018-11-17 22:47:08 +02:00
test Initial commit 2018-10-15 22:48:15 +03:00
.formatter.exs Initial commit 2018-10-15 22:48:15 +03:00
.gitignore Initial commit 2018-10-15 22:48:15 +03:00
.on-save.json Initial commit 2018-10-15 22:48:15 +03:00
mix.exs Update to eex_html 0.2.0, allowing deleting of useless raw() calls 2018-11-15 22:00:54 +02:00
mix.lock Update to eex_html 0.2.0, allowing deleting of useless raw() calls 2018-11-15 22:00:54 +02:00
README.md Initial commit 2018-10-15 22:48:15 +03:00
release.sh Fix release frontend generation 2018-11-17 17:37:25 +02:00

Mebe2

TODO: Add description

Installation

If available in Hex, the package can be installed by adding mebe_2 to your list of dependencies in mix.exs:

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

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