Skip to content

aadityabhatia/quarto-reveal-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Website

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.

Getting Started with GitHub Pages

  1. Fork this repository to your own GitHub account.

  2. Install Quarto on your local machine.

  3. Update _quarto.yml and _brand.yml files with your own information.

  4. Run locally once to manually create a new branch and publish to it- quarto publish gh-pages

  5. Push changes to your forked repository on GitHub. GitHub Pages will automatically build and deploy the website. Note that the branch gh-pages must exist for this build action to succeed.

  6. Optionally, setup a custom domain for your website from Repository Settings -> Pages -> Custom domain. You can also create a file named CNAME in the root directory to use your custom domain.

Contributors

Languages