forked from tri-cods/command-line
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (52 loc) · 1.48 KB
/
_quarto.yml
File metadata and controls
57 lines (52 loc) · 1.48 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
project:
type: website
render:
- "*.qmd"
- "*.md"
- "!README.md"
website:
title: "Introduction to the Command Line"
navbar:
search: true
left:
- href: https://digbmc.github.io/dssf-syll/
text: DSSF Syllabus
sidebar:
style: "floating"
contents:
- href: index.qmd
text: Overview
- href: sections/what-is-the-command-line.md
text: What is the command line?
- href: sections/text-editors.md
text: Working with text
- href: sections/why-is-the-command-line-useful.md
text: Why is the command line useful?
- href: sections/getting-to-the-command-line.md
text: Getting to the command line
- href: sections/navigation.md
text: Navigation
- href: sections/creating-files-and-folders.md
text: Creating files and folders
- href: sections/creating-a-cheat-sheet.md
text: Creating a cheat sheet
- href: sections/pipes.md
text: Pipes
- href: sections/data.md
text: Exploring text data
- href: sections/grep.md
text: Searching text data
- href: sections/summary.md
text: Summary of what we've covered
- section: Resources
contents:
- sections/commands.md
- sections/challenges.md
- sections/glossary.md
page-footer: Bryn Mawr College Digital Scholarship, 2024
page-navigation: true
format:
html:
theme: cerulean
css: styles.css
toc: true