Skip to content

hpc-maths/quarto-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains Quarto files and configurations for creating presentations.

Quarto must be installed to use this template. For installation instructions, visit the Quarto website.

How to use this template locally

  1. Fork the repository to your own presentation repository.

  2. Clone or download the forked repository to your local machine.

  3. Open the Quarto files in your preferred editor (e.g., VSCode).

  4. Customize the content as needed for your presentation in index.qmd.

  5. Render the presentation using Quarto commands.

    quarto preview

How to deploy the presentation online

We provide GitHub Actions workflows to automatically deploy your presentation to GitHub Pages. But you have to initialize the process by following these steps:

  1. Ensure your presentation repository is hosted on GitHub.

  2. Run the command below to create the initial deployment commit:

    quarto publish gh-pages

Now, every time you push changes to the main branch, the GitHub Actions workflow will automatically build and deploy your presentation to GitHub Pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages