Skip to content
Snippets Groups Projects
  • Jennifer Mankoff's avatar
    Basic class website set up · 88134d52
    Jennifer Mankoff authored
    Added a title, description, etc. Some details missing since I don't
    have a course number (for example). Now it's ready to work on a schedule :)
    88134d52
_config.yml 2.65 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/csexxx/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: CSExxx-21SP
piazza: https://us.edstem.org/courses/xxx/discussion/
canvas: https://canvas.uw.edu/courses/xxxxx
gitlab: https://gitlab.cs.washington.edu/students-group-for-assignments
gitgrade: https://gitgrade.cs.washington.edu/student/summary/xxxx
paginate:            5
quarter: "Spring Quarter 2021"
copydate: "3/30/20"
status: draft

author:
    name: Jennifer Mankoff
    url: "https://make4all.org"

email: "email@university.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: '/assets/js/mermaid.js'
  src_config: '/assets/js/mermaid_config.js'