Jekyll Configuration File Options
Overview
The default configuration file is located in /_config.yml
. Jekyll by default comes with a lot of defaults that are not listed explicitly.
This article list the defaults values assumed by Jekyll.
The config file is in YAML format.
Full list of all the default configuration options
# Where things are
source: # Current-dir
destination: # Current-dir/_site
plugins_dir: '_plugins'
layouts_dir: '_layouts'
data_dir: '_data'
includes_dir: '_includes'
collections: null
# my_collection:
# output: true
# permalink: /awesome/:path/
# Handling Reading
safe: false
include: ['.htaccess']
exclude: []
keep_files: ['.git', '.svn']
encoding: 'utf-8'
markdown_ext: 'markdown,mkdown,mkdn,mkd,md'
# Filtering Content
show_drafts: null
limit_posts: 0
future: false
unpublished: false
# Plugins
whitelist: []
gems: []
# Conversion
markdown: 'kramdown'
highlighter: 'rouge'
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Serving
detach: false # default to not detaching the serve
port: '4000'
host: '127.0.0.1'
baseurl: ''
show_dir_listing: false
# Output Configuration
permalink: 'date'
paginate_path: '/page:num'
timezone: null # use local timezone
quiet: false
verbose: false
defaults:
# - scope:
# path: ""
# type: my_collection
# values:
# layout: page
rdiscount:
extensions: []
redcarpet:
extensions: []
kramdown:
auto_ids: true
toc_levels: '1..6'
entity_output: 'as_char'
smart_quotes: 'lsquo,rsquo,ldquo,rdquo'
input: "GFM"
hard_wrap: false
footnote_nr: 1
Tested with Jekyll version v3.2.0
comments powered by Disqus
- Install Jekyll CMS on Ubuntu 18.10 in 3 steps THE RIGHT WAYJanuary 20, 2019
- What Are The Supported Language Highlighters In JekyllJanuary 25, 2017
- Accessing Specific Items From Data Files In JekyllJanuary 24, 2017
- Jekyll Configuration File Options
- Understanding Jekyll PostsJune 12, 2016
- Jekyll basic conceptsMay 8, 2016
Jekyll Collections
- Jekyll Collections Versus PostsJuly 12, 2016
- Understanding How Collections WorkJune 11, 2016
Jekyll Templates
- Jekyll Variables and Liquid template tags cheatsheetJuly 13, 2016
Jekyll tutorials
- Multilingual Jekyll Without PluginsMay 8, 2017
- Host a Jekyll Website With Pretty Urls In Amazon S3 and CloudfrontApril 24, 2017
- Get A List Of Categories Based In Subfolders In JekyllMarch 3, 2017
- 5 Steps To Add Bootstrap 4 To Jekyll The Right WayFebruary 27, 2017
- Automated Deployment Of Jekyll Websites To Github Pages With A Git Push To GithubNovember 8, 2016
- How To Use Bower Scss With JekyllJune 18, 2016
- How to implement breadcrumbs on a Jekyll site with nested categoriesJune 7, 2016
- How To Handle Adsense In A Jekyll Development EnvironmentJune 6, 2016
- How To Prevent Content Displaying In A Jekyll Development EnvironmentJune 6, 2016
Articles
Subcategories
Except as otherwise noted, the content of this page is licensed under CC BY-NC-ND 4.0 . Terms and Policy.
Powered by SimpleIT Hugo Theme
·