Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilhvitfeldt/workshop-quarto-websites
https://github.com/emilhvitfeldt/workshop-quarto-websites
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emilhvitfeldt/workshop-quarto-websites
- Owner: EmilHvitfeldt
- Created: 2024-02-22T00:20:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T22:41:55.000Z (5 months ago)
- Last Synced: 2024-10-30T17:09:10.765Z (about 2 months ago)
- Language: HTML
- Size: 13.2 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rough Topic Outline
Introduction: Quarto. Instal the CLI. Philosophy/history/relation to rmarkdown.
Basics:
- Starting from scratch: `quarto use {a template we build}`, preview.
- Review Quarto components (.qmd, YAML header, markdown, code?)
- Edit YAML (content), render/preview.
Style:
- Early style edits that involve only YAML (background color, navbar color, header colors, fonts)
- Publish, troubleshoot publishing, nice win before the break.
Navigation:
- Adding pages / content, navigation.
- Structure of a Quarto site. Relationships between filefolder structure, URL locations, navigation. File/folder structure matters: maintenance, nice for you.
- Navigation - top vs. side, hybrid, page level TOC. Design considerations.
CSS / SCSS:
- custom color themes, header styling
- A super short “what is CSS” would be helpful
- Design Principles: choosing colors, choosing fonts, maintaining accessibility,
Listings:
- blog posts or project portfolio
Roundup:
- Publishing Best Practices: where do you render? What is your “source”?
- Talk about `execute: keep-md: true`
- Computation