thomas-fung / quarto-mq-revealjs-theme

Macquarie University Quarto reveal.js Presentation Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macquarie University Quarto reveal.js Presentation Template

Template for creating a new reveal.js article format for Quarto.

See information about how-to use this repo template inside the template file.

This is a Quarto template that assists you in creating a presentation for use with Macquarie University branding. You can learn more about about Quarto using the official guide https://quarto.org/docs/guide/.

Creating a New Presentation

You can use this as a template to create a reveal.js presentation with a Macquarie University theme. To do this, use the following command in your Terminal:

quarto use template thomas-fung/quarto-mq-revealjs-theme

This will install the extension and create an example qmd file that you can use as a starting place for your presentation.

Installation For Existing Document

You may also use this format with an existing Quarto project or presentation. From the quarto project or presentation directory, run the following command in your Terminal to install this format:

quarto install extension thomas-fung/quarto-mq-revealjs-theme

Usage

To use the format, you can use the format name mq-revealjs. For example:

quarto render article.qmd --to mq-revealjs

or in your document yaml

format:
  mq-revealjs

About

Macquarie University Quarto reveal.js Presentation Template

License:MIT License


Languages

Language:HTML 99.9%Language:SCSS 0.1%