A home for CodePath's shareable curriculum pages, published to GitHub Pages as evergreen URLs.
Live site: https://codepath.github.io/curriculum/
| Page | Path | URL |
|---|---|---|
| Landing | index.html |
https://codepath.github.io/curriculum/ |
| Course Catalog | catalog/index.html |
https://codepath.github.io/curriculum/catalog/ |
- Each page is a single self-contained HTML file (styles inlined).
- Pushing to
mainautomatically publishes to GitHub Pages. - New pages go in their own folder (e.g.
pathways/index.html→/curriculum/pathways/) and get linked from the landing page.
Edit the relevant HTML file and push to main. For the catalog, bump the "Last updated" date in the header to match.
- AI automation to keep pages in sync with approved course descriptions and syllabi, and redeploy automatically.