File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ baseurl: "/Higgins-Unity-Framework"
1818# ─── SEO & Social ────────────────────────────────────────────────────────────
1919plugins :
2020 - jekyll-seo-tag
21+ - jekyll-sitemap
2122
2223# Open Graph / Twitter Card metadata
2324tagline : " Compositional structure as an open-loop monitoring signal"
@@ -41,13 +42,17 @@ kramdown:
4142 input : GFM
4243
4344# Exclude non-site files from Jekyll build
45+ # Markdown (.md) files in science/ and drafts/ ARE included — they appear in the sitemap
4446exclude :
4547 - build_context.py
4648 - HUF_SESSION_LOADER.txt
4749 - " *.json"
4850 - " *.py"
4951 - " *.xlsx"
5052 - " *.pptx"
53+ - " *.docx"
54+ - " *.pdf"
55+ - " *.png"
5156 - dormant/
5257 - data/
5358 - tools/
Original file line number Diff line number Diff line change 1+ User-agent: *
2+ Allow: /
3+
4+ Sitemap: https://peterhiggins19.github.io/Higgins-Unity-Framework/sitemap.xml
You can’t perform that action at this time.
0 commit comments