generated from berkeley-cdss/course-site-quarto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
34 lines (24 loc) · 750 Bytes
/
index.qmd
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
---
title: "Department 999: Generic Class"
subtitle: "UC Berkeley, Spring 2024"
listing:
- id: schedule
template: assets/schedule.ejs
contents: schedule.yml
- id: buttons
template: assets/buttons.ejs
contents: buttons.yml
---
::: {#buttons}
:::
[UNDER CONSTRUCTION]
::: {.callout-note title="Welcome to Week 1 of Dept 999"}
:::
::: {.callout-note title="Welcome to Week 2"}
Things are picking up now.
:::
## Schedule
Here we use Quarto's EJS templating.
For a style similar to that of [Dept 20](https://stat20.berkeley.edu), modify `index.qmd` to point to `assets/{schedule-alt.ejs,buttons-alt.ejs}` and to `{schedule-alt.yml,buttons-alt.yml}` and `_quarto.yml` to point to `assets/styles-alt.scss`.
::: {#schedule}
:::