-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
892ce93
commit f9cb74b
Showing
549 changed files
with
10,241 additions
and
17,584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: default | ||
--- | ||
<hr class="custom m-0"> | ||
<div class="container text-center my-5"> | ||
<h1 class="display-1">404</h1> | ||
|
||
<p class="mb-1"><strong>Page not found :(</strong></p> | ||
<p class="mb-5">The requested page could not be found.</p> | ||
<a href="/" class="btn btn-primary btn-xl">Return Home</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
source 'https://rubygems.org' | ||
gem "jekyll", "3.5.1" | ||
source "https://rubygems.org" | ||
gem "jekyll", "~> 3.8.4" | ||
|
||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
|
||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
gem 'jekyll-paginate' | ||
gem 'jekyll-redirect-from' | ||
gem 'jekyll-sitemap' | ||
gem 'jekyll-paginate' | ||
gem 'rouge' | ||
gem 'jekyll-tidy' | ||
end | ||
|
||
require 'rbconfig' | ||
if RbConfig::CONFIG['target_os'] =~ /darwin(1[0-3])/i | ||
gem 'rb-fsevent', '<= 0.9.4' | ||
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.