-
Jennifer Mankoff authoredJennifer Mankoff authored
_config.yml 2.67 KiB
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Accessibility
description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
baseurl: "/courses/cse493e/24au"
url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jcmankoff
git_username: jmankoff
staff_email: uaccess@cs.washington.edu
canvas_course: 1746643
git_url: https://gitlab.cs.washington.edu/teaching-materials/undergrad-accessibility-website
git_branch: UACCESS-24fa
discussion: https://edstem.org/us/courses/tbd/discussion
canvas: https://canvas.uw.edu/courses/1746643
closed:
warning: draft
paginate: 5
room: ECE 037
time: MWF 10:30 – 11:20 AM
classnum: CSE493e
quarter: "Fall 2024"
copydate: "7/4/24"
author:
name: Jennifer Mankoff
url: "https://make4all.org/jennifer-mankoff/"
email: "jmankoff@uw.edu" # Your contact email
# probably want to update this to be the class teaching staff mailing list
# The Reveal theme
reveal_theme: black.css
# Build settings
markdown: kramdown
# theme: jekyll-theme-cayman
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-redirect-from
- jekyll-assets
- uglifier
- jekyll-mermaid
- jekyll-target-blank
- jekyll-seo-tag
highlighter: rouge
bootstrap:
assets: true
assets:
digest: false
prefix: "/assets"
sources:
- "*"
sass:
sass_dir: "./_scss"
style: compressed
kramdown:
toc_levels: '1'