You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
920 B

10 years ago
6 years ago
10 years ago
  1. url: "https://www.tiny.cloud"
  2. permalink: pretty
  3. origin: "https://www.tiny.cloud"
  4. baseurl: ""
  5. shared_baseurl: ""
  6. syntax_highlight_theme: "tomorrow-night"
  7. cdnurl: "https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js"
  8. codepen_url: "https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/5/tinymce.min.js"
  9. default_meta_keywords: tinymce, documentation, docs, plugins, customizable skins, configuration, examples, html, php, java, javascript, image editor, inline editor, distraction-free editor, classic editor
  10. exclude:
  11. - Dockerfile
  12. - Gemfile
  13. - Gemfile.lock
  14. - README.md
  15. - vendor
  16. - wercker.yml
  17. - node_modules
  18. - .idea
  19. - .git
  20. # redcarpet was messing up some of the codepens
  21. markdown: kramdown
  22. kramdown:
  23. syntax-highlighter: rouge
  24. syntax_highlighter_opts:
  25. css_class: 'prettyprint'
  26. plugins:
  27. - jekyll-last-modified-at
  28. - jekyll-redirect-from
  29. - jekyll-sitemap