Rendered Quarto slides from xmodar/ai-pros, published via GitHub Pages.
Live at: https://hassanalgoz.github.io/B5-pages/
To update the slides:
cd /home/halgoz/work/AthkaX/just-pages
./update-slides.sh
git add . && git commit -m "Update slides" && git push- Git access to
xmodar/ai-pros - Quarto installed locally
This repo circumvents the GitHub Pages limitation on free accounts with private repos:
- Clone the private repo locally (you have access)
- Render Quarto slides locally
- Push the HTML output to this public repo
- GitHub Pages serves it for free
To enable GitHub Pages (one-time setup):
- Go to: https://github.com/HassanAlgoz/B5-pages/settings/pages
- Under "Source", select Branch:
main, Folder:/ (root) - Click Save