module Jekyll::Algolia::Configurator

def self.config

This is a method around @config so we can mock it in the tests

Public: Access to the global configuration object
def self.config
  @config
end