SebastianCarroll/jekyll-rakefile

View on GitHub
_rake-configuration.rb

Summary

Maintainability
A
0 mins
Test Coverage
# this file can be used to override the Rakefile's default, but it is not needed

# launch compass
$compass = false

# default extension for posts
$post_ext = ".textile"

# default location for posts
$post_dir = "_posts/"

# check and warn before deploying if there are remote changes (if git is used)
$git_check = true

# commit and push after deploying
$git_autopush = true