-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto-revealjs.yml
More file actions
44 lines (41 loc) · 1.16 KB
/
_quarto-revealjs.yml
File metadata and controls
44 lines (41 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
project:
type: website
output-dir: _slides
render: [index.qmd]
pre-render: "R/_pre-render-revealjs.R"
post-render: "R/_post-render-revealjs.R"
title: "Is Latitude Associated with Chronotype?"
author: "Daniel Vartanian"
institute: "University of São Paulo"
date: 2025-02-03
website:
favicon: images/favicon.png
site-url: https://danielvartan.github.io/mastersthesis/
repo-url: https://github.com/danielvartan/mastersthesis/
issue-url: https://github.com/danielvartan/mastersthesis/issues/
repo-branch: main
format:
revealjs:
locale: en
lang: en
code-link: true
code-fold: true
link-external-newwindow: true
tbl-cap-location: top
callout-appearance: simple
csl: csl/english-apa-author-date.csl
preview-links: false
controls: true
controls-layout: bottom-right
chalkboard: true
auto-stretch: true
fig-align: center
theme: [default, brand, scss/slides.scss]
pdf-max-pages-per-slide: 1
template-partials:
- html/title-slide.html
menu:
titleSelector: [h1 h2]
useTextContentForMissingTitles: false
hideMissingTitles: false
include-in-header: "html/include-in-header.html"