Template for a course website based on https://computationalthinking.mit.edu/Fall23/
see the website this template generates
This is a fork of https://github.com/mitmath/computational-thinking/tree/Fall23. Changes:
- repository reduced to a minimal example
- can also deploy to GitLab Pages (via GitLab CI) – in addition to GitHub Pages.
Here is how to adjust the website to your needs.
- Generate the repository
- Customize the content in
src/
- customize the sidebar in
sidebar data.jl
- add your own notebooks (you need to add metadata)
- add additional pages
- customize the sidebar in
- Push to GitHub - wait for GitHub Actions to finish
- Enable GitHub Pages, choose branch
output
- On the repository's landing page, add a link to repo's pages
- Wait for GitHub Actions to finish and check the result