-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
63 lines (55 loc) · 1.33 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
project:
type: website
output-dir: docs
website:
twitter-card: true
title: "Structural Bioinformatics at UAM"
sidebar:
style: "docked"
search: true
contents:
- index.qmd
- section: "Background"
contents:
- intro.qmd
- ddbb.qmd
- pdb.qmd
- section: "Modeling"
contents:
- homology.qmd
- 1d.qmd
- advanced.qmd
- ai.qmd
- links.qmd
tools:
- icon: envelope-paper
href: mailto:[email protected]
- icon: github
href: https://github.com/StrBio/strbio.github.io
page-footer:
left: "Modesto Redrejo Rodríguez, 2023"
right:
- icon: badge-cc-fill
href: https://creativecommons.org/licenses/by-nc/2.0/
- text: "{{< iconify fa6-brands x-twitter >}}"
href: https://twitter.com/mredrejo
- icon: github
href: https://github.com/StrBio/strbio.github.io
page-navigation: true
bibliography: references.bib
format:
html:
theme: cosmo
css:
- styles.css
- include/webex.css
toc: true
include-after-body: include/webex.js
smooth-scroll: true
anchor-sections: true
link-external-icon: true
link-external-newwindow: true
cover-image: pics/cover.png
pdf:
documentclass: scrbook
cover-image: pics/cover.png