Browse Source

fix CI for Jekyll

circular17 6 months ago
parent
commit
d39c35a122
1 changed files with 19 additions and 5 deletions
  1. 19 5
      _config.yml

+ 19 - 5
_config.yml

@@ -1,8 +1,22 @@
 title: BGRA Controls
-description: 
-google_analytics: 
-show_downloads: false
+description:
 theme: jekyll-theme-cayman
 
-gems:
-  - jekyll-mentions
+# 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/