module Jekyll::Algolia::Configurator
def self.force_settings?
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