Skip to content

Foundational framework defining Knowledge Intelligence as an enterprise strategic capability.

Notifications You must be signed in to change notification settings

CSVillain/knowledge-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge Intelligence

A strategic overview of Knowledge Intelligence (KI) as an enterprise capability.

Site map

Repository structure

  • index.html: landing page and chapter hub
  • pages/: chapter pages
  • assets/css/site.css: shared styles
  • assets/js/site.js: shared scripts
  • assets/images/: image assets
  • CNAME: custom domain mapping (knowledge-intelligence.dev)

Deployment

The site is deployed by GitHub Actions + GitHub Pages via .github/workflows/deploy.yml.

  • Trigger: push to main or 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-level permalink front matter in pages/*.html

Editing guide

  • 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.css
    • assets/js/site.js
  • Use root-relative paths for internal links and assets (e.g. /assets.html, /assets/css/site.css).

Quality checks

  • 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 ./_site

SEO and crawl files

  • robots.txt
  • sitemap.xml

From information abundance to decision advantage.

About

Foundational framework defining Knowledge Intelligence as an enterprise strategic capability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors