class Jekyll::Algolia::Site
def process
don't need to index, then render them (converting to HTML), the finally
This will prepare the website, gathering all files, excluding the one we
Public: Overwriting the parent method
def process # Default Jekyll preflight reset read generate # Removing all files that won't be indexed, so we don't waste time # rendering them keep_only_indexable_files # Starting the rendering progress bar init_rendering_progress_bar # Converting them to HTML render # Pushing them Algolia push end