From 6fc5ff6dc41bb9929e6c06697ccbb45065b4eabc Mon Sep 17 00:00:00 2001 From: Jennifer Mankoff <jmankoff@cs.washington.edu> Date: Tue, 9 Mar 2021 22:09:57 -0800 Subject: [PATCH] Tried to fix gitlab-ci to include styling --- .gitlab-ci.yml | 10 ++++++++++ _config.yml | 14 +++++++------- _config_production.yml | 24 ++++++++++++------------ 3 files changed, 29 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73be03b2..ab3e04fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/ diff --git a/_config.yml b/_config.yml index 4ebd2eca..e9e82d30 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_config_production.yml b/_config_production.yml index c590ffbd..e9e82d30 100644 --- a/_config_production.yml +++ b/_config_production.yml @@ -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 -- GitLab