-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
42 lines (36 loc) · 925 Bytes
/
_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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!LICENSE.md"
website:
title: "Quantitative Analysis of Archaeological Data"
description: "A website for the University of Utah course ANTH 5850: Quantitative Analysis of Archaeological Data"
site-url: kbvernon.github.io/qaad
search: false
navbar:
title: "QAAD"
left:
- text: "Classes"
href: classes.qmd
- text: "Help"
href: help.qmd
page-footer:
center: |
© 2023 Kenneth B. Vernon. Powered by [Quarto](https://quarto.org/).\
The source code for this site can be found at its <a href="https://github.com/kbvernon/qaad">Github repository</a>.
format:
html:
theme:
- cosmo
- custom.scss
toc: true
smooth-scroll: true
reference-location: margin
citation-location: margin
editor: source
execute:
echo: false
error: false
warning: false