-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
98 lines (81 loc) · 2.38 KB
/
_quarto.yml
File metadata and controls
98 lines (81 loc) · 2.38 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
90
91
92
93
94
95
96
97
project:
type: website
output-dir: _site
resources:
- _redirects
# Meta
description-meta: "Personal website of Robin Lovelace"
author-meta: "Robin Lovelace"
website:
title: "Robin Lovelace"
image: "files/images/avatar.jpg"
description: "Personal website of Robin Lovelace"
navbar:
background: light # You can change the background color here
pinned: false
left: # You can comment out all navigation items here if you just like to keep the index page only
# - text: Home
# href: index.qmd
- text: About
menu:
- text: News
href: posts.qmd#category=news
- text: Events
href: events.qmd
- text: Contact
href: contact.qmd
- text: Research
menu:
- text: Publications
href: publications.qmd
- text: Projects
href: projects.qmd
- text: Teaching
href: teaching.qmd
- text: People
href: people.qmd
right:
- icon: github
href: https://github.com/Robinlovelace
target: _blank
- icon: rss
href: posts.xml
target: _blank
page-navigation: true
page-footer:
left: "[Robin Lovelace](https://github.com/Robinlovelace) © <script>document.write(new Date().getFullYear())</script>"
center: "Built with [Quarto](https://quarto.org)"
right:
- icon: github
href: https://github.com/Robinlovelace/robinlovelace.github.io
target: _blank
- icon: rss
href: posts.xml
target: _blank
search:
location: navbar
type: textbox
reader-mode: true
draft-mode: unlinked
repo-url: https://github.com/Robinlovelace/robinlovelace.github.io
open-graph: true
twitter-card: true
site-url: "https://robinlovelace.net"
bibliography: references.bib # Add references.bib to the root folder to enable the bibliography function
format:
html:
theme:
- cosmo
- brand
- styles.scss
toc: true
footnotes-hover: true
code-copy: true
code-link: true
code-overflow: wrap
fig-align: center
link-external-icon: false
link-external-newwindow: true
email-obfuscation: javascript
link-external-filter: '^(?:http:|https:)\/\/robinlovelace\.net\/'
include-in-header: "files/includes/_academic.qmd"