_config.yml 904 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. remote_theme: just-the-docs/just-the-docs
  2. title: plainDE docs
  3. description: plainDE documentation
  4. search_enabled: true
  5. search:
  6. heading_level: 2
  7. previews: 2
  8. preview_words_before: 3
  9. preview_words_after: 3
  10. rel_url: true
  11. button: true
  12. aux_links:
  13. "plainDE website":
  14. - "//plainde.org"
  15. "plainDE on GitHub":
  16. - "//github.com/plainDE"
  17. nav_sort: case_sensitive
  18. back_to_top: true
  19. back_to_top_text: "Back to top"
  20. gh_edit_link: true # show or hide edit this page link
  21. gh_edit_link_text: "Edit this page on GitHub"
  22. gh_edit_repository: "https://github.com/plainDE/docs" # the github URL for your repo
  23. gh_edit_branch: "main" # the branch that your docs is served from
  24. gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
  25. color_scheme: dark
  26. plugins:
  27. - jekyll-seo-tag
  28. kramdown:
  29. syntax_highlighter_opts:
  30. block:
  31. line_numbers: false