module Stack class Generator def initialize puts "Source -> #{Stack::runner.configuration.source}" # read layouts # read "objects" # read pages # write pages end def layouts end end end