module Jekyll::Algolia::Configurator
def self.dry_run?
Public: Returns true if the command is run in verbose mode
def self.dry_run? value = get('dry_run') return true if value == true false end
def self.dry_run? value = get('dry_run') return true if value == true false end