-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_site.yml
78 lines (77 loc) · 2.07 KB
/
_site.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
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
name: "jhelvy.com"
title: "jhelvy.com"
theme: css/jhelvy.css
output_dir: _site
description: |
The personal website of John Paul Helveston
base_url: https://www.jhelvy.com
google_analytics: "G-HQNG5WQE3X"
twitter:
site: "@JohnHelveston"
repository_url: https://github.com/jhelvy/jhelvy_distill
creative_commons: CC BY-SA
favicon: images/favicon.ico
collections:
posts:
categories: true
categories_metadata: true
authors_metadata: false
feed_items_max: 20 # default
share: [twitter, linkedin]
talks:
categories: true
categories_metadata: true
authors_metadata: false
feed_iems_max: 20 # default
share: [twitter, linkedin]
research:
categories: false
categories_metadata: false
authors_metadata: false
feed_iems_max: 20 # default
share: [twitter, linkedin]
navbar:
search: true
right:
- text: "About"
href: about.html
- text: "Lab"
href: lab.html
- text: "Research"
href: research.html
- text: "Teaching"
href: teaching.html
- text: "Talks"
href: talks.html
- text: "Projects"
href: projects.html
- text: "Blog"
href: blog.html
- icon: fas fa-bars
menu:
- text: "CV"
href: https://github.com/jhelvy/cv/blob/main/cv-jph.pdf
- text: "Resume"
href: content/helveston-resume.pdf
- icon: fab fa-github
href: https://github.com/jhelvy
- icon: fab fa-twitter
href: https://twitter.com/JohnHelveston
- icon: fa fa-linkedin
href: https://www.linkedin.com/in/jhelvy
- icon: ai ai-google-scholar fa-lg
href: https://scholar.google.com/citations?user=DY2D56IAAAAJ
- icon: ai ai-researchgate fa-lg
href: https://www.researchgate.net/profile/John_Helveston
- icon: ai ai-orcid fa-lg
href: https://orcid.org/0000-0002-2657-9191
- icon: fa fa-rss
href: blog.xml
output:
distill::distill_article:
includes:
in_header:
- _includes/header.html
- _includes/utterances.html
rss:
full_content: true