Skip to content

Commit c8121c7

Browse files
committed
First major version
1 parent 4452272 commit c8121c7

226 files changed

Lines changed: 41249 additions & 387 deletions

File tree

Some content is hidden

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

.DS_Store

10 KB
Binary file not shown.

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ group :jekyll_plugins do
1515
gem "jekyll-include-cache"
1616
gem "jekyll-algolia"
1717
end
18+
19+
gem "webrick", "~> 1.8"

_config.yml

Lines changed: 294 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,68 +8,305 @@
88
# For technical reasons, this file is *NOT* reloaded automatically when you use
99
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
1010

11-
# Site settings
12-
# These are used to personalize your new site. If you look in the HTML files,
13-
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14-
# You can create any custom variable you would like, and they will be accessible
15-
# in the templates via {{ site.myvariable }}.
16-
title: Climate Analytics Lab
17-
email: dwatsonparris@ucsd.edu
18-
description: >- # this means to ignore newlines until "baseurl:"
19-
The Climate Analytics Lab aims to reduce uncertainty in the role of anthropogenic aerosol
20-
on the climate by exploiting recent advances in machine learning to enable improved
21-
projections and gain new insights from observations.
22-
twitter_username: dwatsonparris
23-
github_username: climate-analytics-lab
24-
minimal_mistakes_skin: default
25-
search: true
26-
27-
# Build settings
11+
# Theme Settings
12+
#
13+
# Review documentation to determine if you should use `theme` or `remote_theme`
14+
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
15+
16+
# theme : "minimal-mistakes-jekyll"
17+
# remote_theme : "mmistakes/minimal-mistakes"
18+
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
19+
20+
21+
# Site Settings
22+
locale : "en-US"
23+
title : "Climate Analytics Lab"
24+
title_separator : "-"
25+
subtitle : # site tagline that appears below site title in masthead
26+
name : "CAL"
27+
description : >- # this means to ignore newlines until "baseurl:"
28+
The Climate Analytics Lab aims to reduce uncertainty in the role of anthropogenic aerosol
29+
on the climate by exploiting recent advances in machine learning to enable improved
30+
projections and gain new insights from observations.
31+
url : "https://climate-analytics-lab.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
32+
# baseurl : "/ccog.github.io" # the subpath of your site, e.g. "/blog"
33+
repository : "climate-analytics-lab/climate-analytics-lab.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
34+
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
35+
logo : "/assets/images/logo.svg"
36+
masthead_title : "CAL" # overrides the website title displayed in the masthead, use " " for no title
37+
# breadcrumbs : false # true, false (default)
38+
words_per_minute : 200
39+
comments:
40+
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
41+
disqus:
42+
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
43+
discourse:
44+
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
45+
facebook:
46+
# https://developers.facebook.com/docs/plugins/comments
47+
appid :
48+
num_posts : # 5 (default)
49+
colorscheme : # "light" (default), "dark"
50+
utterances:
51+
theme : # "github-light" (default), "github-dark"
52+
issue_term : # "pathname" (default)
53+
giscus:
54+
repo_id : # Shown during giscus setup at https://giscus.app
55+
category_name : # Full text name of the category
56+
category_id : # Shown during giscus setup at https://giscus.app
57+
discussion_term : # "pathname" (default), "url", "title", "og:title"
58+
reactions_enabled : # '1' for enabled (default), '0' for disabled
59+
theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
60+
staticman:
61+
branch : # "master"
62+
endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
63+
reCaptcha:
64+
siteKey :
65+
secret :
66+
atom_feed:
67+
path : # blank (default) uses feed.xml
68+
hide : true # true, false (default)
69+
search : # true, false (default)
70+
search_full_content : # true, false (default)
71+
search_provider : # lunr (default), algolia, google
72+
lunr:
73+
search_within_pages : # true, false (default)
74+
algolia:
75+
application_id : # YOUR_APPLICATION_ID
76+
index_name : # YOUR_INDEX_NAME
77+
search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
78+
powered_by : # true (default), false
79+
google:
80+
search_engine_id : # YOUR_SEARCH_ENGINE_ID
81+
instant_search : # false (default), true
82+
# SEO Related
83+
google_site_verification :
84+
bing_site_verification :
85+
naver_site_verification :
86+
yandex_site_verification :
87+
baidu_site_verification :
88+
89+
90+
# Social Sharing
91+
twitter:
92+
username : dwatsonparris
93+
facebook:
94+
username :
95+
app_id :
96+
publisher :
97+
og_image : # Open Graph/Twitter default site image
98+
# For specifying social profiles
99+
# - https://developers.google.com/structured-data/customize/social-profiles
100+
social:
101+
type : # Person or Organization (defaults to Person)
102+
name : # If the user or organization name differs from the site's name
103+
links: # An array of links to social media profiles
104+
105+
# Analytics
106+
analytics:
107+
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
108+
google:
109+
tracking_id :
110+
anonymize_ip : # true, false (default)
111+
112+
113+
# Site Author
114+
author:
115+
name : "Climate Analytics Lab"
116+
avatar : "/assets/images/logo.svg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
117+
bio : "Improving climate projections with machine learning"
118+
location : "UC San Diego"
119+
email : "dwatsonparris@ucsd.edu"
120+
links:
121+
- label: "Email"
122+
icon: "fas fa-fw fa-envelope-square"
123+
# url: "mailto:sonnewald@ucdavis.edu"
124+
- label: "Website"
125+
icon: "fas fa-fw fa-link"
126+
# url: "https://your-website.com"
127+
- label: "Twitter"
128+
icon: "fab fa-fw fa-twitter-square"
129+
url: "https://twitter.com/dwatsonparris"
130+
- label: "Facebook"
131+
icon: "fab fa-fw fa-facebook-square"
132+
# url: "https://facebook.com/"
133+
- label: "GitHub"
134+
icon: "fab fa-fw fa-github"
135+
url: "https://github.com/climate-analytics-lab"
136+
- label: "Instagram"
137+
icon: "fab fa-fw fa-instagram"
138+
# url: "https://instagram.com/"
139+
140+
# Site Footer
141+
footer:
142+
links:
143+
- label: "Twitter"
144+
icon: "fab fa-fw fa-twitter-square"
145+
# url:
146+
- label: "Facebook"
147+
icon: "fab fa-fw fa-facebook-square"
148+
# url:
149+
- label: "GitHub"
150+
icon: "fab fa-fw fa-github"
151+
url: "https://github.com/CompClimate"
152+
- label: "GitLab"
153+
icon: "fab fa-fw fa-gitlab"
154+
# url:
155+
- label: "Bitbucket"
156+
icon: "fab fa-fw fa-bitbucket"
157+
# url:
158+
- label: "Instagram"
159+
icon: "fab fa-fw fa-instagram"
160+
# url:
161+
162+
163+
# Reading Files
164+
include:
165+
- .htaccess
166+
- _pages
167+
exclude:
168+
- "*.sublime-project"
169+
- "*.sublime-workspace"
170+
- vendor
171+
- .asset-cache
172+
- .bundle
173+
- .jekyll-assets-cache
174+
- .sass-cache
175+
- assets/js/plugins
176+
- assets/js/_main.js
177+
- assets/js/vendor
178+
- Capfile
179+
- CHANGELOG
180+
- config
181+
- Gemfile
182+
- Gruntfile.js
183+
- gulpfile.js
184+
- LICENSE
185+
- log
186+
- node_modules
187+
- package.json
188+
- package-lock.json
189+
- Rakefile
190+
- README
191+
- tmp
192+
- /docs # ignore Minimal Mistakes /docs
193+
- /test # ignore Minimal Mistakes /test
194+
keep_files:
195+
- .git
196+
- .svn
197+
encoding: "utf-8"
198+
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
199+
200+
201+
# Conversion
28202
markdown: kramdown
29-
remote_theme: mmistakes/minimal-mistakes
203+
highlighter: rouge
204+
lsi: false
205+
excerpt_separator: "\n\n"
206+
incremental: false
207+
208+
209+
# Markdown Processing
210+
kramdown:
211+
input: GFM
212+
hard_wrap: false
213+
auto_ids: true
214+
footnote_nr: 1
215+
entity_output: as_char
216+
toc_levels: 1..6
217+
smart_quotes: lsquo,rsquo,ldquo,rdquo
218+
enable_coderay: false
219+
220+
221+
# Sass/SCSS
222+
sass:
223+
sass_dir: _sass
224+
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
225+
226+
30227
# Outputting
31228
permalink: /:categories/:title/
32229
paginate: 5 # amount of posts to show
33230
paginate_path: /page:num/
34231
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
35232

