mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
add default _config.yml
This commit is contained in:
parent
2a6ab91a47
commit
f2613a9d93
1 changed files with 40 additions and 0 deletions
40
_config.yml
Normal file
40
_config.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
safe: false
|
||||||
|
auto: false
|
||||||
|
server: false
|
||||||
|
server_port: 4000
|
||||||
|
base-url: /
|
||||||
|
|
||||||
|
source: .
|
||||||
|
destination: ./_site
|
||||||
|
plugins: ./_plugins
|
||||||
|
|
||||||
|
future: true
|
||||||
|
lsi: false
|
||||||
|
pygments: false
|
||||||
|
markdown: maruku
|
||||||
|
permalink: date
|
||||||
|
|
||||||
|
maruku:
|
||||||
|
use_tex: false
|
||||||
|
use_divs: false
|
||||||
|
png_engine: blahtex
|
||||||
|
png_dir: images/latex
|
||||||
|
png_url: /images/latex
|
||||||
|
|
||||||
|
rdiscount:
|
||||||
|
extensions: []
|
||||||
|
|
||||||
|
kramdown:
|
||||||
|
auto_ids: true,
|
||||||
|
footnote_nr: 1
|
||||||
|
entity_output: as_char
|
||||||
|
toc_levels: 1..6
|
||||||
|
use_coderay: false
|
||||||
|
|
||||||
|
coderay:
|
||||||
|
coderay_wrap: div
|
||||||
|
coderay_line_numbers: inline
|
||||||
|
coderay_line_numbers_start: 1
|
||||||
|
coderay_tab_width: 4
|
||||||
|
coderay_bold_every: 10
|
||||||
|
coderay_css: style
|
Loading…
Add table
Add a link
Reference in a new issue