Skip to content

Instantly share code, notes, and snippets.

@roolo
Created April 20, 2012 12:26
Show Gist options
  • Select an option

  • Save roolo/2428190 to your computer and use it in GitHub Desktop.

Select an option

Save roolo/2428190 to your computer and use it in GitHub Desktop.
jekyll_site_var = nil
def jekyll_site
if jekyll_site_var.nil?
jekyll_site_var = Jekyll::Site.new
end
jekyll_site_var
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment