module Jekyll::Algolia::Hooks
def self.should_be_excluded?(_filepath)
but a custom hook like this one can allow more fine-grained
not. Basic exclusion can be done through the `files_to_exclude` option,
This hook allow users to define if a specific file should be indexed or
filepath - The path to the file, before transformation
Public: Check if the file should be indexed or not
def self.should_be_excluded?(_filepath) false end