Sha256: ce7fa289ff652d05fa9ca97a9d2761174f6b5444a9693c11bee1aa84dc8aed29
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
module Stevenson module OutputFilter class Jekyll < Base def output # Jekyll Build the Directory Dir.chdir(directory) do `jekyll b` end File.join(directory, '_site') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stevenson-2.3.1 | lib/stevenson/output_filters/jekyll.rb |