Template for a course website based on https://computationalthinking.mit.edu/Spring21/
see the website this template generates
This is a fork of mitmath/computational-thinking#120 (by @fonsp). Changes:
- repository reduced to a minimal example
- make it work with prepath (e.g. the
pluto-course-template
inhttps://greimel.github.io/pluto-course-template
) - combine with pure markdown pages (
using Franklin
) - deploys to GitHub Pages (via GitHub Actions) and GitLab Pages (via GitLab CI)
Here is how to adjust the website to your needs.
generate.mov
The prepath should match the short-name of your repository (my-new-course
in this example)
customize2.mov
- Clone the repo
- Open Julia and Pluto
- Open
newwebsite/generate.jl
from Pluto - Do the customizations (especially prepath!)