-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
77 lines (75 loc) · 2.73 KB
/
_quarto.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
project:
type: website
output-dir: _site
preview:
port: 5896
browser: true
render:
- "index.qmd"
- "about.qmd"
- "lab.qmd"
- "cv.qmd"
- "research.qmd"
- "projects.qmd"
- "teaching.qmd"
- "blog/index.qmd"
- "blog/**/*.qmd"
- "research/**/*.qmd"
- "charts.qmd"
- "good-eats.qmd"
- "404.qmd"
- "da-faq.qmd"
- "!research/template.qmd"
resources:
- "content/"
- "css"
- "splitkbcompare.html"
- "static/"
website:
title: "jhelvy.com"
description: "The personal website of John Paul Helveston"
image: images/lab/john_helveston_circle.png
site-url: https://www.jhelvy.com
favicon: images/favicon/favicon.ico
repo-url: https://github.com/jhelvy/jhelvy_quarto
search:
location: navbar
type: overlay
back-to-top-navigation: false
google-analytics: "G-HQNG5WQE3X"
open-graph:
locale: es_ES
site-name: https://jhelvy.com
twitter-card:
creator: "@johnhelveston"
site: "@johnhelveston"
image: images/lab/john_helveston_circle.png
card-style: summary
image-height: 150
image-width: 150
navbar:
right:
- text: "About"
href: about.qmd
- text: "Lab"
href: lab.qmd
- text: "Research"
href: research.qmd
- text: "Teaching"
href: teaching.qmd
- text: "Projects"
href: projects.qmd
- text: "Blog"
href: blog/index.qmd
page-footer:
center:
- text: "<a href='https://www.jhelvy.com/cv.html'>CV</a> <a href='https://github.com/jhelvy' target='blank'><i class='bi bi-github'></i></a> <a href='https://bsky.app/profile/jhelvy.bsky.social' target='blank'><i class='fa fa-brands fa-bluesky'></i></a> <a href='https://www.linkedin.com/in/jhelvy' target='blank'><i class='bi bi-linkedin'></i></a> <a href='https://scholar.google.com/citations?user=DY2D56IAAAAJ' target='blank'><i class='ai ai-google-scholar fa-lg'></i></a> <a href='https://www.researchgate.net/profile/John_Helveston' target='blank'><i class='ai ai-researchgate fa-lg'></i></a> <a href='https://orcid.org/0000-0002-2657-9191' target='blank'><i class='ai ai-orcid fa-lg'></i></a><br>Site made with <i class='bi bi-heart-fill'></i>, <a href='https://github.com/jhelvy/jhelvy_quarto' target='_blank'><i class='bi bi-git'></i></a>, and <a href='https://quarto.org/' target='_blank'><img src='https://quarto.org/favicon.png' width=12> quarto</a><br>© 2024 John Paul Helveston"
format:
html:
theme: [default, css/theme.scss]
anchor-sections: true
smooth-scroll: true
link-external-newwindow: true
link-external-icon: false
# This is to include fontawesome and academic icons in the headers:
include-in-header: "_includes/header.html"