-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (31 loc) · 1.16 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
# General Site Settings
title: Jennifer Sobeck
description: >- # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of the site
url: "http://jsobeck.github.io"
email: joneillsobeck@gmail.com
encoding: UTF-8
# Social Link Settings
twitter_username: oneillleo
github_username: jsobeck
linkedin_username: jsobeck
ads_link: "http://ui.adsabs.harvard.edu/search/filter_author_facet_hier_fq_author=NOT&filter_author_facet_hier_fq_author=*%3A*&filter_author_facet_hier_fq_author=author_facet_hier%3A%221%2FSobeck%2C%20J%2FSobeck%2C%20J%20%20L%22&fq=%7B!type%3Daqp%20v%3D%24fq_author%7D&fq_author=(*%3A*%20NOT%20author_facet_hier%3A%221%2FSobeck%2C%20J%2FSobeck%2C%20J%20%20L%22)&q=%20author%3A%22Sobeck%2C%20Jennifer%22&sort=date%20desc%2C%20bibcode%20desc&p_=0"
cv: "https://github.com/jsobeck/jsobeck.github.io/blob/main/assets/JSobeckCV062023.pdf"
#ORCID: 0000-0002-4989-0353
# Build Settings
theme: minima
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
relative_links:
enabled: true
collections: true
# File Exclusion Settings
exclude:
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- README.md
- Jekyll_setup_initial/
- .jekyll-cache/