Skip to content

Commit ec8f135

Browse files
committed
added images
1 parent 5b3836c commit ec8f135

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

Gemfile.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ GEM
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15+
faraday (2.12.2)
16+
faraday-net_http (>= 2.0, < 3.5)
17+
json
18+
logger
19+
faraday-net_http (3.4.0)
20+
net-http (>= 0.5.0)
1521
ffi (1.17.1-arm64-darwin)
1622
ffi (1.17.1-x86_64-linux-gnu)
1723
forwardable-extended (2.6.0)
@@ -45,12 +51,17 @@ GEM
4551
webrick (~> 1.7)
4652
jekyll-default-layout (0.1.5)
4753
jekyll (>= 3.0, < 5.0)
54+
jekyll-github-metadata (2.16.1)
55+
jekyll (>= 3.4, < 5.0)
56+
octokit (>= 4, < 7, != 4.4.0)
4857
jekyll-include-cache (0.2.1)
4958
jekyll (>= 3.7, < 5.0)
5059
jekyll-sass-converter (3.0.0)
5160
sass-embedded (~> 1.54)
5261
jekyll-seo-tag (2.8.0)
5362
jekyll (>= 3.8, < 5.0)
63+
jekyll-sitemap (1.4.0)
64+
jekyll (>= 3.7, < 5.0)
5465
jekyll-watch (2.2.1)
5566
listen (~> 3.0)
5667
json (2.9.1)
@@ -67,7 +78,13 @@ GEM
6778
listen (3.9.0)
6879
rb-fsevent (~> 0.10, >= 0.10.3)
6980
rb-inotify (~> 0.9, >= 0.9.10)
81+
logger (1.6.6)
7082
mercenary (0.4.0)
83+
net-http (0.6.0)
84+
uri
85+
octokit (6.1.1)
86+
faraday (>= 1, < 3)
87+
sawyer (~> 0.9)
7188
pathutil (0.16.2)
7289
forwardable-extended (~> 2.6)
7390
public_suffix (6.0.1)
@@ -82,9 +99,13 @@ GEM
8299
google-protobuf (~> 4.29)
83100
sass-embedded (1.83.4-x86_64-linux-gnu)
84101
google-protobuf (~> 4.29)
102+
sawyer (0.9.2)
103+
addressable (>= 2.3.5)
104+
faraday (>= 0.17.3, < 3)
85105
terminal-table (3.0.2)
86106
unicode-display_width (>= 1.1.1, < 3)
87107
unicode-display_width (2.6.0)
108+
uri (1.0.3)
88109
webrick (1.9.1)
89110

90111
PLATFORMS
@@ -94,6 +115,9 @@ PLATFORMS
94115
DEPENDENCIES
95116
jekyll (~> 4.4.1)
96117
jekyll-default-layout
118+
jekyll-github-metadata
119+
jekyll-include-cache
120+
jekyll-sitemap
97121
just-the-docs (= 0.10.1)
98122

99123
BUNDLED WITH

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/images/large-image.jpg

532 KB
Loading

assets/images/small-image.jpg

43.1 KB
Loading

0 commit comments

Comments
 (0)