From 7a989e68d863168a167af0c294d3f4f85dca30f2 Mon Sep 17 00:00:00 2001
From: William Warriner <6930772+wwarriner@users.noreply.github.com>
Date: Mon, 7 Oct 2024 16:26:14 -0500
Subject: [PATCH] update config

---
 _quarto.yml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/_quarto.yml b/_quarto.yml
index 17c117f..4360d55 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -1,22 +1,37 @@
 project:
   output-dir: _output
   render:
-    - "quarto.qmd"
+    - quarto.qmd
 
 execute:
   echo: true
 
 format:
   revealjs:
+    width: 1280
+    height: 720
+    revealjs-plugins:
+      - rStackFix
+    auto-stretch: false
+    author:
+      name: Research Computing
+      affilitation: UAB
+    date: today
+    date-format: YYYY-MM-DD
+    copyright: "&copy; University of Alabama at Birmingham"
+    title-slide-attributes:
+      data-align: left
     highlight-style: theme/uab-rc.theme
     menu: false
     progress: true
     history: true
+    code-annotation: select
     controls: true
     controls-layout: bottom-right
     controls-back-arrows: faded
     css:
       - theme/uab-rc.css
+      - theme/fix-r-stack-hack.css
     include-after-body:
       - includes/footer.html
     include-in-header:
-- 
GitLab