Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
teaching-materials
website
Commits
6fc5ff6d
Commit
6fc5ff6d
authored
4 years ago
by
Jennifer Mankoff
Browse files
Options
Downloads
Patches
Plain Diff
Tried to fix gitlab-ci to include styling
parent
1c677011
No related branches found
No related tags found
6 merge requests
!12
Accessibility website jen summer work
,
!9
Q access 24 sp
,
!8
Q access 24 sp
,
!5
Latest update from Spring 2023
,
!4
Latest update after pmp class
,
!3
Updated content for week 3 and week 4 (week 4 still needs work)
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
_config.yml
+7
-7
7 additions, 7 deletions
_config.yml
_config_production.yml
+12
-12
12 additions, 12 deletions
_config_production.yml
with
29 additions
and
19 deletions
.gitlab-ci.yml
+
10
−
0
View file @
6fc5ff6d
...
...
@@ -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/
...
...
This diff is collapsed.
Click to expand it.
_config.yml
+
7
−
7
View file @
6fc5ff6d
...
...
@@ -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/cse
xxx
/21sp"
baseurl
:
"
/courses/cse
p590a
/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://git
grade
.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://git
lab
.cs.washington.edu/student
s-group-for-assignments
paginate
:
5
quarter
:
"
Spring
Quarter
2021"
quarter
:
"
Spring
2021"
copydate
:
"
3/30/20"
status
:
draft
...
...
This diff is collapsed.
Click to expand it.
_config_production.yml
+
12
−
12
View file @
6fc5ff6d
...
...
@@ -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://git
grade
.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://git
lab
.cs.washington.edu/student
s-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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment