| 12345678910111213141516171819202122 |
- title: BGRA Controls
- description:
- theme: jekyll-theme-cayman
- # old “gems” key ➜ “plugins”
- plugins:
- - jekyll-mentions # the @user-link feature
- # force-include the docs folder (root files are included by default)
- include:
- - docs # every file inside docs/ will be copied
- # exclude every directory that’s only source code or test artefacts
- exclude:
- - bgra_pascalscript_library/
- - bgrasvgimagelistform/
- - fpdoc/
- - icons/
- - styles/
- - test/
- - use/
- - winmake/
|