-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (36 loc) · 973 Bytes
/
_quarto.yml
File metadata and controls
38 lines (36 loc) · 973 Bytes
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
project:
type: website
website:
site-url: https://computing.stat.berkeley.edu/tutorial-using-bash
sidebar:
style: docked
title: "SCF Bash Shell Tutorial"
logo: assets/img/logo.svg
logo-href: https://statistics.berkeley.edu
logo-alt: "UC Berkeley Statistics logo"
tools:
- icon: github
href: https://github.com/berkeley-scf/tutorial-using-bash
aria-label: GitHub
contents:
- href: index.qmd
text: Overview
- href: file-management.qmd
text: File Management
- href: using-commands.qmd
text: Using Commands
- href: shell-programming.qmd
text: Shell Programming
- href: managing-processes.qmd
text: Managing Processes
- href: regex.qmd
text: Regular Expressions
- href: exercises.qmd
text: Exercises
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true