-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
75 lines (63 loc) · 1.86 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
# This file controls the settings for your Quarto template from www.marvinschmitt.com
# website settings
website:
title: "Belén Hípola"
# description: "Belén Hípola" # A brief slogan (optional)
image: img/my_image2.jpg
favicon: img/favicon.png
# start of the navigation bar at the top of the website
navbar:
pinned: true
#logo: /img/logo.png
# your sub-pages
left:
- text: "Research"
href: Research/index.qmd
- text: "Teaching"
href: Teaching/index.qmd
- text: "CV"
href: cv/index.qmd
# your social media handles
right:
# - icon: folder-symlink
# href: https://www.marvinschmitt.com/blog/website-tutorial-quarto/
- icon: twitter
href: https://twitter.com/belendfn
- icon: linkedin
href: https://www.linkedin.com/in/belenhipola/
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
# Don't touch unless you know what you are doing :) ------------
search:
location: navbar
type: textbox
# page-footer:
# left: |
# <span class="faux-block">© 2023 Marvin Schmitt CC BY-SA 4.0</span>
# center: |
# <span class="faux-block"><a href="https://www.marvinschmitt.com/blog/website-tutorial-quarto/">View the tutorial for this template!</a></span>
# right: |
# <span class="faux-block"><a href="https://github.com/marvinschmitt/quarto-website-template/">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:
- pulse
- html/styles.scss
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true