Deployment
✎ Improve this pageJekyllLMS builds to a folder of static HTML — host it anywhere.
GitHub Pages
- Push your project to a GitHub repo.
- Settings → Pages → Build from branch (
main/ root). - GitHub builds and serves it free at
username.github.io/repo.
Netlify
- Connect your repo on netlify.com.
- Build command:
jekyll build - Publish directory:
_site
Every push auto-deploys. No servers to manage, no monthly fees.