Colophon
Esta página aún no está disponible en tu idioma.
This page describes how the AI Workshop was created and the technologies behind it.
Built With
Section titled “Built With”Static Site Generator
Section titled “Static Site Generator”Astro - A modern web framework optimized for content-rich websites. Fast, flexible, and built for the edge.
Documentation Theme
Section titled “Documentation Theme”Starlight - Astro’s official documentation theme, providing beautiful, accessible, and responsive design out of the box.
starlight-theme-rapide - A custom Starlight theme for enhanced visual polish.
Typography
Section titled “Typography”Inter by Rasmus Andersson - A carefully crafted typeface designed for user interfaces. Optimized for screens and highly legible.
Instrument Serif on the landing page.
Hosting
Section titled “Hosting”GitHub Pages - Free, reliable hosting directly from the GitHub repository.
Analytics
Section titled “Analytics”PostHog - Privacy-focused product analytics to understand how people use this guide and improve the learning experience.
Development
Section titled “Development”Version Control
Section titled “Version Control”Git & GitHub - Source code management and collaboration.
Created With
Section titled “Created With”This entire workshop was built using Claude Code - practicing what we preach! The guide itself is a testament to AI-assisted development.
Content License
Section titled “Content License”This work is licensed under CC BY-NC-SA 4.0.
You’re free to share and adapt this content for non-commercial purposes, as long as you give credit and share your adaptations under the same license.
Credits
Section titled “Credits”Created By
Section titled “Created By”Kenneth Mark Dsouza - Concept, content, and development.
Open Source
Section titled “Open Source”This project is open source and available on GitHub:
github.com/inosaint/ai-workshop
Contributions, suggestions, and feedback are welcome!
Technical Details
Section titled “Technical Details”Repository Structure
Section titled “Repository Structure”ai-workshop/├── src/│ ├── content/docs/ # All workshop content│ ├── components/ # Custom components│ └── styles/ # Custom CSS├── astro.config.mjs # Astro configuration└── package.json # DependenciesBuild Process
Section titled “Build Process”- Content written in Markdown/MDX
- Astro builds static HTML
- Deployed to GitHub Pages
- Available at kenneth.dsouza.im/ai-workshop