Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 79 additions & 8 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,92 @@
# 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

# page-footer:
# background: transparent
# # left: |
# # Proudly supported by
# # [![](https://www.rstudio.com/assets/img/posit-logo-fullcolor-TM.svg){fig-alt="Posit" width=65px}](https://posit.co)
# center: |
# <span style="color: #2377cc;">&copy; 2024 &middot; 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: '<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>'
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"
favicon: /logo/favicon.png
# google-analytics: "G-FV9Z7SDZ0M"
open-graph: true
twitter-card: true
page-navigation: true

page-footer:
background: transparent
# bread-crumbs: true
# search:
# show-item-context: true
Expand All @@ -40,10 +113,6 @@ website:
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"
Expand All @@ -58,6 +127,8 @@ website:
text: People
- href: projects.qmd
text: Projects
- href: publications.qmd
text: Publications
- href: contact.qmd
text: Contact

Expand Down
Loading