module Jekyll::Algolia

def self.site

Tests will need access to the inner Jekyll website so we expose it here

Public: Get access to the Jekyll site
def self.site
  @site
end