_config.yml 512 B

12345678910111213141516171819202122
  1. title: BGRA Controls
  2. description:
  3. theme: jekyll-theme-cayman
  4. # old “gems” key ➜ “plugins”
  5. plugins:
  6. - jekyll-mentions # the @user-link feature
  7. # force-include the docs folder (root files are included by default)
  8. include:
  9. - docs # every file inside docs/ will be copied
  10. # exclude every directory that’s only source code or test artefacts
  11. exclude:
  12. - bgra_pascalscript_library/
  13. - bgrasvgimagelistform/
  14. - fpdoc/
  15. - icons/
  16. - styles/
  17. - test/
  18. - use/
  19. - winmake/