module Jekyll::Algolia::Configurator

def self.force_settings?

if they've been modified or not
When set to true, the index settings will always be updated, no matter

Public: Returns true if the command should always update the settings
def self.force_settings?
  value = get('force_settings')
  return true if value == true
  false
end