-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
82 lines (75 loc) · 2.48 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
project:
type: website
website:
page-navigation: true
favicon: logo.png
site-url: https://jessesadler.github.io/vt5454-s24/
repo-url: https://github.com/jessesadler/vt5454-s24
repo-actions: [edit,issue]
sidebar:
logo: logo.png
style: docked
search: true
pinned: true
align: center
tools:
- icon: house-fill
href: index.qmd
- icon: github
href: https://github.com/jessesadler/vt5454-s24
contents:
- section: "Schedule"
contents:
- href: meetings/01-intro.qmd
text: 1. Introduction
- href: meetings/02-dh-and-ph.qmd
text: 2. Digital History and Public History
- href: meetings/03-organization.qmd
text: 3. Organizing resources
- href: meetings/04-markdown.qmd
text: 4. Plain text and markdown
- href: meetings/05-data.qmd
text: 5. Data and an intro to the command line
- href: meetings/06-rstats.qmd
text: 6. Intro to R and RStudio
- href: meetings/07-wrangle.qmd
text: 7. Data wrangling
- href: meetings/08-ggplot2.qmd
text: 8. Visualization with ggplot2
- href: meetings/09-git.qmd
text: 9. Version control with Git and GitHub
- href: meetings/10-quarto.qmd
text: 10. Making documents and websites with Quarto
- href: meetings/11-review.qmd
text: 11. Review and website workshop
- href: meetings/12-spatial.qmd
text: 12. Spatial analysis
- href: meetings/13-network.qmd
text: 13. Network analysis
- href: meetings/14-design.qmd
text: 14. Web design and visualization
- href: meetings/15-conclusion.qmd
text: 15. Conclusion
- href: meetings/16-text.qmd
text: "Appendix: Text analysis"
- section: "Guides"
contents:
- href: guides/zotero.qmd
- href: guides/plaintext.qmd
- href: guides/markdown-syntax.qmd
- href: guides/geo-data.qmd
- href: resources.qmd
- href: faq.qmd
- href: computing.qmd
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© Copyright 2024, Jesse Sadler"
background: "#861F41" # Chicago Maroon
format:
html:
theme:
light: [default, styles.scss]
dark: [darkly, styles.scss]
mainfont: "Nunito Sans"
toc: true
code-copy: true