module Jekyll::Algolia::Configurator

def self.application_id

configured in Jekyll config
Will first try to read the ENV variable, and fallback to the one

Public: Return the application id
def self.application_id
  ENV['ALGOLIA_APPLICATION_ID'] || algolia('application_id')
end