-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
88 lines (76 loc) · 2.21 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
76
77
78
79
80
81
82
83
84
85
86
87
88
project:
type: website
render:
- "*.qmd"
- "!staging/"
website:
page-navigation: true
title: "MOLB 7950"
description: "Informatics and Statistics for Molecular Biology, Fall 2023."
site-url: "https://rnabioco.github.io/molb-7950/"
repo-url: "https://github.com/rnabioco/molb-7950"
repo-actions: [issue, edit]
open-graph: true
twitter-card:
creator: "@rnabioco"
image: "images/twitter-card.png"
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
background: "#A2A4A3"
sidebar:
background: "#CFB87C"
logo: "img/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/rnabioco/molb-7950
text: "Course GitHub page"
- icon: cloud
href: https://sso.posit.cloud/cu-anschutz
text: Posit Cloud SSO login
- icon: calendar
href: https://calendly.com/molb7950
text: Office hours scheduling
style: docked
search: true
collapse-level: 2
contents:
- section: "Course information"
contents:
- href: index.qmd
text: Schedule
- href: course-info/syllabus.qmd
text: Syllabus
- href: course-info/support.qmd
text: Support
- href: course-info/team.qmd
text: Teaching team
- text: "---"
- section: "Resources"
contents:
- href: resources/bootcamp-resources.qmd
text: "Bootcamp resources"
- href: resources/block-dna-resources.qmd
text: "DNA Block resources"
- href: resources/block-rna-resources.qmd
text: "RNA Block resources"
- text: "---"
- section: "Assignments"
contents:
- href: course-info/problem-sets.qmd
text: Problet Set Overview
- href: course-info/final-projects.qmd
text: Final Project Overview
format:
html:
theme:
light: [cosmo, style/quarto-main.scss]
dark: [cosmo, style/dark.scss, style/quarto-main.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
execute:
freeze: auto
editor: source