Initial commit of core website
with simplified text and removal of most cse340 specific information
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- 404.html 24 additions, 0 deletions404.html
- Gemfile 40 additions, 0 deletionsGemfile
- Gemfile.lock 171 additions, 0 deletionsGemfile.lock
- README.md 5 additions, 0 deletionsREADME.md
- _config.yml 104 additions, 0 deletions_config.yml
- _config_production.yml 104 additions, 0 deletions_config_production.yml
- _data/navigation.yml 26 additions, 0 deletions_data/navigation.yml
- _includes/disqus_comments.html 20 additions, 0 deletions_includes/disqus_comments.html
- _includes/figure.html 7 additions, 0 deletions_includes/figure.html
- _includes/footer.html 40 additions, 0 deletions_includes/footer.html
- _includes/google-analytics.html 12 additions, 0 deletions_includes/google-analytics.html
- _includes/head.html 28 additions, 0 deletions_includes/head.html
- _includes/header.html 18 additions, 0 deletions_includes/header.html
- _includes/icon-github.html 1 addition, 0 deletions_includes/icon-github.html
- _includes/icon-github.svg 1 addition, 0 deletions_includes/icon-github.svg
- _includes/icon-twitter.html 1 addition, 0 deletions_includes/icon-twitter.html
- _includes/icon-twitter.svg 1 addition, 0 deletions_includes/icon-twitter.svg
- _includes/navigation.html 85 additions, 0 deletions_includes/navigation.html
- _includes/slide.html 2 additions, 0 deletions_includes/slide.html
.gitignore
0 → 100644
404.html
0 → 100644
Gemfile
0 → 100644
source "https://rubygems.org" | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "3.7.4" | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem 'execjs' | ||
gem 'jekyll-seo-tag' | ||
gem 'jekyll-redirect-from' | ||
gem 'jekyll-target-blank' | ||
gem "jekyll-feed" | ||
gem "jekyll-paginate" | ||
gem "jekyll-contentblocks" | ||
gem "jekyll-assets", "2.4.0" | ||
gem 'jekyll-font-awesome-sass' | ||
gem 'remark' | ||
gem 'jekyll-mermaid' | ||
gem 'uglifier' | ||
gem 'therubyracer' | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
gemspec |
Gemfile.lock
0 → 100644
_config.yml
0 → 100644
_config_production.yml
0 → 100644
_data/navigation.yml
0 → 100644
_includes/disqus_comments.html
0 → 100644
_includes/figure.html
0 → 100644
_includes/footer.html
0 → 100644
_includes/google-analytics.html
0 → 100644
_includes/head.html
0 → 100644
_includes/header.html
0 → 100644
_includes/icon-github.html
0 → 100644
_includes/icon-github.svg
0 → 100644
_includes/icon-twitter.html
0 → 100644
_includes/icon-twitter.svg
0 → 100644
_includes/navigation.html
0 → 100644
_includes/slide.html
0 → 100644
Please register or sign in to comment