forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (28 loc) · 1.42 KB
/
_config.yml
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
title: "Home"
author: "Misha O'Keeffe"
description: "University of Wisconsin-Madison"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_excerpts: false # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: true # use a light header
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
- { title: "My CV", url: "https://drive.google.com/file/d/1Zl3EHUq3l2McjMRR9NybtR4Fqfrq2BZM/view?usp=sharing", target: "_blank"}
- { title: "My Lab!", url: "https://projects.iq.harvard.edu/ccdlab/home", target: "_blank" }
- {title: "My Publications", file: "Publications.md" }
- { title: "Open Science!", file: "Open Science!.md" }
- { title: "Travel Blog", url: "https://globalgatewaysdcmisha.wordpress.com/", target: "_blank" }
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {icon: Email, icon: envelope, url: "mailto:[email protected]"}
- {icon: GitHub, icon: github, url: "https://github.com/m1shaaa"}
- {title: Linkedin, icon: linkedin, url: "https://www.linkedin.com/in/misha-michael-o-keeffe-099348262"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-feed