Skip to content

Mobilizon in your website via the back-end - Jekyll

Jekyll official web site
Jekyll is an Open-Source static CMS writing in Ruby.

with plugin 'jekyll-mobilizon'

To install the Mobilizon plugin, Add mobilizon-agenda.rb into your _plugins folder. Append a small configuration in _config.yml:

mobilizon_fetch: true # false if you want to deactivate it
mobilizon_url: "https://mobilizon.fr"
mobilizon_cachedir: "mobilizon" # the name of the local folder used to cache the results
mobilizon_timezone: "Europe/Paris" # used to convert the dates
mobilizon_whitelist: # list of the mobilizon groups you want to display on your website
  - my_group
  - my_second_group
So, include in your page, calling to mobilizonAgenda plugin.

Jekyll plugin


Last update: March 28, 2025