-
Notifications
You must be signed in to change notification settings - Fork 6
/
_quarto.yml
126 lines (115 loc) Β· 4.02 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
project:
type: website
render:
- "*.qmd"
- "!slides/"
- "!slides-archive/"
resources:
- "files/"
- "slides/*.html"
- "slides/*.pdf"
- "slides/img/"
- "slides/libs/"
- "slides/css/"
- "slides/*_files/"
# See https://quarto.org/docs/projects/code-execution.html#freeze
execute:
freeze: auto # Re-render only when source changes
bibliography: files/bib/references.bib
csl: files/bib/chicago-author-date.csl
description-meta: "Discover what nonprofit organizations are, how they work, and how they can improve communities (and the world)"
website:
title: "Introduction to Nonprofits"
site-url: "https://nonprofitf22.classes.andrewheiss.com"
favicon: "/files/favicon-512.png"
twitter-card:
image: "/files/social-image-f22.png"
card-style: summary_large_image
creator: "@andrewheiss"
# site: "@andrewheiss"
open-graph:
image: "/files/social-image-f22.png"
locale: en_US
navbar:
pinned: true
background: "#1E466E"
right:
- syllabus.qmd
- schedule.qmd
- text: "Classes"
file: class/index.qmd
- text: "Assignments"
file: assignment/index.qmd
sidebar:
- title: "Classes"
style: "docked"
search: false
background: dark
contents:
- section: "Overview"
contents:
- class/index.qmd
- section: "Classes"
contents:
- text: "1: Defining the nonprofit sector"
file: class/01-class.qmd
- text: "2: History and theory of the nonprofit sector"
file: class/02-class.qmd
- text: "3: Mission and vision statements"
file: class/03-class.qmd
- text: "4: Regulatory issues"
file: class/04-class.qmd
- text: "5: Board governance"
file: class/05-class.qmd
- text: "6: Personnel"
file: class/06-class.qmd
- text: "7: Fundraising"
file: class/07-class.qmd
- text: "8: Budgeting and financial management"
file: class/08-class.qmd
- text: "9: Marketing"
file: class/09-class.qmd
- text: "10: PR, communications, and the internet"
file: class/10-class.qmd
- text: "11: Diversity in the nonprofit sector"
file: class/11-class.qmd
- text: "12: Ethics"
file: class/12-class.qmd
- text: "13: International nonprofits"
file: class/13-class.qmd
- text: "14: Final presentations"
file: class/14-class.qmd
- title: "Assignments"
contents:
- section: "Overview"
contents:
- assignment/index.qmd
- section: "Individual assignments"
contents:
- assignment/pre-class-check-in.qmd
- assignment/01-why-nonprofits.qmd
- section: "Team assignments"
contents:
- assignment/00-team-charter.qmd
- assignment/01-community-issue-mission-vision.qmd
- assignment/02-organizational-structure.qmd
- assignment/03-budget-revenue-plan.qmd
- assignment/04-fundraising-marketing.qmd
- assignment/05-dei.qmd
- assignment/final-project.qmd
page-footer:
left: |
Content {{< fa brands creative-commons >}} {{< var course.copyright_year >}} by [{{< var instructor.name_no_title >}}]({{< var instructor.url >}}) <br>
All content licensed under a {{< fa brands creative-commons >}}
{{< fa brands creative-commons-by >}} {{< fa brands creative-commons-nc >}}
[Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/)
right: |
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)<br>
[View the source at {{< fa brands github >}} GitHub]({{< var course.github >}})
format:
html:
theme:
- litera
- html/custom.scss
toc: true
highlight-style: monokai