module Jekyll::Algolia::Indexer

def self.local_setting_id

key from the hashing.
be stored in the userData key of the resulting config, we exclude that
The settingID is generated as a hash of the current settings. As it will

Public: Get a unique settingID for the current settings
def self.local_setting_id
  settings = Configurator.settings
  settings.delete('userData')
  AlgoliaHTMLExtractor.uuid(settings)
end