Updating Configuration page in docs with the defaults
This commit is contained in:
parent
0b1bc0c24d
commit
48fe514c54
|
@ -236,24 +236,28 @@ source: .
|
||||||
destination: ./_site
|
destination: ./_site
|
||||||
plugins: ./_plugins
|
plugins: ./_plugins
|
||||||
layouts: ./_layouts
|
layouts: ./_layouts
|
||||||
|
include: ['.htaccess']
|
||||||
|
exclude: []
|
||||||
keep_files: ['.git','.svn']
|
keep_files: ['.git','.svn']
|
||||||
|
timezone: nil
|
||||||
|
|
||||||
future: true
|
future: true
|
||||||
pygments: false
|
show_drafts: nil
|
||||||
|
limit_posts: 0
|
||||||
|
pygments: true
|
||||||
|
|
||||||
markdown: maruku
|
|
||||||
permalink: date
|
permalink: date
|
||||||
include: ['.htaccess']
|
|
||||||
paginate_path: 'page:num'
|
paginate_path: 'page:num'
|
||||||
|
|
||||||
markdown_ext: markdown,mkd,mkdn,md
|
markdown: maruku
|
||||||
textile_ext: textile
|
markdown_ext: markdown,mkd,mkdn,md
|
||||||
|
textile_ext: textile
|
||||||
|
|
||||||
excerpt_separator: "\n\n"
|
excerpt_separator: "\n\n"
|
||||||
|
|
||||||
safe: false
|
safe: false
|
||||||
watch: false
|
watch: false # deprecated
|
||||||
server: false
|
server: false # deprecated
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 4000
|
port: 4000
|
||||||
baseurl: /
|
baseurl: /
|
||||||
|
|
Loading…
Reference in New Issue