Skip to content

Commit 831d317

Browse files
committed
update website
1 parent 65ac847 commit 831d317

5 files changed

Lines changed: 470 additions & 26 deletions

File tree

Gemfile.lock

Lines changed: 281 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,281 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (8.0.2.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.3.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.3)
22+
coffee-script (2.4.1)
23+
coffee-script-source
24+
execjs
25+
coffee-script-source (1.12.2)
26+
colorator (1.1.0)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.4)
30+
csv (3.3.5)
31+
dnsruby (1.73.0)
32+
base64 (>= 0.2)
33+
logger (~> 1.6)
34+
simpleidn (~> 0.2.1)
35+
drb (2.2.3)
36+
em-websocket (0.5.3)
37+
eventmachine (>= 0.12.9)
38+
http_parser.rb (~> 0)
39+
ethon (0.15.0)
40+
ffi (>= 1.15.0)
41+
eventmachine (1.2.7)
42+
execjs (2.10.0)
43+
faraday (2.13.4)
44+
faraday-net_http (>= 2.0, < 3.5)
45+
json
46+
logger
47+
faraday-net_http (3.4.1)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.2-arm64-darwin)
50+
forwardable-extended (2.6.0)
51+
gemoji (4.1.0)
52+
github-pages (232)
53+
github-pages-health-check (= 1.18.2)
54+
jekyll (= 3.10.0)
55+
jekyll-avatar (= 0.8.0)
56+
jekyll-coffeescript (= 1.2.2)
57+
jekyll-commonmark-ghpages (= 0.5.1)
58+
jekyll-default-layout (= 0.1.5)
59+
jekyll-feed (= 0.17.0)
60+
jekyll-gist (= 1.5.0)
61+
jekyll-github-metadata (= 2.16.1)
62+
jekyll-include-cache (= 0.2.1)
63+
jekyll-mentions (= 1.6.0)
64+
jekyll-optional-front-matter (= 0.3.2)
65+
jekyll-paginate (= 1.1.0)
66+
jekyll-readme-index (= 0.3.0)
67+
jekyll-redirect-from (= 0.16.0)
68+
jekyll-relative-links (= 0.6.1)
69+
jekyll-remote-theme (= 0.4.3)
70+
jekyll-sass-converter (= 1.5.2)
71+
jekyll-seo-tag (= 2.8.0)
72+
jekyll-sitemap (= 1.4.0)
73+
jekyll-swiss (= 1.0.0)
74+
jekyll-theme-architect (= 0.2.0)
75+
jekyll-theme-cayman (= 0.2.0)
76+
jekyll-theme-dinky (= 0.2.0)
77+
jekyll-theme-hacker (= 0.2.0)
78+
jekyll-theme-leap-day (= 0.2.0)
79+
jekyll-theme-merlot (= 0.2.0)
80+
jekyll-theme-midnight (= 0.2.0)
81+
jekyll-theme-minimal (= 0.2.0)
82+
jekyll-theme-modernist (= 0.2.0)
83+
jekyll-theme-primer (= 0.6.0)
84+
jekyll-theme-slate (= 0.2.0)
85+
jekyll-theme-tactile (= 0.2.0)
86+
jekyll-theme-time-machine (= 0.2.0)
87+
jekyll-titles-from-headings (= 0.5.3)
88+
jemoji (= 0.13.0)
89+
kramdown (= 2.4.0)
90+
kramdown-parser-gfm (= 1.1.0)
91+
liquid (= 4.0.4)
92+
mercenary (~> 0.3)
93+
minima (= 2.5.1)
94+
nokogiri (>= 1.16.2, < 2.0)
95+
rouge (= 3.30.0)
96+
terminal-table (~> 1.4)
97+
webrick (~> 1.8)
98+
github-pages-health-check (1.18.2)
99+
addressable (~> 2.3)
100+
dnsruby (~> 1.60)
101+
octokit (>= 4, < 8)
102+
public_suffix (>= 3.0, < 6.0)
103+
typhoeus (~> 1.3)
104+
html-pipeline (2.14.3)
105+
activesupport (>= 2)
106+
nokogiri (>= 1.4)
107+
http_parser.rb (0.8.0)
108+
i18n (1.14.7)
109+
concurrent-ruby (~> 1.0)
110+
jekyll (3.10.0)
111+
addressable (~> 2.4)
112+
colorator (~> 1.0)
113+
csv (~> 3.0)
114+
em-websocket (~> 0.5)
115+
i18n (>= 0.7, < 2)
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+
webrick (>= 1.0)
125+
jekyll-avatar (0.8.0)
126+
jekyll (>= 3.0, < 5.0)
127+
jekyll-coffeescript (1.2.2)
128+
coffee-script (~> 2.2)
129+
coffee-script-source (~> 1.12)
130+
jekyll-commonmark (1.4.0)
131+
commonmarker (~> 0.22)
132+
jekyll-commonmark-ghpages (0.5.1)
133+
commonmarker (>= 0.23.7, < 1.1.0)
134+
jekyll (>= 3.9, < 4.0)
135+
jekyll-commonmark (~> 1.4.0)
136+
rouge (>= 2.0, < 5.0)
137+
jekyll-default-layout (0.1.5)
138+
jekyll (>= 3.0, < 5.0)
139+
jekyll-feed (0.17.0)
140+
jekyll (>= 3.7, < 5.0)
141+
jekyll-gist (1.5.0)
142+
octokit (~> 4.2)
143+
jekyll-github-metadata (2.16.1)
144+
jekyll (>= 3.4, < 5.0)
145+
octokit (>= 4, < 7, != 4.4.0)
146+
jekyll-include-cache (0.2.1)
147+
jekyll (>= 3.7, < 5.0)
148+
jekyll-mentions (1.6.0)
149+
html-pipeline (~> 2.3)
150+
jekyll (>= 3.7, < 5.0)
151+
jekyll-optional-front-matter (0.3.2)
152+
jekyll (>= 3.0, < 5.0)
153+
jekyll-paginate (1.1.0)
154+
jekyll-readme-index (0.3.0)
155+
jekyll (>= 3.0, < 5.0)
156+
jekyll-redirect-from (0.16.0)
157+
jekyll (>= 3.3, < 5.0)
158+
jekyll-relative-links (0.6.1)
159+
jekyll (>= 3.3, < 5.0)
160+
jekyll-remote-theme (0.4.3)
161+
addressable (~> 2.0)
162+
jekyll (>= 3.5, < 5.0)
163+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
164+
rubyzip (>= 1.3.0, < 3.0)
165+
jekyll-sass-converter (1.5.2)
166+
sass (~> 3.4)
167+
jekyll-seo-tag (2.8.0)
168+
jekyll (>= 3.8, < 5.0)
169+
jekyll-sitemap (1.4.0)
170+
jekyll (>= 3.7, < 5.0)
171+
jekyll-swiss (1.0.0)
172+
jekyll-theme-architect (0.2.0)
173+
jekyll (> 3.5, < 5.0)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-cayman (0.2.0)
176+
jekyll (> 3.5, < 5.0)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-dinky (0.2.0)
179+
jekyll (> 3.5, < 5.0)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-hacker (0.2.0)
182+
jekyll (> 3.5, < 5.0)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-leap-day (0.2.0)
185+
jekyll (> 3.5, < 5.0)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-merlot (0.2.0)
188+
jekyll (> 3.5, < 5.0)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-midnight (0.2.0)
191+
jekyll (> 3.5, < 5.0)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-minimal (0.2.0)
194+
jekyll (> 3.5, < 5.0)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-modernist (0.2.0)
197+
jekyll (> 3.5, < 5.0)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-theme-primer (0.6.0)
200+
jekyll (> 3.5, < 5.0)
201+
jekyll-github-metadata (~> 2.9)
202+
jekyll-seo-tag (~> 2.0)
203+
jekyll-theme-slate (0.2.0)
204+
jekyll (> 3.5, < 5.0)
205+
jekyll-seo-tag (~> 2.0)
206+
jekyll-theme-tactile (0.2.0)
207+
jekyll (> 3.5, < 5.0)
208+
jekyll-seo-tag (~> 2.0)
209+
jekyll-theme-time-machine (0.2.0)
210+
jekyll (> 3.5, < 5.0)
211+
jekyll-seo-tag (~> 2.0)
212+
jekyll-titles-from-headings (0.5.3)
213+
jekyll (>= 3.3, < 5.0)
214+
jekyll-watch (2.2.1)
215+
listen (~> 3.0)
216+
jemoji (0.13.0)
217+
gemoji (>= 3, < 5)
218+
html-pipeline (~> 2.2)
219+
jekyll (>= 3.0, < 5.0)
220+
json (2.13.2)
221+
kramdown (2.4.0)
222+
rexml
223+
kramdown-parser-gfm (1.1.0)
224+
kramdown (~> 2.0)
225+
liquid (4.0.4)
226+
listen (3.9.0)
227+
rb-fsevent (~> 0.10, >= 0.10.3)
228+
rb-inotify (~> 0.9, >= 0.9.10)
229+
logger (1.7.0)
230+
mercenary (0.3.6)
231+
minima (2.5.1)
232+
jekyll (>= 3.5, < 5.0)
233+
jekyll-feed (~> 0.9)
234+
jekyll-seo-tag (~> 2.1)
235+
minitest (5.25.5)
236+
net-http (0.6.0)
237+
uri
238+
nokogiri (1.18.9-arm64-darwin)
239+
racc (~> 1.4)
240+
octokit (4.25.1)
241+
faraday (>= 1, < 3)
242+
sawyer (~> 0.9)
243+
pathutil (0.16.2)
244+
forwardable-extended (~> 2.6)
245+
public_suffix (5.1.1)
246+
racc (1.8.1)
247+
rb-fsevent (0.11.2)
248+
rb-inotify (0.11.1)
249+
ffi (~> 1.0)
250+
rexml (3.4.3)
251+
rouge (3.30.0)
252+
rubyzip (2.4.1)
253+
safe_yaml (1.0.5)
254+
sass (3.7.4)
255+
sass-listen (~> 4.0.0)
256+
sass-listen (4.0.0)
257+
rb-fsevent (~> 0.9, >= 0.9.4)
258+
rb-inotify (~> 0.9, >= 0.9.7)
259+
sawyer (0.9.2)
260+
addressable (>= 2.3.5)
261+
faraday (>= 0.17.3, < 3)
262+
securerandom (0.4.1)
263+
simpleidn (0.2.3)
264+
terminal-table (1.8.0)
265+
unicode-display_width (~> 1.1, >= 1.1.1)
266+
typhoeus (1.5.0)
267+
ethon (>= 0.9.0, < 0.16.0)
268+
tzinfo (2.0.6)
269+
concurrent-ruby (~> 1.0)
270+
unicode-display_width (1.8.0)
271+
uri (1.0.3)
272+
webrick (1.9.1)
273+
274+
PLATFORMS
275+
arm64-darwin
276+
277+
DEPENDENCIES
278+
github-pages
279+
280+
BUNDLED WITH
281+
2.7.2

