-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
47 lines (40 loc) · 907 Bytes
/
_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
project:
type: website
output-dir: docs
website:
twitter-card: true
title: "Structural Bioinformatics 2022-23"
sidebar:
style: "docked"
tools:
- icon: twitter
href: https://twitter.com/mredrejo
- icon: envelope-paper
href: mailto:[email protected]
- icon: github
href: https://github.com/strBio/strbio2022_23
search: true
contents:
- index.qmd
- section: "Basics"
contents:
- intro.qmd
- ddbb.qmd
- pdb.qmd
- section: "Modeling"
contents:
- homology.qmd
- advanced.qmd
- ai.qmd
- links.qmd
bibliography: references.bib
format:
html:
theme: cosmo
toc: true
link-external-icon: true
link-external-newwindow: true
cover-image: pics/cover.png
pdf:
documentclass: scrbook
cover-image: pics/cover.png