Commits on Source (410)
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, 9 deletionsGemfile
- README.md 44 additions, 6 deletionsREADME.md
- _config.yml 24 additions, 28 deletions_config.yml
- _config_production.yml 25 additions, 25 deletions_config_production.yml
- _data/navigation.yml 3 additions, 7 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 2 additions, 2 deletions_includes/header.html
- _includes/navigation.html 5 additions, 2 deletions_includes/navigation.html
- _includes/slide.html 1 addition, 1 deletion_includes/slide.html
- _layouts/assignment.html 2 additions, 28 deletions_layouts/assignment.html
- _layouts/default.html 19 additions, 5 deletions_layouts/default.html
- _layouts/page.html 17 additions, 0 deletions_layouts/page.html
- _sass/cayman.scss 4 additions, 0 deletions_sass/cayman.scss
- _sass/jekyll-theme-cayman.scss 378 additions, 0 deletions_sass/jekyll-theme-cayman.scss
- _sass/normalize.scss 424 additions, 0 deletions_sass/normalize.scss
- _sass/rouge-github.scss 209 additions, 0 deletions_sass/rouge-github.scss
... | @@ -10,25 +10,24 @@ source "https://rubygems.org" | ... | @@ -10,25 +10,24 @@ source "https://rubygems.org" |
# Happy Jekylling! | # Happy Jekylling! | ||
gem "jekyll", "< 4.0" | gem "jekyll", "~> 4.2.2" | ||
gem 'sassc', '~> 2.0' | gem 'execjs' | ||
gem 'sassc', '~> 2.4' | |||
gem 'mini_racer', platforms: :ruby | |||
# If you have any plugins, put them here! | # If you have any plugins, put them here! | ||
group :jekyll_plugins do | group :jekyll_plugins do | ||
gem 'execjs' | |||
gem 'jekyll-redirect-from' | gem 'jekyll-redirect-from' | ||
gem 'jekyll-target-blank' | gem 'jekyll-target-blank' | ||
gem "jekyll-feed" | gem "jekyll-feed" | ||
gem "jekyll-paginate" | gem "jekyll-paginate" | ||
gem "jekyll-contentblocks" | gem "jekyll-contentblocks" | ||
gem "jekyll-assets" | |||
gem 'jekyll-font-awesome-sass' | |||
gem "font-awesome-sass" | |||
gem "sprockets", "~> 3.7" | |||
gem "kramdown-parser-gfm" | gem "kramdown-parser-gfm" | ||
gem 'remark' | gem "jekyll-assets" | ||
gem "sprockets" | |||
gem 'jekyll-mermaid' | gem 'jekyll-mermaid' | ||
gem 'uglifier' | gem 'uglifier' | ||
gem 'jekyll-seo-tag' | |||
end | end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | @@ -38,4 +37,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ... | @@ -38,4 +37,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
gem "wdm", "~> 0.1.0" if Gem.win_platform? | gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
gemspec | gem "webrick", "~> 1.8" |
_sass/cayman.scss
0 → 100644
_sass/jekyll-theme-cayman.scss
0 → 100644
_sass/normalize.scss
0 → 100644
_sass/rouge-github.scss
0 → 100644