_config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,20 @@ social_links:
2323
linkedin: "https://www.linkedin.com/in/marine-denolle-b528144b/"
2424
github: "https://github.com/Denolle-lab"
2525
scholar: "https://scholar.google.com/citations?user=GR8BOxsAAAAJ&hl=en"
26+
27+
profile:
28+
portrait_url: "https://github.com/mdenolle.png"
29+
portrait_alt: "Portrait of Marine Denolle"
30+
31+
media:
32+
featured_video:
33+
title: "Featured Talk"
34+
embed_url: ""
35+
page_url: "https://denolle-lab.github.io/"
36+
posts:
37+
- title: "Recent keynote: AI for Earth Systems Monitoring"
38+
url: "https://denolle-lab.github.io/"
39+
- title: "Panel: Climate-Hazard Intelligence at Scale"
40+
url: "https://denolle-lab.github.io/"
41+
- title: "Lab update: Multi-sensor science and impact"
42+
url: "https://denolle-lab.github.io/"

_layouts/default.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,18 @@
2121
</header>
2222

2323
<main id="main-content">
24-
{{ content }}
24+
{% if page.collection == 'posts' %}
25+
<section class="section">
26+
<div class="container prose post-shell">
27+
<p class="post-meta">{{ page.date | date: "%B %-d, %Y" }}</p>
28+
<h1>{{ page.title }}</h1>
29+
{{ content }}
30+
<p><a href="{{ '/blog/' | relative_url }}">&larr; Back to blog</a></p>
31+
</div>
32+
</section>
33+
{% else %}
34+
{{ content }}
35+
{% endif %}
2536
</main>
2637

2738
<footer class="site-footer">

0 commit comments

Comments
 (0)