Skip to content
Snippets Groups Projects
_config.yml 2.69 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: The Future of Access Technology
description: Explore Accessibility and the exciting potential for IOT, Reactive Web, Physical computing  to enable it

baseurl: "/courses/csep590a/21sp"
url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jcmankoff
git_username:  jmankoff
git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website
git_branch: master
piazza: https://mailman.u.washington.edu/mailman/listinfo/csep590a_sp21
staff_email: mailto:Csep590a_sp21-staff@u.washington.edu
canvas: https://canvas.uw.edu/courses/1465814
gitlab: NA
gitgrade: https://gitlab.cs.washington.edu/students-group-for-assignments
paginate:            5
quarter: "Spring 2021"
classnum: "CSEP 590a"
copydate: "3/30/20"
status: draft
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-font-awesome-sass
  - jekyll-paginate
  - jekyll-redirect-from
  - jekyll-assets
  - uglifier
  - jekyll-mermaid
  - jekyll-target-blank

highlighter: rouge

bootstrap:
    assets: true

assets:
    digest: false
    prefix: "/assets"
    sources:
        - "*"

sass:
  sass_dir: "./_scss"
#  style: compressed

kramdown:
  toc_levels: '1'

mermaid:
  src: 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'