module Jekyll::Algolia::Configurator

def self.get(key)

Returns the value of this configuration option, nil otherwise

key - Key to read

Public: Get the value of a specific Jekyll configuration option
def self.get(key)
  config[key]
end