Sha256: 74cdf07b3f5458dd1a78e77bd58669b5e69914c9a3a153b944b23808e6a81e5b
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
module MultiSync module Extensions class Jekyll MultiSync.debug "Jekyll -v #{::Jekyll::VERSION} auto-detected" class << self def source_dir '' end def destination_dir '' end # def jekyll_site # @jekyll_site ||= ::Jekyll::Site.new(jekyll_configuration) # end # def jekyll_configuration # @jekyll_configuration ||= ::Jekyll.configuration # end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
multi_sync-0.0.4 | lib/multi_sync/extensions/jekyll.rb |
multi_sync-0.0.3 | lib/multi_sync/extensions/jekyll.rb |