Commits on Source (592)
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- .gitlab-ci.yml 21 additions, 15 deletions.gitlab-ci.yml
- 404.html 1 addition, 1 deletion404.html
- Gemfile 8 additions, 8 deletionsGemfile
- Gemfile.lock 0 additions, 194 deletionsGemfile.lock
- README.md 47 additions, 6 deletionsREADME.md
- _config.yml 23 additions, 23 deletions_config.yml
- _config_production.yml 25 additions, 25 deletions_config_production.yml
- _data/navigation.yml 5 additions, 9 deletions_data/navigation.yml
- _includes/footer.html 0 additions, 23 deletions_includes/footer.html
- _includes/head.html 3 additions, 4 deletions_includes/head.html
- _includes/header.html 3 additions, 4 deletions_includes/header.html
- _includes/navigation.html 6 additions, 3 deletions_includes/navigation.html
- _includes/slide.html 1 addition, 1 deletion_includes/slide.html
- _layouts/assignment.html 3 additions, 29 deletions_layouts/assignment.html
- _layouts/default.html 20 additions, 6 deletions_layouts/default.html
- _layouts/page.html 17 additions, 0 deletions_layouts/page.html
- _layouts/presentation.html 3 additions, 10 deletions_layouts/presentation.html
- _layouts/presentation_production.html 1 addition, 1 deletion_layouts/presentation_production.html
- _plugins/details.rb 26 additions, 0 deletions_plugins/details.rb
... | ... | @@ -10,24 +10,24 @@ source "https://rubygems.org" |
# Happy Jekylling! | ||
gem "jekyll", "< 4.0" | ||
gem 'sassc', '~> 2.4.0' | ||
gem "jekyll", "~> 4.2.2" | ||
gem 'execjs' | ||
gem 'sassc', '~> 2.4' | ||
gem 'mini_racer', platforms: :ruby | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem 'execjs' | ||
gem 'jekyll-redirect-from' | ||
gem 'jekyll-target-blank' | ||
gem "jekyll-feed" | ||
gem "jekyll-paginate" | ||
gem "jekyll-contentblocks" | ||
gem "jekyll-assets" | ||
gem 'jekyll-font-awesome-sass' | ||
gem "sprockets", "~> 3.7" | ||
gem "kramdown-parser-gfm" | ||
gem 'remark' | ||
gem "jekyll-assets" | ||
gem "sprockets" | ||
gem 'jekyll-mermaid' | ||
gem 'uglifier' | ||
gem 'jekyll-seo-tag' | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... | @@ -37,4 +37,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
gemspec | ||
gem "webrick", "~> 1.8" |
Gemfile.lock
deleted
100644 → 0
_plugins/details.rb
0 → 100644