-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
112 lines (105 loc) · 3.89 KB
/
Copy path_quarto.yml
File metadata and controls
112 lines (105 loc) · 3.89 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
110
111
project:
type: website
output-dir: _site
#date: today
#date-format: "YYYY"
website:
title: "Automated Management of AWS Instances"
favicon: images/cloud-span-icon.png
page-navigation: true # prev and next options at the bottom of each page
back-to-top-navigation: true
reader-mode: true
repo-url: https://github.com/Cloud-SPAN/nerc-metagenomics-v2q
repo-actions: [edit, issue]
page-footer:
left: |
Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2021–24 by [Cloud-SPAN](https://cloud-span.york.ac.uk/)
# Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2021–{{<meta date>}} by [Cloud-SPAN](https://cloud-span.york.ac.uk/)\
# Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2018–{{<meta date>}} by the [Carpentries](https://carpentries.org/)\
# Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2016–2018 by the [Data Carpentry](https://datacarpentry.org/)
# center:
# - text: "About"
# href: about.qmd
# - text: "FAQ"
# href: docs/faq/index.qmd
# - text: "License"
# href: license.qmd
# - text: "Trademark"
# href: trademark.qmd
right:
- icon: twitter
href: https://twitter.com/SpanCloud
aria-label: Quarto Twitter
- icon: github
href: https://github.com/Cloud-SPAN/cloud-admin-guide-v2q
aria-label: Quarto GitHub
# - icon: rss
# href: https://quarto.org/docs/blog/index.xml
# aria-label: Quarto Blog RSS
navbar:
background: lightblue
logo: images/cloud-span-icon.png
logo-alt: "Cloud-SPAN logo."
title: false
collapse-below: lg
left:
- text: Home
href: index.qmd
- text: Precourse Instructions
href: docs/miscellanea/precourse-instructions.qmd
- text: About
href: docs/miscellanea/about.qmd
# - text: License
# href: docs/miscellanea/license.qmd
# - text: Code of Conduct
# href: docs/miscellanea/codeofconduct.qmd
# - text: Help
# menu:
# - text: "Report a Bug"
# icon: "bug"
# href: "https://github.com/quarto-dev/quarto-cli/issues"
# - text: "Ask a Question"
# icon: "chat-right-text"
# href: "https://github.com/quarto-dev/quarto-cli/discussions"
# - text: "FAQ"
# icon: "question-circle"
# href: docs/faq/index.qmd
sidebar:
style: "docked"
collapse-level: 1
pinned: true
contents:
- section: "Setting Up Cloud/Terminal Environments"
href: docs/lesson01-setting-work-envs/index.qmd
contents:
- docs/lesson01-setting-work-envs/01-create-aws-account.qmd
- docs/lesson01-setting-work-envs/02-configure-account.qmd
- docs/lesson01-setting-work-envs/03-configure-terminal.qmd
- docs/lesson01-setting-work-envs/04-configure-cloudshell.qmd
- section: "Managing AWS Instances"
href: docs/lesson02-managing-aws-instances/index.qmd
contents:
- docs/lesson02-managing-aws-instances/01-configure-instances-internet.qmd
- docs/lesson02-managing-aws-instances/02-instances-management.qmd
- docs/lesson02-managing-aws-instances/03-ami-management.qmd
- docs/lesson02-managing-aws-instances/04-scripts-design.qmd
format:
html:
code-copy: true
# highlight-style: oblivion, haddock or monochrome # dracula # espresso #(nice greyish)
highlight-style: dracula
code-overflow: wrap
page-layout: full
theme: cosmo
css: styles.css
# theme:
# - styles.scss
toc: true
grid: # defaults
sidebar-width: 230px # 300px
body-width: 1040px # 900px
margin-width: 230px # 300px
gutter-width: 1.5rem # 1.5rem
execute:
freeze: auto
editor: visual