-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
68 lines (64 loc) · 1.96 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
# Metadata
author: "Bethany Gardner"
date: 02/09/2024
doi: 10.5281/zenodo.10642632
citation:
type: webpage
title: "Lingthusiasm Vowel Plots"
url: https://bethanyhgardner.github.io/lingthusiasm-vowel-plots
# Project/website configuration
project:
title: "Lingthusiasm Vowel Plots"
type: website
output-dir: docs
website:
back-to-top-navigation: true
navbar:
background: "#26b14c" # lingthusiasm green
left:
- text: "Tutorial"
menu:
- 1_find_words.qmd
- 2_annotate_audio.qmd
- 3_plot_vowels.qmd
- text: "Episode"
menu:
- text: "Main Episode: What visualizing our vowels tells us about who we are"
href: https://lingthusiasm.com/post/745605428371701760/lingthusiasm-episode-90-what-visualizing-our
- text: "Patreon Bonus Episode: How we made vowel plots"
href: https://www.patreon.com/posts/99832833
- text: "Downloads"
href: https://github.com/bethanyhgardner/lingthusiasm-vowel-plots/tree/main/plots
tools:
- icon: github
menu:
- text: "Source Code"
href: https://github.com/bethanyhgardner/lingthusiasm-vowel-plots/
- text: "Ask a Question"
href: https://github.com/bethanyhgardner/lingthusiasm-vowel-plots/discussions
search: false
page-navigation: true
repo-actions: source
repo-subdir: docs
repo-url: https://github.com/bethanyhgardner/lingthusiasm-vowel-plots
site-url: https://bethanyhgardner.github.io/lingthusiasm-vowel-plots
# Execution
execute:
echo: true
freeze: true
jupyter: python3
self-contained: true
# Formatting
code-annotations: hover
fig-align: left
fig-dpi: 300
highlight-style: atom-one
link-external-newwindow: true
number-sections: true
page-layout: full # more space for images since no sidebar
theme:
- zephyr # main theme is Bootswatch Zephyr
- resources/theme.css # change primary color from blue to lingthusiasm green
toc: true
toc-expand: true
toc-title: "Contents"