Skip to content

Commit 090d2c8

Browse files
committed
wlfekjvw
1 parent 2c525b3 commit 090d2c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+19797
-19797
lines changed

docs/.gitignore

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# These are directly copied from Jekyll's first-party docs on `.gitignore` files:
2-
# https://jekyllrb.com/tutorials/using-jekyll-with-bundler/#commit-to-source-control
3-
4-
# Ignore the default location of the built site, and caches and metadata generated by Jekyll
5-
_site/
6-
.sass-cache/
7-
.jekyll-cache/
8-
.jekyll-metadata
9-
10-
# Ignore folders generated by Bundler
11-
vendor/
12-
13-
# Ignore drafts and posts in review
14-
_collections/_drafts/
1+
# These are directly copied from Jekyll's first-party docs on `.gitignore` files:
2+
# https://jekyllrb.com/tutorials/using-jekyll-with-bundler/#commit-to-source-control
3+
4+
# Ignore the default location of the built site, and caches and metadata generated by Jekyll
5+
_site/
6+
.sass-cache/
7+
.jekyll-cache/
8+
.jekyll-metadata
9+
10+
# Ignore folders generated by Bundler
11+
vendor/
12+
13+
# Ignore drafts and posts in review
14+
_collections/_drafts/

docs/404.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
---
2-
permalink: /404.html
3-
layout: default
4-
---
5-
6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
19-
20-
<div class="container">
21-
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
25-
</div>
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<style type="text/css" media="screen">
7+
.container {
8+
margin: 10px auto;
9+
max-width: 600px;
10+
text-align: center;
11+
}
12+
h1 {
13+
margin: 30px 0;
14+
font-size: 4em;
15+
line-height: 1;
16+
letter-spacing: -1px;
17+
}
18+
</style>
19+
20+
<div class="container">
21+
<h1>404</h1>
22+
23+
<p><strong>Page not found :(</strong></p>
24+
<p>The requested page could not be found.</p>
25+
</div>

docs/Gemfile

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
source "https://rubygems.org"
2-
3-
# Hello! This is where you manage which Jekyll version is used to run.
4-
# When you want to use a different version, change it below, save the
5-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6-
#
7-
# bundle exec jekyll serve
8-
#
9-
# This will help ensure the proper Jekyll version is running.
10-
# Happy Jekylling!
11-
# gem "jekyll", "~> 4.3.3"
12-
13-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
# gem "minima", "~> 2.5"
15-
16-
# This is the chosen theme for the newbie guide.
17-
gem "just-the-docs"
18-
19-
# This resolves Ruby version issues since webrick is no longer bundled in Ruby 3.0.
20-
# https://github.com/jekyll/jekyll/issues/8523
21-
gem "webrick"
22-
23-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
24-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
25-
gem "github-pages", group: :jekyll_plugins
26-
27-
# If you have any plugins, put them here!
28-
group :jekyll_plugins do
29-
gem "jekyll-feed", "~> 0.12"
30-
end
31-
32-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
33-
# and associated library.
34-
platforms :mingw, :x64_mingw, :mswin, :jruby do
35-
gem "tzinfo", ">= 1", "< 3"
36-
gem "tzinfo-data"
37-
end
38-
39-
# Performance-booster for watching directories on Windows
40-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
41-
42-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
43-
# do not have a Java counterpart.
44-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
# gem "jekyll", "~> 4.3.3"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
# gem "minima", "~> 2.5"
15+
16+
# This is the chosen theme for the newbie guide.
17+
gem "just-the-docs"
18+
19+
# This resolves Ruby version issues since webrick is no longer bundled in Ruby 3.0.
20+
# https://github.com/jekyll/jekyll/issues/8523
21+
gem "webrick"
22+
23+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
24+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
25+
gem "github-pages", group: :jekyll_plugins
26+
27+
# If you have any plugins, put them here!
28+
group :jekyll_plugins do
29+
gem "jekyll-feed", "~> 0.12"
30+
end
31+
32+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
33+
# and associated library.
34+
platforms :mingw, :x64_mingw, :mswin, :jruby do
35+
gem "tzinfo", ">= 1", "< 3"
36+
gem "tzinfo-data"
37+
end
38+
39+
# Performance-booster for watching directories on Windows
40+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
41+
42+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
43+
# do not have a Java counterpart.
44+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

0 commit comments

Comments
 (0)