-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (39 loc) · 1006 Bytes
/
_quarto.yml
File metadata and controls
45 lines (39 loc) · 1006 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
39
40
41
42
43
project:
type: website
execute:
freeze: true
website:
title: "Version control with git and GitHub"
page-navigation: true
search:
location: navbar
navbar:
left:
- href: index.qmd
text: Home
- href: version_control.qmd
text: "Version Control"
- href: handson_github_website.qmd
text: "GitHub"
- href: git_basics.qmd
text: "Git"
- href: github_collab.qmd
text: "Code Sharing"
- href: git_further_readings.qmd
text: "Further readings"
- href: about.qmd
text: "About RDS"
tools:
- icon: github
menu:
- text: Website Code
url: https://github.com/UCSB-Library-Research-Data-Services/git-github-ws
- text: Report an issue
url: https://github.com/UCSB-Library-Research-Data-Services/git-github-ws/issues
format:
html:
theme:
- cosmo
- rdsstyles.scss
toc: true
include-after-body: _footer.html