Repository to start developing a book with MySTmd in a Codespace
- Open this repositoy in Codespaces
- In the terminal, execute the command
bash start.sh - Confirm popup to MyST-static files in browser
After editing files a reload of the webpages shows the result, start.sh automatically rebuilds html.
Output is shown in terminal. In case anything crashed, manually start bash start.sh again, old processed will be killed.
- Create repository
- Add devcontainer
- Follow MyST Quickstart on https://mystmd.org/guide
- Add deployment on github pages using terminal command
myst init --gh-pages(first move book from subdir to root of repo)
Not done yet:
- add LaTex for pdf (this can be done by adding a feature to the devcontainer)
- add settings to make is easier for students (see examples in the github organisations StanislasSCW and Emmauscollege)