-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (46 loc) · 1.15 KB
/
Copy path_quarto.yml
File metadata and controls
49 lines (46 loc) · 1.15 KB
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
project:
type: website
website:
title: "Good Enough Computing in Science 👍⚖️🧑💻🧪"
# navbar: true
# left:
# - href: index.qmd
# text: Home
# - about.qmd
favicon: images/geek_emoji.jpeg
page-footer: by Igors Dubanevics | 2025-2026 | MIT License
sidebar:
style: "floating"
# search: true
contents:
- text: "Home"
href: index.qmd
- text: "Setting Up"
href: lessons/setting-up.qmd
- text: "Terminal"
href: lessons/terminal.qmd
- text: "Version Control"
href: lessons/version-control.qmd
- text: "Project Structure"
href: lessons/project-structure.qmd
- text: "Virtual Environments"
href: lessons/virtual-environments.qmd
- text: "Testing"
href: lessons/testing.qmd
- text: "Automation"
href: lessons/automation.qmd
- text: "VS Code"
href: lessons/vs-code.qmd
# - text: "About"
# href: about.qmd
# - auto: 0?_*
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true
mermaid:
theme: neutral
callout-appearance: simple