# Mebe Mebe -- _the Minimalistic Elixir Blog Engine_ -- is a simple blog engine written in [Elixir](https://elixir-lang.org), using the [Phoenix Framework](http://www.phoenixframework.org/). The engine consists of two parts, both in the `apps/` directory: 1. MebeEngine, which handles parsing the data files into an ETS (_Erlang Term Storage_) in-memory database, and 2. MebeWeb, which uses the Phoenix Framework to serve the blog data to clients. ## Installation for development * `git clone` * Copy `*.exs.dist`, removing the `.dist` ending and go through the configs. * `npm install && bower install && gulp` to build the frontend. * `mix phoenix.server` to run the development server. ## Features * Blog by just writing Markdown files, no admin UI * Automatic yearly, monthly and tag archives * Disqus commenting * RSS feeds for all posts and for tags ## Possible future features * Tests * User's guide * Script for running and refreshing blog from the command line * Sitemap * Override templates and styles easily by putting replacements into a directory