-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
82 lines (68 loc) · 2.03 KB
/
_quarto.yml
File metadata and controls
82 lines (68 loc) · 2.03 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
# This file controls the settings for your Quarto template from www.marvinschmitt.com
# website settings
website:
title: "Dr Jason D. Everett" # Your name
description: "Biological Oceanographer and Data Scientist" # A brief slogan (optional)
image: img/website_crop_lr
favicon: img/favicon.png
# start of the navigation bar at the top of the website
navbar:
pinned: true
# your sub-pages
left:
- text: "Research"
href: research/index.qmd
- text: "Tools"
href: tools/index.qmd
- text: "Publications"
href: https://scholar.google.com.au/citations?hl=en&user=3EM7jEcAAAAJ&view_op=list_works&sortby=pubdate
target: _blank
# your social media handles
right:
- icon: github
href: https://github.com/jaseeverett
target: _blank
- icon: envelope
aria-label: email
href: "mailto:DrJasonEverett@gmail.com"
- icon: file-earmark-richtext
href: https://scholar.google.com.au/citations?user=3EM7jEcAAAAJ&hl=en
target: _blank
# Don't touch unless you know what you are doing :) ------------
search:
location: navbar
type: textbox
page-footer:
left: |
<span class="faux-block">© 2024 Jason D. Everett</span>
right: |
<span class="faux-block"><a href="https://github.com/jaseeverett/jaseeverett.github.io">View source on GitHub</a></span>
project:
type: website
output-dir: docs
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
execute:
freeze: true
format:
html:
fontsize: 1.1em
theme: # https://bootswatch.com
# - pulse
# - html/styles.scss # Use pulse and styles.scss together for original site
# - lux
# - flatly
# - sandstone
- lumen
page-layout: full
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
link-external-newwindow: true
link-external-icon: true