2013-01-18 19:49:31 -05:00
---
# ------------------------ #
# Jekyll Configuration #
# ------------------------ #
# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
root : /
permalink : /:year/:month/:day/:title/
source : source # source file directory
destination : public # compiled site directory
plugins : plugins
code_dir : downloads/code
2013-02-10 03:47:53 -05:00
category_dir : categories
2013-02-02 15:21:46 -05:00
include :
- .htaccess
markdown : redcarpet
redcarpet :
extensions :
- no_intra_emphasis
- strikethrough
- autolink
- superscript
- smart
2013-01-18 19:49:31 -05:00
pygments : false # Jekyll's default Python Pygments have been replaced by pygments.rb.
2013-02-10 03:47:53 -05:00
include :
- .htaccess
2013-01-18 19:49:31 -05:00
2013-02-10 03:47:53 -05:00
env : production # affects asset compilation
post_index_dir : source # directory for your posts index page (if you put your index in source/blog/index.html, set this to 'source/blog')
2013-01-18 19:49:31 -05:00
stash_dir : _stash # directory to stash posts for speedy generation
posts_dir : _posts # directory for blog files
new_post_ext : markdown # default new post file extension when using the new_post task
new_page_ext : markdown # default new page file extension when using the new_page task
server_host : 0.0 .0 .0 # host ip address for preview server
server_port : 4000 # port for preview server eg. localhost:4000
2013-02-10 03:47:53 -05:00
timezone: local # default time and date used to local timezone. Vew supported timezones (under TZ column) : http://en.wikipedia.org/wiki/List_of_tz_database_time_zones