-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
109 lines (107 loc) · 3.61 KB
/
Copy path_quarto.yml
File metadata and controls
109 lines (107 loc) · 3.61 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
project:
type: website
output-dir: _site
render:
- index.qmd # home
# orientation drop down
- "01_orientation/start-here.qmd" # start-here prerequisites
- "01_orientation/workflow-roadmap.qmd" # workflow roadmap
# guides drop down; has its own landing page
- guides.qmd # guides landing page
- "02_guides/*.qmd"
- "02_guides/02_projects-and-reproducibility/*.qmd" # projects and reproducibility guide
# reference pages
- "resources.qmd" # resources listing
# other pages
- CONTRIBUTING.qmd # contribution guide
- "about.qmd" # about page
website:
title: Golden Lab Data Science Handbook
description: Reproducible, collaborative, HPC-native data science guidance for students and researchers.
page-navigation: true
reader-mode: true
open-graph: true
search:
location: navbar
type: textbox
navbar:
pinned: true
background: light
foreground: dark
right:
- href: "01_orientation/start-here.qmd"
text: Start Here
- href: "01_orientation/workflow-roadmap.qmd"
text: Workflow
# - href: resources.qmd
# text: Resources
# - href: about.qmd
# text: About
announcement:
icon: exclamation-square
dismissable: true
content: "**Alert** - ☀️ FASRC Will Be Down for Summer Maintenance **June 15th - 18th, 2026** ☀️ Please plan accordingly and reach out to FASRC support if you have any questions or concerns."
type: warning
position: below-navbar
sidebar:
style: floating
collapse-level: 1
contents:
- href: index.qmd
text: Home
- section: Orientation
contents:
- href: "01_orientation/start-here.qmd"
text: Start Here
- href: "01_orientation/workflow-roadmap.qmd"
text: Workflow Roadmap
- section: Guides
href: "guides.qmd"
contents:
- href: "02_guides/01_hpc-infrastructure.qmd"
text: HPC and Infrastructure
- href: "02_guides/02_projects-and-reproducibility.qmd"
text: Projects and Reproducibility
- href: "02_guides/03_data-access-and-management.qmd"
text: Data Access and Management
- href: "02_guides/04_collaboration-and-support.qmd"
text: Collaboration and Support
- href: "02_guides/05_environments-and-package-management.qmd"
text: Environments and Package Management
- href: resources.qmd
text: Reference Library
- href: CONTRIBUTING.qmd
text: Contribution Guide
- href: about.qmd
text: About This Site
page-footer:
left: Golden Lab data workflows handbook
right: Built with [Quarto](https://quarto.org)
comments:
giscus:
repo: "GoldenPlanetaryHealthLab/GoldenPlanetaryHealthLab.github.io"
repo-id: "R_kgDOR4BFuw"
category: "General"
category-id: "DIC_kwDOR4BFu84C6zHg"
mapping: "pathname"
theme: "preferred_color_scheme"
reactions-enabled: true
input-position: "top"
format:
html:
title-block-banner: true
date-format: "MMMM D, YYYY"
smooth-scroll: true
code-copy: true
link-external-newwindow: true
link-external-icon: true
toc: true
toc-depth: 3
theme:
light:
- journal
- css/custom.scss
css:
- css/custom_style.css
include-in-header: _includes/read-time-head.html
include-after-body: _includes/read-time.html