class Jekyll::GroupSubPageAuthor
Public Class Methods
new(site, base, dir, type, val)
click to toggle source
# File _plugins/jekyll-autgenerator.rb, line 49 def initialize(site, base, dir, type, val) @site = site @base = base @dir = dir @name = 'index.html' self.process(@name) self.read_yaml(File.join(base, '_layouts'), "author.html") self.data["grouptype"] = type self.data[type] = val end