-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
82 lines (79 loc) · 2.1 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
execute:
freeze: auto
website:
title: "R / Python Bilingualism"
favicon: images/logo_lyon.png
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Fundamentals"
menu:
- text: "Core Concepts"
href: basics.qmd
- text: "Automation"
href: automata.qmd
- text: "Text Methods"
href: string_methods.qmd
- text: "Packages & Libraries"
href: libs.qmd
- text: "Directory Management"
href: dir_mgmt.qmd
- text: "External Data"
href: external-data.qmd
- text: "Data Wrangling"
menu:
- text: "Subset"
href: wrangle_subset.qmd
- text: "Summarize"
href: wrangle_summarize.qmd
- text: "Reshape"
href: wrangle_reshape.qmd
- text: "Join"
href: wrangle_join.qmd
- text: "Visualization"
menu:
- text: "Grammar of Graphics"
href: viz_gg.qmd
- text: "Spatial"
menu:
- text: "Core"
href: spatial_core.qmd
- text: "Raster"
href: spatial_raster.qmd
- text: "Vector"
href: spatial_vector.qmd
- text: "SQL"
href: sql.qmd
right:
- text: "Glossary"
href: terms.qmd
- text: "Creators"
menu:
- text: "Nick J Lyon"
href: https://njlyon0.github.io/
- text: "Contributing"
href: collabs.qmd
- href: https://github.com/njlyon0/collab_bilingualism
icon: github
page-footer:
center: "Copyright 2024, Nicholas Lyon"
background: secondary
format:
html:
code-overflow: scroll
code-line-numbers: false
code-copy: true
theme:
light: [_extensions/njlyon0/lyon_theme/lyon_light.scss, text_colors.scss]
dark: [_extensions/njlyon0/lyon_theme/lyon_dark.scss, text_colors.scss]
mainfont: Open Sans
toc: true
link-external-newwindow: true
link-external-icon: false
jupyter: python3