Skip to content
Snippets Groups Projects
_config.yml 2.72 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/classnum/yyqq"
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: tbd@cs.washington.edu
canvas_course: 1746643
git_url: https://gitlab.cs.washington.edu/teaching-materials/tbd
git_branch: CLASS-yyqq
discussion: https://edstem.org/us/courses/tbd/discussion
canvas: https://canvas.uw.edu/courses/tbd
submit: https://canvas.uw.edu/courses/tbd/assignments/
outcomes: https://canvas.uw.edu/courses/tbd/outcomes/
closed:
warning: draft

paginate:   5
room: TBD
time: TBD
classnum: classnum
quarter: "Quarter Year"
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