36-
include:
37-
- _pages
38-
39-
# Exclude from processing.
40-
# The following items will not be processed, by default. Create a custom list
41-
# to override the default setting.
42-
# exclude:
43-
# - Gemfile
44-
# - Gemfile.lock
45-
# - node_modules
46-
# - vendor/bundle/
47-
# - vendor/cache/
48-
# - vendor/gems/
49-
# - vendor/ruby/
50233

51234
# Plugins (previously gems:)
52235
plugins:
53236
- jekyll-paginate
54237
- jekyll-sitemap
55238
- jekyll-gist
56239
- jekyll-feed
57-
- jemoji
58240
- jekyll-include-cache
59241

242+
# mimic GitHub Pages with --safe
243+
whitelist:
244+
- jekyll-paginate
245+
- jekyll-sitemap
246+
- jekyll-gist
247+
- jekyll-feed
248+
- jekyll-include-cache
249+
250+
251+
# Archives
252+
# Type
253+
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
254+
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
255+
# Path (examples)
256+
# - Archive page should exist at path when using Liquid method or you can
257+
# expect broken links (especially with breadcrumbs enabled)
258+
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
259+
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
260+
# - <base_path>/my-awesome-category/index.html ~> path: /
261+
# category_archive:
262+
# type: liquid
263+
# path: /categories/
264+
tag_archive:
265+
type: liquid
266+
path: /tags/
267+
# https://github.com/jekyll/jekyll-archives
268+
# jekyll-archives:
269+
# enabled:
270+
# - categories
271+
# - tags
272+
# layouts:
273+
# category: archive-taxonomy
274+
# tag: archive-taxonomy
275+
# permalinks:
276+
# category: /categories/:name/
277+
# tag: /tags/:name/
60278

