-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
executable file
·89 lines (79 loc) · 2.13 KB
/
config.yaml
File metadata and controls
executable file
·89 lines (79 loc) · 2.13 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
baseURL: "https://rachelsharp.io/"
languageCode: en-us
title: "Rachel Sharp - Neuroscience Research & Communication"
theme: "PaperMod"
params:
# PaperMod theme specific configurations
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: false
ShowToc: false
ShowShareButtons: false
# Custom Color Scheme
themeColor: "#6a4c93"
# Appearance customizations
defaultTheme: light # light, dark, or auto
disableThemeToggle: false # Enable theme toggle
# Social icons
socialIcons:
- name: cv
url: "/pdfs/Sharp_SciComResume_2026.pdf"
title: "Resume"
- name: linkedin
url: "https://www.linkedin.com/in/rachel-sharp-a07b69272"
- name: googlescholar
url: "https://scholar.google.com/citations?user=ppl5OrIAAAAJ&hl=en&oi=sra"
- name: email
url: "mailto:rrsharp122@gmail.com"
display: "rrsharp122@gmail.com"
# SEO and metadata
description: "Science communicator and neuroscience PhD candidate making complex research accessible through compelling storytelling"
keywords:
- neuroscience
- psychiatric genetics
- bioinformatics
- genetic research
- science communication
- computational genomics
- R programming
- data analysis
# Additional SEO settings
author: "Rachel Sharp"
images: ["/images/rachel-sharp-profile.jpg"]
DateFormat: "January 2, 2006"
# Open Graph and Twitter settings
opengraph:
site_name: "Rachel Sharp - Neuroscience Research & Communication"
locale: "en_US"
# Menu configuration
menu:
main:
- identifier: writing
name: Writing
url: /#writing
weight: 10
- identifier: about
name: About
url: /#about
weight: 20
- identifier: research
name: Research
url: /#research
weight: 30
- identifier: contact
name: Contact
url: /#contact
weight: 40
# Build settings
buildDates: true
enableRobotsTXT: true
enableEmoji: true
# Markdown rendering
markup:
highlight:
style: monokai
lineNos: true
codeFences: true
goldmark:
renderer:
unsafe: true # This allows raw HTML in markdown content