mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 14:15:04 -05:00
26 lines
1.3 KiB
YAML
26 lines
1.3 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
|
||
|
markdown: rdiscount
|
||
|
pygments: false # Jekyll's default Python Pygments have been replaced by pygments.rb.
|
||
|
# Set to true to use Albino + Python Pygments
|
||
|
|
||
|
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
|