61-
footer:
62-
links:
63-
- label: "Twitter"
64-
icon: "fab fa-fw fa-twitter-square"
65-
url: "https://twitter.com/dwatsonparris"
66-
- label: "GitHub"
67-
icon: "fab fa-fw fa-github"
68-
url: "https://github.com/duncanwp"
69-
- label: "Instagram"
70-
icon: "fab fa-fw fa-instagram"
71-
url: "https://instagram.com/"
72279

280+
# HTML Compression
281+
# - https://jch.penibelst.de/
282+
compress_html:
283+
clippings: all
284+
ignore:
285+
envs: development
286+
287+
288+
# jekyll-scholar
289+
# https://pages.lip6.fr/Pascal.Poizat/blog/posts/2016/02/01/jekyll-and-bibtex/
290+
scholar:
291+
style: "nature-publishing-group-vancouver"
292+
locale: en
293+
294+
source: ./_data
295+
bibliography: publications.bib
296+
bibliography_template: "bibtemplate"
297+
298+
sort_by: year, month
299+
order: descending
300+
301+
302+
# Collections
303+
collections:
304+
news:
305+
output: true
306+
people:
307+
output: true
308+
309+
# Defaults
73310
defaults:
74311
# _posts
75312
- scope:
@@ -78,21 +315,22 @@ defaults:
78315
values:
79316
layout: single
80317
author_profile: true
81-
read_time: true
82-
comments: true
83-
share: true
318+
read_time: false
319+
comments: # true
320+
share: false
84321
related: true
85322
# _pages
86323
- scope:
87324
path: "_pages"
88325
type: pages
89326
values:
90-
layout: single
91-
author_profile: false
92-
93-
category_archive:
94-
type: liquid
95-
path: /categories/
96-
tag_archive:
97-
type: liquid
98-
path: /tags/
327+
layout: splash
328+
author_profile: true
329+
# _projects
330+
- scope:
331+
path: "projects"
332+
type: posts
333+
values:
334+
layout: projects
335+
author_profile: true
336+
share: true

0 commit comments

Comments
 (0)