File tree Expand file tree Collapse file tree 3 files changed +54
-32
lines changed Expand file tree Collapse file tree 3 files changed +54
-32
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,20 @@ source "https://rubygems.org"
88#
99# This will help ensure the proper Jekyll version is running.
1010# Happy Jekylling!
11- gem "jekyll" , "~> 3.7.4 "
11+ gem "jekyll" , "~> 3.8 "
1212
1313# This is the default theme for new Jekyll sites. You may change this to anything you like.
14- gem "minima" , "~> 2.0"
14+ gem "minima" , "~> 2.5"
15+
16+ gem "kramdown-parser-gfm"
1517
1618# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1719# uncomment the line below. To upgrade, run `bundle update github-pages`.
1820# gem "github-pages", group: :jekyll_plugins
1921
2022# If you have any plugins, put them here!
2123group :jekyll_plugins do
22- gem "jekyll-feed" , "~> 0.6 "
24+ gem "jekyll-feed" , "~> 0.13 "
2325end
2426
2527# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- addressable (2.6 .0 )
5- public_suffix (>= 2.0.2 , < 4 .0 )
4+ addressable (2.8 .0 )
5+ public_suffix (>= 2.0.2 , < 5 .0 )
66 colorator (1.1.0 )
7- concurrent-ruby (1.1.5 )
8- em-websocket (0.5.1 )
7+ concurrent-ruby (1.1.9 )
8+ em-websocket (0.5.3 )
99 eventmachine (>= 0.12.9 )
10- http_parser.rb (~> 0.6.0 )
10+ http_parser.rb (~> 0 )
1111 eventmachine (1.2.7 )
12- ffi (1.11.1 )
12+ ffi (1.15.4 )
1313 forwardable-extended (2.6.0 )
14- http_parser.rb (0.6 .0 )
14+ http_parser.rb (0.8 .0 )
1515 i18n (0.9.5 )
1616 concurrent-ruby (~> 1.0 )
17- jekyll (3.7.4 )
17+ jekyll (3.9.1 )
1818 addressable (~> 2.4 )
1919 colorator (~> 1.0 )
2020 em-websocket (~> 0.5 )
2121 i18n (~> 0.7 )
2222 jekyll-sass-converter (~> 1.0 )
2323 jekyll-watch (~> 2.0 )
24- kramdown (~> 1.14 )
24+ kramdown (>= 1.17 , < 3 )
2525 liquid (~> 4.0 )
2626 mercenary (~> 0.3.3 )
2727 pathutil (~> 0.9 )
2828 rouge (>= 1.7 , < 4 )
2929 safe_yaml (~> 1.0 )
30- jekyll-feed (0.12 .1 )
30+ jekyll-feed (0.15 .1 )
3131 jekyll (>= 3.7 , < 5.0 )
3232 jekyll-sass-converter (1.5.2 )
3333 sass (~> 3.4 )
34- jekyll-seo-tag (2.6 .1 )
35- jekyll (>= 3.3 , < 5.0 )
34+ jekyll-seo-tag (2.7 .1 )
35+ jekyll (>= 3.8 , < 5.0 )
3636 jekyll-watch (2.2.1 )
3737 listen (~> 3.0 )
38- kramdown (1.17.0 )
38+ kramdown (2.3.1 )
39+ rexml
40+ kramdown-parser-gfm (1.1.0 )
41+ kramdown (~> 2.0 )
3942 liquid (4.0.3 )
40- listen (3.1.5 )
41- rb-fsevent (~> 0.9 , >= 0.9.4 )
42- rb-inotify (~> 0.9 , >= 0.9.7 )
43- ruby_dep (~> 1.2 )
43+ listen (3.7.0 )
44+ rb-fsevent (~> 0.10 , >= 0.10.3 )
45+ rb-inotify (~> 0.9 , >= 0.9.10 )
4446 mercenary (0.3.6 )
45- minima (2.5.0 )
46- jekyll (~> 3.5 )
47+ minima (2.5.1 )
48+ jekyll (>= 3.5 , < 5.0 )
4749 jekyll-feed (~> 0.9 )
4850 jekyll-seo-tag (~> 2.1 )
4951 pathutil (0.16.2 )
5052 forwardable-extended (~> 2.6 )
51- public_suffix (3 .0.3 )
52- rb-fsevent (0.10.3 )
53- rb-inotify (0.10.0 )
53+ public_suffix (4 .0.6 )
54+ rb-fsevent (0.11.0 )
55+ rb-inotify (0.10.1 )
5456 ffi (~> 1.0 )
55- rouge (3.3.0 )
56- ruby_dep ( 1.5.0 )
57+ rexml (3.2.5 )
58+ rouge ( 3.26.1 )
5759 safe_yaml (1.0.5 )
5860 sass (3.7.4 )
5961 sass-listen (~> 4.0.0 )
@@ -65,10 +67,11 @@ PLATFORMS
6567 ruby
6668
6769DEPENDENCIES
68- jekyll (~> 3.7.4 )
69- jekyll-feed (~> 0.6 )
70- minima (~> 2.0 )
70+ jekyll (~> 3.8 )
71+ jekyll-feed (~> 0.13 )
72+ kramdown-parser-gfm
73+ minima (~> 2.5 )
7174 tzinfo-data
7275
7376BUNDLED WITH
74- 2.0.1
77+ 2.1.4
Original file line number Diff line number Diff line change 11# zarr-developers.github.io
2- Zarr blog
2+
3+ Main Zarr website hosted at https://zarr.dev
4+
5+ ## Building
6+
7+ ```
8+ conda create -n zarr.dev -c conda-forge rb-bundler c-compiler compilers cxx-compiler
9+ conda activate zarr.dev
10+ bundle install
11+ bundle exec jekyll serve
12+ ```
13+
14+ Note: using conda-forge packages directly failed on eventmachine (Dec 2021):
15+ ```
16+ conda create -n zarr.dev -c conda-forge rb-jekyll rb-bundler rb-public_suffix rb-minima rb-jekyll-feed
17+ conda activate zarr.dev
18+ bundle exec jekyll serve
19+ ```
You can’t perform that action at this time.
0 commit comments