Skip to content

Commit fc9f64f

Browse files
committed
update
1 parent 8af7216 commit fc9f64f

File tree

2,799 files changed

+329
-146731
lines changed

Some content is hidden

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

2,799 files changed

+329
-146731
lines changed
File renamed without changes.

project/Gemfile renamed to Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.2"
10+
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
# gem "github-pages", group: :jekyll_plugins
15+
gem "github-pages", "~> 225", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
@@ -21,7 +21,7 @@ end
2121
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2222
# and associated library.
2323
platforms :mingw, :x64_mingw, :mswin, :jruby do
24-
gem "tzinfo", ">= 1", "< 3"
24+
gem "tzinfo", "~> 1.2"
2525
gem "tzinfo-data"
2626
end
2727

Gemfile.lock

Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.4.6)
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)
10+
addressable (2.8.0)
11+
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)
16+
colorator (1.1.0)
17+
commonmarker (0.23.4)
18+
concurrent-ruby (1.1.9)
19+
dnsruby (1.61.9)
20+
simpleidn (~> 0.1)
21+
em-websocket (0.5.3)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0)
24+
ethon (0.15.0)
25+
ffi (>= 1.15.0)
26+
eventmachine (1.2.7)
27+
execjs (2.8.1)
28+
faraday (1.10.0)
29+
faraday-em_http (~> 1.0)
30+
faraday-em_synchrony (~> 1.0)
31+
faraday-excon (~> 1.1)
32+
faraday-httpclient (~> 1.0)
33+
faraday-multipart (~> 1.0)
34+
faraday-net_http (~> 1.0)
35+
faraday-net_http_persistent (~> 1.0)
36+
faraday-patron (~> 1.0)
37+
faraday-rack (~> 1.0)
38+
faraday-retry (~> 1.0)
39+
ruby2_keywords (>= 0.0.4)
40+
faraday-em_http (1.0.0)
41+
faraday-em_synchrony (1.0.0)
42+
faraday-excon (1.1.0)
43+
faraday-httpclient (1.0.1)
44+
faraday-multipart (1.0.3)
45+
multipart-post (>= 1.2, < 3)
46+
faraday-net_http (1.0.1)
47+
faraday-net_http_persistent (1.2.0)
48+
faraday-patron (1.0.0)
49+
faraday-rack (1.0.0)
50+
faraday-retry (1.0.3)
51+
ffi (1.15.5)
52+
forwardable-extended (2.6.0)
53+
gemoji (3.0.1)
54+
github-pages (225)
55+
github-pages-health-check (= 1.17.9)
56+
jekyll (= 3.9.0)
57+
jekyll-avatar (= 0.7.0)
58+
jekyll-coffeescript (= 1.1.1)
59+
jekyll-commonmark-ghpages (= 0.2.0)
60+
jekyll-default-layout (= 0.1.4)
61+
jekyll-feed (= 0.15.1)
62+
jekyll-gist (= 1.5.0)
63+
jekyll-github-metadata (= 2.13.0)
64+
jekyll-include-cache (= 0.2.1)
65+
jekyll-mentions (= 1.6.0)
66+
jekyll-optional-front-matter (= 0.3.2)
67+
jekyll-paginate (= 1.1.0)
68+
jekyll-readme-index (= 0.3.0)
69+
jekyll-redirect-from (= 0.16.0)
70+
jekyll-relative-links (= 0.6.1)
71+
jekyll-remote-theme (= 0.4.3)
72+
jekyll-sass-converter (= 1.5.2)
73+
jekyll-seo-tag (= 2.8.0)
74+
jekyll-sitemap (= 1.4.0)
75+
jekyll-swiss (= 1.0.0)
76+
jekyll-theme-architect (= 0.2.0)
77+
jekyll-theme-cayman (= 0.2.0)
78+
jekyll-theme-dinky (= 0.2.0)
79+
jekyll-theme-hacker (= 0.2.0)
80+
jekyll-theme-leap-day (= 0.2.0)
81+
jekyll-theme-merlot (= 0.2.0)
82+
jekyll-theme-midnight (= 0.2.0)
83+
jekyll-theme-minimal (= 0.2.0)
84+
jekyll-theme-modernist (= 0.2.0)
85+
jekyll-theme-primer (= 0.6.0)
86+
jekyll-theme-slate (= 0.2.0)
87+
jekyll-theme-tactile (= 0.2.0)
88+
jekyll-theme-time-machine (= 0.2.0)
89+
jekyll-titles-from-headings (= 0.5.3)
90+
jemoji (= 0.12.0)
91+
kramdown (= 2.3.1)
92+
kramdown-parser-gfm (= 1.1.0)
93+
liquid (= 4.0.3)
94+
mercenary (~> 0.3)
95+
minima (= 2.5.1)
96+
nokogiri (>= 1.12.5, < 2.0)
97+
rouge (= 3.26.0)
98+
terminal-table (~> 1.4)
99+
github-pages-health-check (1.17.9)
100+
addressable (~> 2.3)
101+
dnsruby (~> 1.60)
102+
octokit (~> 4.0)
103+
public_suffix (>= 3.0, < 5.0)
104+
typhoeus (~> 1.3)
105+
html-pipeline (2.14.0)
106+
activesupport (>= 2)
107+
nokogiri (>= 1.4)
108+
http_parser.rb (0.8.0)
109+
i18n (0.9.5)
110+
concurrent-ruby (~> 1.0)
111+
jekyll (3.9.0)
112+
addressable (~> 2.4)
113+
colorator (~> 1.0)
114+
em-websocket (~> 0.5)
115+
i18n (~> 0.7)
116+
jekyll-sass-converter (~> 1.0)
117+
jekyll-watch (~> 2.0)
118+
kramdown (>= 1.17, < 3)
119+
liquid (~> 4.0)
120+
mercenary (~> 0.3.3)
121+
pathutil (~> 0.9)
122+
rouge (>= 1.7, < 4)
123+
safe_yaml (~> 1.0)
124+
jekyll-avatar (0.7.0)
125+
jekyll (>= 3.0, < 5.0)
126+
jekyll-coffeescript (1.1.1)
127+
coffee-script (~> 2.2)
128+
coffee-script-source (~> 1.11.1)
129+
jekyll-commonmark (1.4.0)
130+
commonmarker (~> 0.22)
131+
jekyll-commonmark-ghpages (0.2.0)
132+
commonmarker (~> 0.23.4)
133+
jekyll (~> 3.9.0)
134+
jekyll-commonmark (~> 1.4.0)
135+
rouge (>= 2.0, < 4.0)
136+
jekyll-default-layout (0.1.4)
137+
jekyll (~> 3.0)
138+
jekyll-feed (0.15.1)
139+
jekyll (>= 3.7, < 5.0)
140+
jekyll-gist (1.5.0)
141+
octokit (~> 4.2)
142+
jekyll-github-metadata (2.13.0)
143+
jekyll (>= 3.4, < 5.0)
144+
octokit (~> 4.0, != 4.4.0)
145+
jekyll-include-cache (0.2.1)
146+
jekyll (>= 3.7, < 5.0)
147+
jekyll-mentions (1.6.0)
148+
html-pipeline (~> 2.3)
149+
jekyll (>= 3.7, < 5.0)
150+
jekyll-optional-front-matter (0.3.2)
151+
jekyll (>= 3.0, < 5.0)
152+
jekyll-paginate (1.1.0)
153+
jekyll-readme-index (0.3.0)
154+
jekyll (>= 3.0, < 5.0)
155+
jekyll-redirect-from (0.16.0)
156+
jekyll (>= 3.3, < 5.0)
157+
jekyll-relative-links (0.6.1)
158+
jekyll (>= 3.3, < 5.0)
159+
jekyll-remote-theme (0.4.3)
160+
addressable (~> 2.0)
161+
jekyll (>= 3.5, < 5.0)
162+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
163+
rubyzip (>= 1.3.0, < 3.0)
164+
jekyll-sass-converter (1.5.2)
165+
sass (~> 3.4)
166+
jekyll-seo-tag (2.8.0)
167+
jekyll (>= 3.8, < 5.0)
168+
jekyll-sitemap (1.4.0)
169+
jekyll (>= 3.7, < 5.0)
170+
jekyll-swiss (1.0.0)
171+
jekyll-theme-architect (0.2.0)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-cayman (0.2.0)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-dinky (0.2.0)
178+
jekyll (> 3.5, < 5.0)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-hacker (0.2.0)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-leap-day (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-merlot (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-midnight (0.2.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-theme-minimal (0.2.0)
193+
jekyll (> 3.5, < 5.0)
194+
jekyll-seo-tag (~> 2.0)
195+
jekyll-theme-modernist (0.2.0)
196+
jekyll (> 3.5, < 5.0)
197+
jekyll-seo-tag (~> 2.0)
198+
jekyll-theme-primer (0.6.0)
199+
jekyll (> 3.5, < 5.0)
200+
jekyll-github-metadata (~> 2.9)
201+
jekyll-seo-tag (~> 2.0)
202+
jekyll-theme-slate (0.2.0)
203+
jekyll (> 3.5, < 5.0)
204+
jekyll-seo-tag (~> 2.0)
205+
jekyll-theme-tactile (0.2.0)
206+
jekyll (> 3.5, < 5.0)
207+
jekyll-seo-tag (~> 2.0)
208+
jekyll-theme-time-machine (0.2.0)
209+
jekyll (> 3.5, < 5.0)
210+
jekyll-seo-tag (~> 2.0)
211+
jekyll-titles-from-headings (0.5.3)
212+
jekyll (>= 3.3, < 5.0)
213+
jekyll-watch (2.2.1)
214+
listen (~> 3.0)
215+
jemoji (0.12.0)
216+
gemoji (~> 3.0)
217+
html-pipeline (~> 2.2)
218+
jekyll (>= 3.0, < 5.0)
219+
kramdown (2.3.1)
220+
rexml
221+
kramdown-parser-gfm (1.1.0)
222+
kramdown (~> 2.0)
223+
liquid (4.0.3)
224+
listen (3.7.1)
225+
rb-fsevent (~> 0.10, >= 0.10.3)
226+
rb-inotify (~> 0.9, >= 0.9.10)
227+
mercenary (0.3.6)
228+
minima (2.5.1)
229+
jekyll (>= 3.5, < 5.0)
230+
jekyll-feed (~> 0.9)
231+
jekyll-seo-tag (~> 2.1)
232+
minitest (5.15.0)
233+
multipart-post (2.1.1)
234+
nokogiri (1.13.3-x86_64-linux)
235+
racc (~> 1.4)
236+
octokit (4.22.0)
237+
faraday (>= 0.9)
238+
sawyer (~> 0.8.0, >= 0.5.3)
239+
pathutil (0.16.2)
240+
forwardable-extended (~> 2.6)
241+
public_suffix (4.0.6)
242+
racc (1.6.0)
243+
rb-fsevent (0.11.1)
244+
rb-inotify (0.10.1)
245+
ffi (~> 1.0)
246+
rexml (3.2.5)
247+
rouge (3.26.0)
248+
ruby2_keywords (0.0.5)
249+
rubyzip (2.3.2)
250+
safe_yaml (1.0.5)
251+
sass (3.7.4)
252+
sass-listen (~> 4.0.0)
253+
sass-listen (4.0.0)
254+
rb-fsevent (~> 0.9, >= 0.9.4)
255+
rb-inotify (~> 0.9, >= 0.9.7)
256+
sawyer (0.8.2)
257+
addressable (>= 2.3.5)
258+
faraday (> 0.8, < 2.0)
259+
simpleidn (0.2.1)
260+
unf (~> 0.1.4)
261+
terminal-table (1.8.0)
262+
unicode-display_width (~> 1.1, >= 1.1.1)
263+
thread_safe (0.3.6)
264+
typhoeus (1.4.0)
265+
ethon (>= 0.9.0)
266+
tzinfo (1.2.9)
267+
thread_safe (~> 0.1)
268+
unf (0.1.4)
269+
unf_ext
270+
unf_ext (0.0.8)
271+
unicode-display_width (1.8.0)
272+
zeitwerk (2.5.4)
273+
274+
PLATFORMS
275+
x86_64-linux
276+
277+
DEPENDENCIES
278+
github-pages (~> 225)
279+
http_parser.rb (~> 0.6.0)
280+
jekyll-feed (~> 0.12)
281+
minima (~> 2.5)
282+
tzinfo (~> 1.2)
283+
tzinfo-data
284+
wdm (~> 0.1.1)
285+
286+
BUNDLED WITH
287+
2.3.8

project/_config.yml renamed to _config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
title: OCaml Scientific Computing
2222
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
©2018-2023, ocaml.xyz
24+
©2018-2023, Liang Wang
2525
baseurl: "" # the subpath of your site, e.g. /blog
2626
url: "https://ocaml.xyz" # the base hostname & protocol for your site, e.g. http://example.com
2727
github_username: owlbarn
@@ -33,13 +33,10 @@ theme: minima
3333
plugins:
3434
- jekyll-feed
3535

36-
sass:
37-
quiet_deps: true
38-
3936
header_pages:
4037
- document.markdown
38+
- project.markdown
4139
- errata.markdown
42-
- privacy.markdown
4340

4441
# Exclude from processing.
4542
# The following items will not be processed, by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/ads.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)