-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (54 loc) · 1.57 KB
/
_config.yml
File metadata and controls
61 lines (54 loc) · 1.57 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
# _config.yml
title: "Nick Dorn — Computational Cardiovascular Biomechanics"
description: "PhD Candidate at Stanford. Computational hemodynamics, pulmonary circulation modeling, microvascular adaptation."
url: "https://ncdorn.github.io" # set in README steps (e.g., https://nickdorn.github.io)
baseurl: "" # set in README steps (e.g., /nickdorn)
permalink: /:categories/:year/:month/:day/:title/
timezone: America/Los_Angeles
theme: null
# GitHub Pages allow-listed plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Build options
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
collections:
posts:
output: true
feed:
path: feed.xml
sass:
style: compressed
defaults:
- scope:
path: ""
values:
layout: page
- scope:
path: "index.html"
values:
layout: home
- scope:
path: "pages"
values:
layout: page
# Site metadata used in JSON-LD and footer
nick:
name: "Nicholas Dorn"
preferred_name: "Nick"
title: "PhD Candidate, Chemical Engineering, Stanford University"
focus: "Computational cardiovascular biomechanics; pulmonary circulation modeling; microvascular adaptation"
email_public: "ndorn@stanford.edu"
affiliations:
- "Cardiovascular Biomechanics Computation Lab, Stanford University"
social:
github: "https://github.com/ncdorn"
scholar: "https://scholar.google.com/citations?authuser=1&user=zKNZbV8AAAAJ"
linkedin: "https://www.linkedin.com/in/ndorn22/"
x: "https://x.com/your-handle"
bsky: "https://bsky.app/profile/your-handle"