Skip to content

Commit ea1e2d1

Browse files
committed
Enable local testing
1 parent 608ac81 commit ea1e2d1

File tree

2 files changed

+84
-2
lines changed

2 files changed

+84
-2
lines changed

Gemfile.lock

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.2.2)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.16.3)
13+
forwardable-extended (2.6.0)
14+
google-protobuf (3.25.2)
15+
google-protobuf (3.25.2-arm64-darwin)
16+
google-protobuf (3.25.2-x86_64-darwin)
17+
google-protobuf (3.25.2-x86_64-linux)
18+
http_parser.rb (0.8.0)
19+
i18n (1.14.1)
20+
concurrent-ruby (~> 1.0)
21+
jekyll (4.3.3)
22+
addressable (~> 2.4)
23+
colorator (~> 1.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 1.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
27+
jekyll-watch (~> 2.0)
28+
kramdown (~> 2.3, >= 2.3.1)
29+
kramdown-parser-gfm (~> 1.0)
30+
liquid (~> 4.0)
31+
mercenary (>= 0.3.6, < 0.5)
32+
pathutil (~> 0.9)
33+
rouge (>= 3.0, < 5.0)
34+
safe_yaml (~> 1.0)
35+
terminal-table (>= 1.8, < 4.0)
36+
webrick (~> 1.7)
37+
jekyll-paginate (1.1.0)
38+
jekyll-sass-converter (3.0.0)
39+
sass-embedded (~> 1.54)
40+
jekyll-watch (2.2.1)
41+
listen (~> 3.0)
42+
kramdown (2.4.0)
43+
rexml
44+
kramdown-parser-gfm (1.1.0)
45+
kramdown (~> 2.0)
46+
liquid (4.0.4)
47+
listen (3.8.0)
48+
rb-fsevent (~> 0.10, >= 0.10.3)
49+
rb-inotify (~> 0.9, >= 0.9.10)
50+
mercenary (0.4.0)
51+
pathutil (0.16.2)
52+
forwardable-extended (~> 2.6)
53+
public_suffix (5.0.4)
54+
rake (13.1.0)
55+
rb-fsevent (0.11.2)
56+
rb-inotify (0.10.1)
57+
ffi (~> 1.0)
58+
rexml (3.2.6)
59+
rouge (4.2.0)
60+
safe_yaml (1.0.5)
61+
sass-embedded (1.69.5)
62+
google-protobuf (~> 3.23)
63+
rake (>= 13.0.0)
64+
sass-embedded (1.69.5-arm64-darwin)
65+
google-protobuf (~> 3.23)
66+
sass-embedded (1.69.5-x86_64-darwin)
67+
google-protobuf (~> 3.23)
68+
terminal-table (3.0.2)
69+
unicode-display_width (>= 1.1.1, < 3)
70+
unicode-display_width (2.5.0)
71+
webrick (1.8.1)
72+
73+
PLATFORMS
74+
arm64-darwin
75+
ruby
76+
x86_64-darwin
77+
x86_64-linux
78+
79+
DEPENDENCIES
80+
jekyll
81+
jekyll-paginate
82+
83+
BUNDLED WITH
84+
2.5.4

assets/css/style.scss

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
---
33

4-
@import "{{ site.theme }}";
5-
64
img.card {
75
clip-path: inset(10px round 0.5em);
86
max-width: 250px;

0 commit comments

Comments
 (0)