_config.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Configurations
  2. title: LibreTools.io
  3. longtitle: LibreTools.io
  4. author: The EPuters Project
  5. email: admin@eputers.net
  6. description: >
  7. Build Jekyll site with the GitBook style.
  8. version: 1.0
  9. gitbook_version: 3.2.3
  10. url: 'https://libretools.io/'
  11. baseurl: ''
  12. rss: RSS
  13. toc:
  14. enabled: true
  15. h_min: 1
  16. h_max: 3
  17. # Search settings
  18. tipue_search:
  19. include:
  20. pages: true
  21. exclude:
  22. files: [index.md, search.html]
  23. # markdown render engine.
  24. markdown: kramdown
  25. kramdown:
  26. auto_ids: true
  27. input: GFM
  28. math_engine: mathjax
  29. smart_quotes: lsquo,rsquo,ldquo,rdquo
  30. toc_levels: 1..6
  31. syntax_highlighter: rouge
  32. syntax_highlighter_opts:
  33. guess_lang: true
  34. markdown_ext: markdown,mkdown,mkdn,mkd,md
  35. # Permalinks
  36. permalink: /:categories/:year-:month-:day-:title:output_ext
  37. exclude:
  38. - _drafts
  39. destination: ./_site
  40. incremental: false
  41. regenerate: true
  42. plugins:
  43. - jekyll-feed
  44. - jemoji