module Jekyll::OrgUtils

Public Class Methods

org_config() click to toggle source
# File lib/jekyll-org/utils.rb, line 7
def self.org_config
  site["org"] || Hash.new()
end
site() click to toggle source
# File lib/jekyll-org/utils.rb, line 3
def self.site
  @@site ||= Jekyll.configuration({})
end

Public Instance Methods

org_config() click to toggle source
# File lib/jekyll-org/utils.rb, line 15
def org_config
  OrgUtils.org_config
end
site() click to toggle source
# File lib/jekyll-org/utils.rb, line 11
def site
  OrgUtils.site
end