A strategic overview of Knowledge Intelligence (KI) as an enterprise capability.
- Home: https://knowledge-intelligence.dev/
- The Assets: https://knowledge-intelligence.dev/assets.html
- The Challenge: https://knowledge-intelligence.dev/challenge.html
- The Capability: https://knowledge-intelligence.dev/capability.html
- The Framework: https://knowledge-intelligence.dev/framework.html
- The Decisions: https://knowledge-intelligence.dev/decisions.html
- The Measurement: https://knowledge-intelligence.dev/measurement.html
- The Barriers: https://knowledge-intelligence.dev/barriers.html
index.html: landing page and chapter hubpages/: chapter pagesassets/css/site.css: shared stylesassets/js/site.js: shared scriptsassets/images/: image assetsCNAME: custom domain mapping (knowledge-intelligence.dev)
The site is deployed by GitHub Actions + GitHub Pages via .github/workflows/deploy.yml.
- Trigger: push to
mainor manual dispatch - Build: Jekyll build (
actions/jekyll-build-pages@v1) - Published artifact:
./_site - Public chapter URLs remain clean at root (
/assets.html,/challenge.html, etc.) via page-levelpermalinkfront matter inpages/*.html
- Update homepage content in
index.html. - Update chapter content in
pages/*.html. - Keep each chapter front matter intact:
---permalink: /<chapter>.html---
- Shared presentation logic belongs in:
assets/css/site.cssassets/js/site.js
- Use root-relative paths for internal links and assets (e.g.
/assets.html,/assets/css/site.css).
- PR validation workflow:
.github/workflows/validate.yml- Builds with Jekyll
- Verifies expected output files
- Verifies canonical tags and critical nav links
Local validation (optional):
JEKYLL_ENV=production jekyll build --source . --destination ./_siterobots.txtsitemap.xml
From information abundance to decision advantage.