Source code for an unofficial course website. The slides are written in Markdown and converted into a functional website using Quarto and reveal.js.
The following instructions will help you get started with hosting your own version of this website using GitHub Pages. For other hosting options, please refer to the Quarto documentation.
-
Fork this repository to your own GitHub account.
-
Install Quarto on your local machine.
-
Update
_quarto.ymland_brand.ymlfiles with your own information. -
Run locally once to manually create a new branch and publish to it-
quarto publish gh-pages -
Push changes to your forked repository on GitHub. GitHub Pages will automatically build and deploy the website. Note that the branch
gh-pagesmust exist for this build action to succeed. -
Optionally, setup a custom domain for your website from Repository Settings -> Pages -> Custom domain. You can also create a file named
CNAMEin the root directory to use your custom domain.