Project

jekylltask

0.0
No commit activity in last 3 years
No release in over 3 years
A Rake task to run jekyll over your textile files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.6.2
>= 0.8.7
 Project Readme

JekyllTask¶ ↑

A task to run Jekyll on your project.

Usage¶ ↑

In your rakefile, add those instructions:

JekyllTask.new :jekyll do |task|
  task.source = 'doc'
  task.target = '_site'
end

Contributors¶ ↑

This task comes from Apache Buildr, and was ported to an individual gem by Antoine Toulme.

License¶ ↑

JekyllTask is licensed under ASL 2.0. See the LICENSE file.