Personal blog on AI/ML engineering — LLMs, ML systems, and deep learning.
Built with Jekyll 4 and deployed via GitHub Pages.
# Install dependencies
bundle install
# Serve locally
bundle exec jekyll serveThen open http://localhost:4000.
- Jekyll 4 with custom terminal/hacker theme
- KaTeX for math rendering
- Rouge for syntax highlighting
- Fira Code monospace font
- GitHub Actions for deployment
Posts go in _posts/ as YYYY-MM-DD-slug.md. See .claude/skills/write-post/SKILL.md for the full writing guide.
Content is copyright Charles Menguy. Code samples in blog posts are MIT licensed unless otherwise noted.