26 lines
362 B
YAML
26 lines
362 B
YAML
permalink: pretty
|
|
baseurl: ""
|
|
shared_baseurl: ""
|
|
syntax_highlight_theme: "tomorrow-night"
|
|
exclude:
|
|
- docs
|
|
- README.md
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- build.sh
|
|
- v*/nav.yml
|
|
- vendor
|
|
|
|
markdown: redcarpet
|
|
|
|
redcarpet:
|
|
extensions:
|
|
- autolink
|
|
- no_intra_emphasis
|
|
- tables
|
|
- prettify
|
|
|
|
gems:
|
|
- jekyll-redirect-from
|
|
- octopress-minify-html
|