-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
90 lines (83 loc) · 4.49 KB
/
Copy path_config.yml
File metadata and controls
90 lines (83 loc) · 4.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# ──────────────────────────────────────────────
# Site Settings
# ──────────────────────────────────────────────
title : "Hell Research Group"
title_separator : "|"
subtitle : "Air-Sea Interaction Across Scales"
name : "Momme C. Hell"
description : "Research on air-sea interaction, ocean surface waves, sea ice, and atmospheric dynamics."
url : "https://mochell.github.io"
baseurl : ""
repository : "mochell/mochell.github.io"
# ──────────────────────────────────────────────
# Theme
# ──────────────────────────────────────────────
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
minimal_mistakes_skin : "contrast" # "air", "aqua", "contrast", "dark", "dirt", "mint", "plum", "sunrise"
# ──────────────────────────────────────────────
# Locale / Encoding
# ──────────────────────────────────────────────
locale : "en-US"
timezone : "America/New_York"
# ──────────────────────────────────────────────
# Author (populates the sidebar on every page)
# ──────────────────────────────────────────────
author:
name : "Momme C. Hell"
avatar : "/pics/230921_mHell.jpg"
bio : "Assistant Scientist &<br>Moltz Early Career Science Fellow"
location : "Woods Hole, MA"
email : "mhell@whoi.edu"
links:
- label : "Email"
icon : "fas fa-fw fa-envelope-square"
url : "mailto:mhell@whoi.edu"
- label : "WHOI"
icon : "fas fa-fw fa-university"
url : "https://www.whoi.edu/assistant-scientist-momme-hell/"
- label : "GitHub"
icon : "fab fa-fw fa-github"
url : "https://github.com/mochell"
- label : "Google Scholar"
icon : "fas fa-fw fa-graduation-cap"
url : "https://scholar.google.com/citations?user=Mn5_Tn8AAAAJ&hl=en&inst=13845221006002888855"
- label : "Curriculum Vitae"
icon : "fas fa-fw fa-file-pdf"
url : "/pics/CV_mhell.pdf"
# ──────────────────────────────────────────────
# Site Footer
# ──────────────────────────────────────────────
footer:
links:
- label : "Email"
icon : "fas fa-fw fa-envelope-square"
url : "mailto:mhell@whoi.edu"
- label : "GitHub"
icon : "fab fa-fw fa-github"
url : "https://github.com/mochell"
# ──────────────────────────────────────────────
# Reading Files
# ──────────────────────────────────────────────
include:
- _pages
# ──────────────────────────────────────────────
# Plugins (GitHub Pages whitelist)
# ──────────────────────────────────────────────
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-include-cache
# ──────────────────────────────────────────────
# Defaults — every page gets sidebar: true + author profile
# ──────────────────────────────────────────────
defaults:
- scope:
path: ""
type: pages
values:
layout : "single"
author_profile : false
read_time : false
share : false