Mebe: The Minimalistic Elixir Blog Engine
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
2015-11-17 23:09:21 +02:00
config Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
lib Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
test Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
web Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
.gitignore Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
bower.json Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
gulpfile.js Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
LICENCE Add licence details 2015-09-14 21:26:37 +03:00
mix.exs Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
mix.lock Update to Phoenix 1.0 2015-09-05 22:52:04 +03:00
package.json Combine apps to single mebe_web app 2015-11-17 23:09:21 +02:00
README.md Update readme to match previous commit. Whoops 2015-09-14 22:45:53 +03:00
refresh.exp Added last expect to refresh script to avoid closing too quickly 2015-10-03 00:26:04 +03:00

Mebe

Mebe -- the Minimalistic Elixir Blog Engine -- is a simple blog engine written in Elixir, using the Phoenix Framework.

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
  • Override templates by putting replacements into a directory
  • Expect script for refreshing blog from the command line

Possible future features

  • Tests
  • User's guide
  • Sitemap
  • Override styles more easily

Licence

Mebe is open source and licensed under the MIT Expat licence. Check the LICENCE file for details.