Skip to content
Snippets Groups Projects
Commit 6fc5ff6d authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

Tried to fix gitlab-ci to include styling

parent 1c677011
No related branches found
No related tags found
6 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp,!5Latest update from Spring 2023,!4Latest update after pmp class,!3Updated content for week 3 and week 4 (week 4 still needs work)
......@@ -4,6 +4,10 @@ stages:
- build
- deploy
cache:
paths:
- vendor/
variables:
GIT_SUBMODULE_STRATEGY: recursive
JEKYLL_ENV: production
......@@ -16,10 +20,16 @@ build:
- gem install bundler
- bundle install --path vendor
- mkdir public
- cp _config_production.yml _config.yml
- cp _layouts/presentation_production.html _layouts/presentation.html
- export LANG=en_US.UTF-8
- export LANGUAGE=en_US:en
- export LC_ALL=en_US.UTF-8
- bundle exec jekyll build -d public
variables:
quarter: 21sp
course: csep590a
source_path: public
artifacts:
paths:
- public/
......
......@@ -7,18 +7,18 @@
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"
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: 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
git_branch: master
piazza: https://mailman.u.washington.edu/mailman/listinfo/csep590a_sp21
canvas: https://canvas.uw.edu/courses/1465814
gitlab: NA
gitgrade: https://gitlab.cs.washington.edu/students-group-for-assignments
paginate: 5
quarter: "Spring Quarter 2021"
quarter: "Spring 2021"
copydate: "3/30/20"
status: draft
......
......@@ -4,27 +4,27 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Name and number of your class
description: Description of your class
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: username
git_username: username
git_url: https://gitlab.cs.washington.edu/jmankoff/class-website-core
git_branch: CSEP590A-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
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
canvas: https://canvas.uw.edu/courses/1465814
gitlab: NA
gitgrade: https://gitlab.cs.washington.edu/students-group-for-assignments
paginate: 5
quarter: "Spring 2021"
copydate: "3/30/20"
status: draft
author:
name: Name
url: "https://website"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment