android.moparisthebest.org/_config/defaults/jekyll.yml
Tony Duckles 3e9e68e0a4 Transition missed _config.yml changes to new _config files
With the transition to the new "_config" directory structure, some
of the changes from _config.yml were missed. Integrating all changes
based on _config.yml@9659a45.

* _config/defaults/classic.yml: Add missed blog_index_sidebar,
  page_sidebar, post_sidebar entries; remove duplicate excerpt_link
  entry.
* _config/defaults/disqus.yml: Add missed disqus_developer entry.
* _config/defaults/google_plus.yml: Add missed
  google_plus_image_size entry.
* _config/defaults/jekyll.yml: Add missed include entry; add missed
  markdown=redcarpet and supporting entries.
* _config/defaults/sharing_buttons.yml: Add missed
  respectfully_social entry.
2013-02-02 14:21:46 -06:00

36 lines
1.4 KiB
YAML

---
# ------------------------ #
# 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
category_dir: blog/categories
include:
- .htaccess
markdown: redcarpet
redcarpet:
extensions:
- no_intra_emphasis
- strikethrough
- autolink
- superscript
- smart
pygments: false # Jekyll's default Python Pygments have been replaced by pygments.rb.
# Set to true to use Albino + Python Pygments
env: production
blog_index_dir: source # directory for your blog's index page (if you put your index in source/blog/index.html, set this to 'source/blog')
stash_dir: _stash # directory to stash posts for speedy generation
posts_dir: _posts # directory for blog files
themes_dir: .themes # 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