-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
50 lines (45 loc) · 1.23 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
project:
type: website
website:
title: "SIPBS CompBiol PDA Pages"
site-url: https://sipbs-compbiol.github.io/sipbscompbiol-pda
navbar:
logo: ./assets/images/sipbs_compbio.png
right:
- text: "Home"
file: index.qmd
- text: "PDA Info"
menu:
- text: "Key Dates"
href: calendar.qmd
- text: "Resources"
menu:
- text: "Time Management"
href: time_management.qmd
- text: "Online Resources"
href: online_resources.qmd
- text: "Giving Scientific Presentations"
href: presentation.qmd
- text: "Science Communication"
href: scicomm.qmd
- text: "Exam Essay Questions"
href: essay_questions.qmd
- text: "Learning Resources"
href: learning_resources.qmd
- icon: github
href: https://github.com/sipbs-compbiol/sipbscompbiol-pda
- icon: twitter
href: https://twitter.com/scompbiol
- icon: rss
href: index.xml
page-footer:
left: This site © University of Strathclyde 2023
format:
html:
theme: simplex
toc: true
css: styles.css
embed-resources: true
editor: source
execute:
freeze: auto