forked from tinymce/tinymce-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
31 lines (27 loc) · 844 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
permalink: pretty
origin: "https://www.tinymce.com"
baseurl: ""
shared_baseurl: ""
syntax_highlight_theme: "tomorrow-night"
cdnurl: "https://cloud.tinymce.com/5/tinymce.min.js"
codepen_url: "https://cloud.tinymce.com/5/tinymce.min.js?apiKey=qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc"
default_meta_keywords: tinymce, documentation, docs, plugins, customizable skins, configuration, examples, html, php, java, javascript, image editor, inline editor, distraction-free editor, classic editor
exclude:
- Dockerfile
- Gemfile
- Gemfile.lock
- README.md
- vendor
- wercker.yml
- node_modules
- .idea
- .git
# redcarpet was messing up some of the codepens
markdown: kramdown
kramdown:
syntax-highlighter: rouge
syntax_highlighter_opts:
css_class: 'prettyprint'
plugins:
- jekyll-redirect-from
- jekyll-sitemap