generated from nmfs-opensci/NOAA-quarto-book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
59 lines (56 loc) · 1.79 KB
/
_quarto.yml
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
project:
type: website
resources:
- assets/*
website:
title: "HTC/HPC for Stock Assessments"
reader-mode: true
site-url: "https://moshima-pifsc.github.io/NSASS-HTC-HPC-Computing"
repo-url: "https://github.com/MOshima-PIFSC/NSASS-HTC-HPC-Computing"
repo-actions: [source, issue]
search: true
back-to-top-navigation: true
bread-crumbs: false
sidebar:
collapse-level: 1
style: "floating"
search: true
tools:
- icon: github
href: https://github.com/MOshima-PIFSC/NSASS-HTC-HPC-Computing
contents:
- text: "Home"
file: index.qmd
- text: "Seminar slides"
file: assets/web-slides.qmd
- section: "Documentation"
contents:
- text: "Working with NOAA HPC Hera"
file: "assets/hera_documentation.qmd"
- text: "Submitting an array job with Hera"
file: assets/array_hera.qmd
- text: "Running an array of SS3 jobs on Hera"
file: assets/ss3-hera.qmd
- text: "Working with Open Science Grid"
file: "assets/osg_documentation.qmd"
- text: "Submitting an array job with OSG"
file: "assets/array_osg.qmd"
- text: "Running an array of SS3 jobs on OSG"
file: assets/ss3-osg.qmd
- section: "Contact us"
contents:
- text: "Nicholas Ducharme-Barth"
file: assets/web-about-nd.qmd
- text: "Megumi Oshima"
file: assets/web-about-mo.qmd
- section: "Support"
contents:
- text: "Submit an issue"
href: https://github.com/MOshima-PIFSC/NSASS-HTC-HPC-Computing-dep/issues/new/choose
format:
html:
toc: true
toc-expand: false
theme:
- default
- assets/customizations/website-custom.scss