forked from twu-fhss/psyc106
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
88 lines (75 loc) · 2.07 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# version 2.4
project:
type: book
output-dir: docs
# Info on changing metadata labels: https://quarto.org/docs/authoring/title-blocks.html#metadata-labels
published-title: "Last Modified"
#author-title: "Authors"
book:
title: "PSYC 106"
author: "TWU Online"
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
- u7.qmd
- u8.qmd
- u9.qmd
- u10.qmd
- u11.qmd
- u12.qmd
# Note: If you do not have any Zotero references, you should disable the 'references.qmd' file or else it will cause an error when rendering.
# - 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
# Lua Filters
filters:
- at: pre-ast
path: yml-assets/pre.lua
- at: post-render
path: yml-assets/post.lua
# Add templete for block
title-block-banner: true
# ------- Format Specific Settings -------
format:
# Format - HTML
html:
template-partials:
yml-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
# The line below should only be enabled to locally test css before moving it to the main css file in course materials.
#theme: [cosmo, yml-assets/test.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