Skip to content

Commit 34b5890

Browse files
committed
Basic changes for minimal-mistakes
1 parent 030fe83 commit 34b5890

File tree

4 files changed

+225
-10
lines changed

4 files changed

+225
-10
lines changed

Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8"
12-
13-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
gem "minima", "~> 2.5"
1511

1612
gem "kramdown-parser-gfm"
1713

1814
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1915
# uncomment the line below. To upgrade, run `bundle update github-pages`.
20-
# gem "github-pages", group: :jekyll_plugins
16+
gem "github-pages", group: :jekyll_plugins
17+
gem "jekyll-include-cache", group: :jekyll_plugins
2118

2219
# If you have any plugins, put them here!
2320
group :jekyll_plugins do

Gemfile.lock

Lines changed: 212 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,110 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (6.0.4.4)
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.8.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.9)
20+
dnsruby (1.61.7)
21+
simpleidn (~> 0.1)
822
em-websocket (0.5.3)
923
eventmachine (>= 0.12.9)
1024
http_parser.rb (~> 0)
25+
ethon (0.15.0)
26+
ffi (>= 1.15.0)
1127
eventmachine (1.2.7)
28+
execjs (2.8.1)
29+
faraday (1.8.0)
30+
faraday-em_http (~> 1.0)
31+
faraday-em_synchrony (~> 1.0)
32+
faraday-excon (~> 1.1)
33+
faraday-httpclient (~> 1.0.1)
34+
faraday-net_http (~> 1.0)
35+
faraday-net_http_persistent (~> 1.1)
36+
faraday-patron (~> 1.0)
37+
faraday-rack (~> 1.0)
38+
multipart-post (>= 1.2, < 3)
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-net_http (1.0.1)
45+
faraday-net_http_persistent (1.2.0)
46+
faraday-patron (1.0.0)
47+
faraday-rack (1.0.0)
1248
ffi (1.15.4)
1349
forwardable-extended (2.6.0)
50+
gemoji (3.0.1)
51+
github-pages (222)
52+
github-pages-health-check (= 1.17.9)
53+
jekyll (= 3.9.0)
54+
jekyll-avatar (= 0.7.0)
55+
jekyll-coffeescript (= 1.1.1)
56+
jekyll-commonmark-ghpages (= 0.1.6)
57+
jekyll-default-layout (= 0.1.4)
58+
jekyll-feed (= 0.15.1)
59+
jekyll-gist (= 1.5.0)
60+
jekyll-github-metadata (= 2.13.0)
61+
jekyll-mentions (= 1.6.0)
62+
jekyll-optional-front-matter (= 0.3.2)
63+
jekyll-paginate (= 1.1.0)
64+
jekyll-readme-index (= 0.3.0)
65+
jekyll-redirect-from (= 0.16.0)
66+
jekyll-relative-links (= 0.6.1)
67+
jekyll-remote-theme (= 0.4.3)
68+
jekyll-sass-converter (= 1.5.2)
69+
jekyll-seo-tag (= 2.7.1)
70+
jekyll-sitemap (= 1.4.0)
71+
jekyll-swiss (= 1.0.0)
72+
jekyll-theme-architect (= 0.2.0)
73+
jekyll-theme-cayman (= 0.2.0)
74+
jekyll-theme-dinky (= 0.2.0)
75+
jekyll-theme-hacker (= 0.2.0)
76+
jekyll-theme-leap-day (= 0.2.0)
77+
jekyll-theme-merlot (= 0.2.0)
78+
jekyll-theme-midnight (= 0.2.0)
79+
jekyll-theme-minimal (= 0.2.0)
80+
jekyll-theme-modernist (= 0.2.0)
81+
jekyll-theme-primer (= 0.6.0)
82+
jekyll-theme-slate (= 0.2.0)
83+
jekyll-theme-tactile (= 0.2.0)
84+
jekyll-theme-time-machine (= 0.2.0)
85+
jekyll-titles-from-headings (= 0.5.3)
86+
jemoji (= 0.12.0)
87+
kramdown (= 2.3.1)
88+
kramdown-parser-gfm (= 1.1.0)
89+
liquid (= 4.0.3)
90+
mercenary (~> 0.3)
91+
minima (= 2.5.1)
92+
nokogiri (>= 1.12.5, < 2.0)
93+
rouge (= 3.26.0)
94+
terminal-table (~> 1.4)
95+
github-pages-health-check (1.17.9)
96+
addressable (~> 2.3)
97+
dnsruby (~> 1.60)
98+
octokit (~> 4.0)
99+
public_suffix (>= 3.0, < 5.0)
100+
typhoeus (~> 1.3)
101+
html-pipeline (2.14.0)
102+
activesupport (>= 2)
103+
nokogiri (>= 1.4)
14104
http_parser.rb (0.8.0)
15105
i18n (0.9.5)
16106
concurrent-ruby (~> 1.0)
17-
jekyll (3.9.1)
107+
jekyll (3.9.0)
18108
addressable (~> 2.4)
19109
colorator (~> 1.0)
20110
em-websocket (~> 0.5)
@@ -27,14 +117,101 @@ GEM
27117
pathutil (~> 0.9)
28118
rouge (>= 1.7, < 4)
29119
safe_yaml (~> 1.0)
120+
jekyll-avatar (0.7.0)
121+
jekyll (>= 3.0, < 5.0)
122+
jekyll-coffeescript (1.1.1)
123+
coffee-script (~> 2.2)
124+
coffee-script-source (~> 1.11.1)
125+
jekyll-commonmark (1.3.1)
126+
commonmarker (~> 0.14)
127+
jekyll (>= 3.7, < 5.0)
128+
jekyll-commonmark-ghpages (0.1.6)
129+
commonmarker (~> 0.17.6)
130+
jekyll-commonmark (~> 1.2)
131+
rouge (>= 2.0, < 4.0)
132+
jekyll-default-layout (0.1.4)
133+
jekyll (~> 3.0)
30134
jekyll-feed (0.15.1)
31135
jekyll (>= 3.7, < 5.0)
136+
jekyll-gist (1.5.0)
137+
octokit (~> 4.2)
138+
jekyll-github-metadata (2.13.0)
139+
jekyll (>= 3.4, < 5.0)
140+
octokit (~> 4.0, != 4.4.0)
141+
jekyll-include-cache (0.2.1)
142+
jekyll (>= 3.7, < 5.0)
143+
jekyll-mentions (1.6.0)
144+
html-pipeline (~> 2.3)
145+
jekyll (>= 3.7, < 5.0)
146+
jekyll-optional-front-matter (0.3.2)
147+
jekyll (>= 3.0, < 5.0)
148+
jekyll-paginate (1.1.0)
149+
jekyll-readme-index (0.3.0)
150+
jekyll (>= 3.0, < 5.0)
151+
jekyll-redirect-from (0.16.0)
152+
jekyll (>= 3.3, < 5.0)
153+
jekyll-relative-links (0.6.1)
154+
jekyll (>= 3.3, < 5.0)
155+
jekyll-remote-theme (0.4.3)
156+
addressable (~> 2.0)
157+
jekyll (>= 3.5, < 5.0)
158+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
159+
rubyzip (>= 1.3.0, < 3.0)
32160
jekyll-sass-converter (1.5.2)
33161
sass (~> 3.4)
34162
jekyll-seo-tag (2.7.1)
35163
jekyll (>= 3.8, < 5.0)
164+
jekyll-sitemap (1.4.0)
165+
jekyll (>= 3.7, < 5.0)
166+
jekyll-swiss (1.0.0)
167+
jekyll-theme-architect (0.2.0)
168+
jekyll (> 3.5, < 5.0)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-cayman (0.2.0)
171+
jekyll (> 3.5, < 5.0)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-dinky (0.2.0)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-hacker (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-leap-day (0.2.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-merlot (0.2.0)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-midnight (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-minimal (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-modernist (0.2.0)
192+
jekyll (> 3.5, < 5.0)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-primer (0.6.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-github-metadata (~> 2.9)
197+
jekyll-seo-tag (~> 2.0)
198+
jekyll-theme-slate (0.2.0)
199+
jekyll (> 3.5, < 5.0)
200+
jekyll-seo-tag (~> 2.0)
201+
jekyll-theme-tactile (0.2.0)
202+
jekyll (> 3.5, < 5.0)
203+
jekyll-seo-tag (~> 2.0)
204+
jekyll-theme-time-machine (0.2.0)
205+
jekyll (> 3.5, < 5.0)
206+
jekyll-seo-tag (~> 2.0)
207+
jekyll-titles-from-headings (0.5.3)
208+
jekyll (>= 3.3, < 5.0)
36209
jekyll-watch (2.2.1)
37210
listen (~> 3.0)
211+
jemoji (0.12.0)
212+
gemoji (~> 3.0)
213+
html-pipeline (~> 2.2)
214+
jekyll (>= 3.0, < 5.0)
38215
kramdown (2.3.1)
39216
rexml
40217
kramdown-parser-gfm (1.1.0)
@@ -44,33 +221,64 @@ GEM
44221
rb-fsevent (~> 0.10, >= 0.10.3)
45222
rb-inotify (~> 0.9, >= 0.9.10)
46223
mercenary (0.3.6)
224+
mini_portile2 (2.6.1)
47225
minima (2.5.1)
48226
jekyll (>= 3.5, < 5.0)
49227
jekyll-feed (~> 0.9)
50228
jekyll-seo-tag (~> 2.1)
229+
minitest (5.15.0)
230+
multipart-post (2.1.1)
231+
nokogiri (1.12.5)
232+
mini_portile2 (~> 2.6.1)
233+
racc (~> 1.4)
234+
octokit (4.21.0)
235+
faraday (>= 0.9)
236+
sawyer (~> 0.8.0, >= 0.5.3)
51237
pathutil (0.16.2)
52238
forwardable-extended (~> 2.6)
53239
public_suffix (4.0.6)
240+
racc (1.6.0)
54241
rb-fsevent (0.11.0)
55242
rb-inotify (0.10.1)
56243
ffi (~> 1.0)
57244
rexml (3.2.5)
58-
rouge (3.26.1)
245+
rouge (3.26.0)
246+
ruby-enum (0.9.0)
247+
i18n
248+
ruby2_keywords (0.0.5)
249+
rubyzip (2.3.2)
59250
safe_yaml (1.0.5)
60251
sass (3.7.4)
61252
sass-listen (~> 4.0.0)
62253
sass-listen (4.0.0)
63254
rb-fsevent (~> 0.9, >= 0.9.4)
64255
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.1)
65273

66274
PLATFORMS
67275
ruby
68276

69277
DEPENDENCIES
70-
jekyll (~> 3.8)
278+
github-pages
71279
jekyll-feed (~> 0.13)
280+
jekyll-include-cache
72281
kramdown-parser-gfm
73-
minima (~> 2.5)
74282
tzinfo-data
75283

76284
BUNDLED WITH

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ gitter_url: https://gitter.im/zarr-developers/community
3535

3636
# Build settings
3737
markdown: kramdown
38-
theme: minima
38+
remote_theme: "mmistakes/[email protected]"
39+
minimal_mistakes_skin : "dark"
40+
3941
plugins:
4042
- jekyll-feed
43+
- jekyll-include-cache
44+
4145

4246
# Exclude from processing.
4347
# The following items will not be processed, by default. Create a custom list

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# Edit theme's home layout instead if you wanna make some changes
44
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
55
layout: home
6+
author_profile: true
7+
sidebar:
8+
title: "Sidebar"
9+
nav: sidebar
10+
classes:
11+
- dark-theme
612
---
713

814
Zarr is a container for dense ND-dimensional array data, motivated by the need for a simple, transparent, open, and community-driven format that supports high-throughput distributed I/O on different storage systems.

0 commit comments

Comments
 (0)