Skip to content

bascht/omemo-top

Repository files navigation

OMEMO.top

Build Status

This is the Jekyll site repository behind omemo.top.

We try to track the progress of different OMEMO Implementations in various XMPP clients. This is a joint effort, so:

Your contribution is more than welcome.

Running the site locally

  • Get Jekyll up and running according to the GitHub Pages Docs.
  • Clone this Repository and run Jekyll
    git clone git@github.com:bascht/omemo-top.git
    cd omemo-top
    bundle
    bundle exec jekyll serve

If any of the above steps fail: Just open an issue and let us know.