-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcasey_notes
More file actions
26 lines (18 loc) · 721 Bytes
/
Copy pathcasey_notes
File metadata and controls
26 lines (18 loc) · 721 Bytes
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
### Casey Notes Organized
#### Website Configuration
- Edit color scheme: `/config/_default/params`
- Create new color scheme: `/themes/hugo_academic/data/themes/`
#### Content Updates
- Update news: `/content/newslist.dat`
- Update research: `/content/research/index.md`
#### Personal Information
- Change home page: `/content/authors/admin/_index.md`
- Update CV: `/static/media/casey_breen_cv.pdf`
- Change profile pic: `/content/authors/admin/avatar.png`
- Update contact: `/content/contact/index.md`
#### Additional Files
- List of talks: content/talk/_index.md
If quarto is giving a hard time:
quarto::quarto_render(
input = "static/media/teaching_materials/session3_workflow/session3_workflow.qmd"
)