Merge branch 'week4-edits' into 'CSE590b-23WI'
Week4 edits See merge request pmp-accessibility/website!17
No related branches found
No related tags found
Showing
- Gemfile 2 additions, 3 deletionsGemfile
- Gemfile.lock 0 additions, 201 deletionsGemfile.lock
- _config.yml 2 additions, 5 deletions_config.yml
- _config_production.yml 2 additions, 2 deletions_config_production.yml
- assignments/disabilityjustice.md 3 additions, 1 deletionassignments/disabilityjustice.md
- assignments/finding-accessibility.md 4 additions, 2 deletionsassignments/finding-accessibility.md
- assignments/website.md 6 additions, 3 deletionsassignments/website.md
- index.md 0 additions, 1 deletionindex.md
- schedule.md 0 additions, 1 deletionschedule.md
... | ... | @@ -11,7 +11,7 @@ source "https://rubygems.org" |
gem "jekyll", "< 4.0" | ||
gem 'sassc', '~> 2.1.0' | ||
gem 'sassc', '~> 2.0' | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
... | ... | @@ -23,13 +23,12 @@ group :jekyll_plugins do |
gem "jekyll-contentblocks" | ||
gem "jekyll-assets" | ||
gem 'jekyll-font-awesome-sass' | ||
gem "font-awesome-sass", "~>6.2" | ||
gem "font-awesome-sass" | ||
gem "sprockets", "~> 3.7" | ||
gem "kramdown-parser-gfm" | ||
gem 'remark' | ||
gem 'jekyll-mermaid' | ||
gem 'uglifier' | ||
gem 'therubyracer' | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... |
Gemfile.lock
deleted
100644 → 0
Please register or sign in to comment