Files
tinymce-docs-4x/_config.yml
T
Glenn Penridge 5f13dd6cde - Changed URL, Origin properties from https://www.tinymce.com to correct URLs.
- Added jekyll-sitemap to local build for sitemap preview.
- Added last-modified-at for usage with sitemap.
2019-03-05 15:22:06 +10:00

34 lines
743 B
YAML

url: "https://www.tiny.cloud"
permalink: pretty
origin: "https://www.tiny.cloud"
baseurl: ""
shared_baseurl: ""
syntax_highlight_theme: "tomorrow-night"
cdnurl: "https://cloud.tinymce.com/stable/tinymce.min.js"
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
markdown: redcarpet
redcarpet:
extensions:
- autolink
- no_intra_emphasis
- tables
- prettify
plugins:
- jekyll-last-modified-at
- jekyll-redirect-from
- jekyll-sitemap