This template includes
- folder structure for adding files
- initial
_config.yml
- template for
_toc.yml
- basic configuration of github actions for PRs and Deployment to GH-PAGES
- Fork this Repository
git clone
the forked repo- Rename the repo to your project name on GitHub
- git pull your project repo
- add
myst
markdown files or notebooks into thelectures
folder - add the names of these files to
lectures/_toc.yml
- build the project with
jb build lectures
at the root level of the project