diff --git a/_quarto.yml b/_quarto.yml
index 17c117f967bc42a250aec40fe81bbccfb6b4566e..4360d5518fabe8ed813b444bd76a082a3c8e20e7 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: "© 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: