-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
82 lines (75 loc) · 1.8 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
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
baseURL: https://caelanjmiller.github.io/
languageCode: en-us
title: Caelan Miller
theme: PaperMod
# Parameters for Profile PaperMod Theme
params:
env: production
defaultTheme: auto
disableThemeToggle: false
ShowBreadCrumbs: true
ShowReadingTime: true
label:
text: Home
icon: img/virus_white.png
iconHeight: 35
# Search Parameters
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
assets:
favicon: "img/favicon.ico"
favicon16x16: "img/favicon-16x16.png"
favicon32x32: "img/favicon-32x32.png"
apple_touch_icon: "img/apple-touch-icon.png"
profileMode:
enabled: true
title: "<Title>"
subtitle: "PhD Student in Computational & Systems Biology [@WUSTL](https://dbbs.wustl.edu)"
imageUrl: "img/Miller_Caelan.jpeg"
imageTitle: "Profile Image of Caelan Miller"
imageWidth: 300
imageHeight: 300
socialIcons:
- name: github
url: "https://github.com/caelanjmiller"
- name: linkedin
url: "https://www.linkedin.com/in/caelan-miller"
- name: email
url: "mailto:caelanjmiller@wustl.edu"
- name: orcid
url: "https://orcid.org/0009-0001-5944-2327"
# Adds Main Navbar Links
menu:
main:
- identifier: cv
name: CV
url: /cv
weight: 10
- identifier: publications
name: Publications
url: /publications/
weight: 20
- identifier: projects
name: Projects
url: /projects
weight: 30
- identifier: posts
name: Posts
url: /posts/
weight: 40
- identifier: search
name: Search
url: /search/
weight: 50
# Allows for Search Functionality Amongst Posts
outputs:
home:
- HTML
- RSS
- JSON