module Jekyll::Algolia

def self.config

accessible
All other classes will need access to this config, so we make it publicly

Public: Get access to the Jekyll config
def self.config
  @config
end