forked from ma-lead/ldrs663
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
74 lines (64 loc) · 1.54 KB
/
_quarto.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# version 1.6
project:
type: book
output-dir: docs
published-title: "Last Modified"
book:
title: "LDRS 663"
author: "Colin Madland, Mark Halvorson, Scott Macklin"
date: "last-modified"
date-format: "MMM D, YYYY"
search: true
chapters:
- index.qmd
- u1.qmd
- u2.qmd
- u3.qmd
- u4.qmd
- u5.qmd
- u6.qmd
- assessment.qmd
- feeds.qmd
- obsidian.qmd
- references.qmd
# References
bibliography: https://twuonline.github.io/course-materials/quarto/references.bib
csl: https://twuonline.github.io/course-materials/quarto/apa.csl
link-bibliography: true
link-citations: true
filters:
- custom.lua
# Add templete for block
title-block-banner: true
# Formats
format:
# Format - HTML
html:
template-partials:
header-assets/title-block.html
sidebar:
style: "docked"
search: true
css: https://twuonline.github.io/course-materials/quarto/twu_styles.css
toc-depth: 4
toc: true
toc-title: On This Page
# theme: cosmo
theme: [cosmo, custom.scss]
include-in-header:
- text: |
<script type="application/javascript" src="https://twuonline.github.io/course-materials/quarto/twu_global_header.js"></script>
<link rel = "shortcut icon" href = "https://twuonline.github.io/course-materials/quarto/favicon.ico" />
# Format - PDF
pdf:
documentclass: scrreprt
# Format - Doc
# docx:
# toc: false
# number-sections: true
# highlight-style: github
# cite-method: biblatex
# Fig captions
fig-cap-location: top
lightbox:
desc-position: top