-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
61 lines (54 loc) · 1.53 KB
/
Copy path_quarto.yml
File metadata and controls
61 lines (54 loc) · 1.53 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
50
51
52
53
54
55
56
57
58
59
60
61
project:
type: website
output-dir: _site
title: "Getting Started"
website:
title: "Getting Started"
image: /assets/starsim-logo.png
favicon: /assets/favicon.ico
repo-url: https://github.com/starsimhub/getting-started
repo-actions: [issue]
page-navigation: true
search:
type: overlay
page-footer:
center: "© 2026 Starsim Development Team / Gates Foundation. All rights reserved. [Privacy and Cookies Notice](https://www.gatesfoundation.org/Privacy-and-Cookies-Notice) | [Terms of Use](https://www.gatesfoundation.org/Terms-of-Use)"
right:
- icon: github
href: https://github.com/starsimhub/getting-started
aria-label: GitHub
- icon: envelope-at-fill
href: mailto:info@starsim.org
- icon: globe
href: https://starsim.org/
navbar:
logo: /assets/starsim-logo.png
title: false
collapse-below: lg
tools:
- icon: github
href: https://github.com/starsimhub/getting-started
- icon: envelope-at-fill
href: mailto:info@starsim.org
- icon: globe
href: https://starsim.org
left:
- href: index.qmd
text: Home
- href: 1_python.md
text: Python
- href: 2_ai.md
text: AI
- href: 3_guidelines.md
text: Guidelines
- href: 4_comms.md
text: Communication
format:
html:
theme:
light: [cosmo, ./assets/styles-light.scss]
dark: [cosmo, ./assets/styles-dark.scss]
css: ./assets/styles.css
toc: true
toc-depth: 3
highlight-style: github