Professional consulting website for AI advisory services, designed for client acquisition.
practical-ai-leadership.com - AI strategy and engineering consultant.
- MkDocs - Static site generator
- shadcn Theme - Dark mode, single-page design
- GitHub Actions - Automated deployment
Single-page conversion site:
- Hero - Value proposition and primary CTA
- Services - Three-tier engagement model (Advisory, Active Participation, Full Integration)
- Framework - AI leadership methodology
- Testimonials - Social proof
- Client Outcomes - Results and transformations
- Imprint - Legal compliance (German TMG § 5)
Minimal conversion-focused UI:
- Dark mode by default
- No search, navigation, or TOC
- Clean header, simple footer
- Two CTAs (hero + end)
- Mobile responsive
Site deploys to GitHub Pages on push to main branch via GitHub Actions.
# Install dependencies
pip install mkdocs mkdocs-shadcn
# Serve locally
mkdocs serve -a localhost:8001
# Build static site
mkdocs build- Site Config:
mkdocs.yml - Content:
docs/index.md(single page),docs/imprint.md - Custom Templates:
overrides/templates/(header, footer, page, bottom_navigation, main) - Custom CSS:
overrides/assets/stylesheets/extra.css
PostHog (EU Cloud, cookieless) - No GDPR consent banner required.
Tracked events:
booking_cta_clicked- Google Calendar booking CTA clickssection_viewed- Scroll tracking (hero, features, testimonials, etc.)external_link_clicked- Outbound link clicks
Config: docs/assets/javascripts/posthog.js
Built with MkDocs, deployed via GitHub Actions.