mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 06:07:17 -05:00
- Extracted all hardcoded repository and slide download URLs into a central _variables.yml configuration file.
- Replaced 100+ hardcoded URL strings across the website documentation (.qmd, .md, and _quarto-html.yml) with {{< var slides_latest >}} and {{< var github_repo >}} shortcodes.
- Ensures the website correctly points to the canonical cs249r_book repository while enabling instantaneous, single-file URL updates in the future.
3 lines
219 B
YAML
3 lines
219 B
YAML
github_repo: "https://github.com/harvard-edge/cs249r_book"
|
|
github_issues: "https://github.com/harvard-edge/cs249r_book/issues"
|
|
slides_latest: "https://github.com/harvard-edge/cs249r_book/releases/download/slides-latest" |