Skip to content

Commit 6c84d71

Browse files
committed
update logo
1 parent 8b1dc5e commit 6c84d71

File tree

4 files changed

+203
-31
lines changed

4 files changed

+203
-31
lines changed

docs/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ source "https://rubygems.org"
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1515
gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
17-
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
19-
end
17+
# group :jekyll_plugins do
18+
# gem "jekyll-feed", "~> 0.12"
19+
# end
2020

2121
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2222
# and associated library.

docs/Gemfile.lock

Lines changed: 199 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,249 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (6.0.3.2)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
410
addressable (2.7.0)
511
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
616
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
719
concurrent-ruby (1.1.6)
20+
dnsruby (1.61.3)
21+
addressable (~> 2.5)
822
em-websocket (0.5.1)
923
eventmachine (>= 0.12.9)
1024
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
1127
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.0.1)
30+
multipart-post (>= 1.2, < 3)
1231
ffi (1.13.1)
1332
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (206)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.7)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.13.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-mentions (= 1.5.1)
45+
jekyll-optional-front-matter (= 0.3.2)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.3.0)
48+
jekyll-redirect-from (= 0.15.0)
49+
jekyll-relative-links (= 0.6.1)
50+
jekyll-remote-theme (= 0.4.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.6.1)
53+
jekyll-sitemap (= 1.4.0)
54+
jekyll-swiss (= 1.0.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.4)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.3)
69+
jemoji (= 0.11.1)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.3)
72+
mercenary (~> 0.3)
73+
minima (= 2.5.1)
74+
nokogiri (>= 1.10.4, < 2.0)
75+
rouge (= 3.19.0)
76+
terminal-table (~> 1.4)
77+
github-pages-health-check (1.16.1)
78+
addressable (~> 2.3)
79+
dnsruby (~> 1.60)
80+
octokit (~> 4.0)
81+
public_suffix (~> 3.0)
82+
typhoeus (~> 1.3)
83+
html-pipeline (2.13.0)
84+
activesupport (>= 2)
85+
nokogiri (>= 1.4)
1486
http_parser.rb (0.6.0)
15-
i18n (1.8.3)
87+
i18n (0.9.5)
1688
concurrent-ruby (~> 1.0)
17-
jekyll (4.1.0)
89+
jekyll (3.8.7)
1890
addressable (~> 2.4)
1991
colorator (~> 1.0)
2092
em-websocket (~> 0.5)
21-
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
93+
i18n (~> 0.7)
94+
jekyll-sass-converter (~> 1.0)
2395
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.1)
25-
kramdown-parser-gfm (~> 1.0)
96+
kramdown (~> 1.14)
2697
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
98+
mercenary (~> 0.3.3)
2899
pathutil (~> 0.9)
29-
rouge (~> 3.0)
100+
rouge (>= 1.7, < 4)
30101
safe_yaml (~> 1.0)
31-
terminal-table (~> 1.8)
102+
jekyll-avatar (0.7.0)
103+
jekyll (>= 3.0, < 5.0)
104+
jekyll-coffeescript (1.1.1)
105+
coffee-script (~> 2.2)
106+
coffee-script-source (~> 1.11.1)
107+
jekyll-commonmark (1.3.1)
108+
commonmarker (~> 0.14)
109+
jekyll (>= 3.7, < 5.0)
110+
jekyll-commonmark-ghpages (0.1.6)
111+
commonmarker (~> 0.17.6)
112+
jekyll-commonmark (~> 1.2)
113+
rouge (>= 2.0, < 4.0)
114+
jekyll-default-layout (0.1.4)
115+
jekyll (~> 3.0)
32116
jekyll-feed (0.13.0)
33117
jekyll (>= 3.7, < 5.0)
34-
jekyll-sass-converter (2.1.0)
35-
sassc (> 2.0.1, < 3.0)
118+
jekyll-gist (1.5.0)
119+
octokit (~> 4.2)
120+
jekyll-github-metadata (2.13.0)
121+
jekyll (>= 3.4, < 5.0)
122+
octokit (~> 4.0, != 4.4.0)
123+
jekyll-mentions (1.5.1)
124+
html-pipeline (~> 2.3)
125+
jekyll (>= 3.7, < 5.0)
126+
jekyll-optional-front-matter (0.3.2)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-paginate (1.1.0)
129+
jekyll-readme-index (0.3.0)
130+
jekyll (>= 3.0, < 5.0)
131+
jekyll-redirect-from (0.15.0)
132+
jekyll (>= 3.3, < 5.0)
133+
jekyll-relative-links (0.6.1)
134+
jekyll (>= 3.3, < 5.0)
135+
jekyll-remote-theme (0.4.1)
136+
addressable (~> 2.0)
137+
jekyll (>= 3.5, < 5.0)
138+
rubyzip (>= 1.3.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
36141
jekyll-seo-tag (2.6.1)
37142
jekyll (>= 3.3, < 5.0)
143+
jekyll-sitemap (1.4.0)
144+
jekyll (>= 3.7, < 5.0)
145+
jekyll-swiss (1.0.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.4)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.3)
187+
jekyll (>= 3.3, < 5.0)
38188
jekyll-watch (2.2.1)
39189
listen (~> 3.0)
40-
just-the-docs (0.3.1)
41-
jekyll (>= 3.8.5)
42-
jekyll-seo-tag (~> 2.0)
43-
rake (>= 12.3.1, < 13.1.0)
44-
kramdown (2.2.1)
45-
rexml
46-
kramdown-parser-gfm (1.1.0)
47-
kramdown (~> 2.0)
190+
jemoji (0.11.1)
191+
gemoji (~> 3.0)
192+
html-pipeline (~> 2.2)
193+
jekyll (>= 3.0, < 5.0)
194+
kramdown (1.17.0)
48195
liquid (4.0.3)
49196
listen (3.2.1)
50197
rb-fsevent (~> 0.10, >= 0.10.3)
51198
rb-inotify (~> 0.9, >= 0.9.10)
52-
mercenary (0.4.0)
199+
mercenary (0.3.6)
200+
mini_portile2 (2.4.0)
201+
minima (2.5.1)
202+
jekyll (>= 3.5, < 5.0)
203+
jekyll-feed (~> 0.9)
204+
jekyll-seo-tag (~> 2.1)
205+
minitest (5.14.1)
206+
multipart-post (2.1.1)
207+
nokogiri (1.10.10)
208+
mini_portile2 (~> 2.4.0)
209+
octokit (4.18.0)
210+
faraday (>= 0.9)
211+
sawyer (~> 0.8.0, >= 0.5.3)
53212
pathutil (0.16.2)
54213
forwardable-extended (~> 2.6)
55-
public_suffix (4.0.5)
56-
rake (12.3.2)
214+
public_suffix (3.1.1)
57215
rb-fsevent (0.10.4)
58216
rb-inotify (0.10.1)
59217
ffi (~> 1.0)
60-
rexml (3.2.4)
61-
rouge (3.20.0)
218+
rouge (3.19.0)
219+
ruby-enum (0.8.0)
220+
i18n
221+
rubyzip (2.3.0)
62222
safe_yaml (1.0.5)
63-
sassc (2.4.0)
64-
ffi (~> 1.9)
223+
sass (3.7.4)
224+
sass-listen (~> 4.0.0)
225+
sass-listen (4.0.0)
226+
rb-fsevent (~> 0.9, >= 0.9.4)
227+
rb-inotify (~> 0.9, >= 0.9.7)
228+
sawyer (0.8.2)
229+
addressable (>= 2.3.5)
230+
faraday (> 0.8, < 2.0)
65231
terminal-table (1.8.0)
66232
unicode-display_width (~> 1.1, >= 1.1.1)
233+
thread_safe (0.3.6)
234+
typhoeus (1.4.0)
235+
ethon (>= 0.9.0)
236+
tzinfo (1.2.7)
237+
thread_safe (~> 0.1)
67238
unicode-display_width (1.7.0)
239+
zeitwerk (2.4.0)
68240

69241
PLATFORMS
70242
ruby
71243

72244
DEPENDENCIES
245+
github-pages
73246
jekyll-feed (~> 0.12)
74-
just-the-docs
75247
tzinfo (~> 1.2)
76248
tzinfo-data
77249
wdm (~> 0.1.1)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ remote_theme: pmarsceill/just-the-docs
2929
# plugins:
3030
# - jekyll-feed
3131

32-
logo: "/assets/images/isc_logo_eye.png"
32+
logo: "/assets/images/vscode_objectscript_logo_title.png"
3333

3434
color_scheme: isc
3535

Loading

0 commit comments

Comments
 (0)