-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (55 loc) · 1.68 KB
/
_quarto.yml
File metadata and controls
67 lines (55 loc) · 1.68 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
# This file controls the settings for your Quarto template
# website settings
website:
# start of the navigation bar at the top of the website
navbar:
pinned: true
search: false
logo: /img/adipofat.png
# your sub-pages
left:
- text: "Projects"
href: projects.qmd
- text: "Publications"
href: pubs.qmd
- text: "Crew"
href: people/index.qmd
right:
- text: "<img src='img/blog_icon.png' style='height:40px; margin-top:-3px;'/>"
href: https://arbones.github.io/
- icon: github
href: https://github.com/arbones/adipo2
- icon: envelope
aria-label: email
href: "mailto:adipofat@gmail.com"
page-footer:
left: |
<span class="faux-block">© 2025-2026 JM Arbones-Mainar<br>CC BY-SA 4.0</span>
center:
- text: "{hight=50}"
href: https://www.iacs.es/investigacion/grupos-de-investigacion/biologia-del-tejido-adiposo-complicaciones-metabolicas-la-obesidad-adipofat/
right:
- text: "{width=220}"
href: https://www.iisaragon.es/grupos-de-investigacion/cardiovascular-metabolismo-y-nutricion/giis065-adipofat-biologia-del-tejido-adiposo-y-complicaciones-metabolicas-de-la-obesidad/
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