-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
139 lines (127 loc) · 4.05 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
127
128
129
130
131
132
133
134
135
136
137
138
139
# project:
# type: website
# website:
# title: "(x)Ability Design Lab"
# site-url: '<a href="https://xabilitylab.ischool.illinois.edu" style="color: red;">https://xabilitylab.ischool.illinois.edu</a>'
# repo-url: '<a href="https://github.com/xability/xability.github.io" style="color: red;">https://github.com/xability/xability.github.io</a>'
# issue-url: '<a href="https://github.com/xability/xability.github.io/issues/new" style="color: red;">https://github.com/xability/xability.github.io/issues/new</a>'
# repo-actions: [edit, issue]
# image: /logo/logo_with_hue.jpeg
# # image-alt: "(x)Ability Design Lab"
# favicon: /logo/favicon.png
# google-analytics: "G-FV9Z7SDZ0M"
# open-graph: true
# twitter-card: true
# page-navigation: true
# # bread-crumbs: true
# # search:
# # show-item-context: true
# # type: overlay
# # algolia:
# # index-name: prod_QUARTO
# # application-id: ZPJB5I1QN7
# # search-only-api-key: 41be6c1e0a7fea4a51b107810facf577
# # analytics-events: true
# # show-logo: true
# # left: |
# # Proudly supported by
# # [{fig-alt="Posit" width=65px}](https://posit.co)
# center: |
# <span style="color: #2377cc;">© 2024 · Made with </span>
# <a href="https://quarto.org/" style="color: #000000;">
# <img src="https://quarto.org/quarto.png" alt="Quarto" width="65px">
# </a>
# right:
# - icon: github
# href: https://github.com/xability
# aria-label: (x)Ability Design Lab GitHub
# # - icon: rss
# # href: https://quarto.org/docs/blog/index.xml
# # aria-label: Quarto Blog RSS
# navbar:
# theme: darkly
# background: "#000000"
# logo: logo/logo_without_hue.jpeg
# logo-alt: "(x)Ability Design Lab logo"
# title: false
# left:
# - href: index.qmd
# text: Home
# - href: about.qmd
# - href: people.qmd
# text: People
# - href: projects.qmd
# text: Projects
# - href: contact.qmd
# text: Contact
# format:
# html:
# theme: [cosmo, svg_tweak.scss]
# css: styles.css
# toc: true
# bibliography: references.bib
project:
type: website
website:
title: "(x)Ability Design Lab"
site-url: "https://xabilitylab.ischool.illinois.edu"
repo-url: "https://github.com/xability/xability.github.io"
issue-url: "https://github.com/xability/xability.github.io/issues/new"
repo-actions: [edit, issue]
image: /logo/logo_with_hue.jpeg
# image-alt: "(x)Ability Design Lab"
google-analytics: "G-KJGPV06E92"
favicon: /logo/favicon.png
open-graph: true
twitter-card: true
page-navigation: true
# page-footer:
# background: transparent
# bread-crumbs: true
# search:
# show-item-context: true
# type: overlay
# algolia:
# index-name: prod_QUARTO
# application-id: ZPJB5I1QN7
# search-only-api-key: 41be6c1e0a7fea4a51b107810facf577
# analytics-events: true
# show-logo: true
page-footer:
background: transparent
# left: |
# Proudly supported by
# [{fig-alt="Posit" width=65px}](https://posit.co)
center: |
<span style="color: #2377cc;">© 2025 · Made with </span>
<a href="https://quarto.org/" style="color: #000000;">
<img src="https://quarto.org/quarto.png" alt="Quarto" width="65px">
</a>
right:
- icon: github
href: https://github.com/xability
aria-label: (x)Ability Design Lab GitHub
navbar:
theme: darkly
background: "#000000"
logo: logo/logo_without_hue.jpeg
logo-alt: "(x)Ability Design Lab logo"
title: false
left:
- href: index.qmd
text: Home
- href: about.qmd
- href: people.qmd
text: People
- href: projects.qmd
text: Projects
- href: publications.qmd
text: Publications
- href: contact.qmd
text: Contact
format:
html:
theme: [cosmo, svg_tweak.scss]
css: styles.css
toc: true
bibliography: references.bib