-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_quarto.yml
32 lines (31 loc) · 899 Bytes
/
_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
project:
type: website
render:
- "*.qmd"
- "!posts/2024-05-14-quarto-to-confluence/quarto-example*/"
website:
title: "Training Tech Shorts"
page-navigation: true
reader-mode: true
repo-url: https://github.com/NBISweden/Training-Tech-shorts
repo-actions: [edit, source, issue]
navbar:
search: true
left:
- schedule.qmd
- contributing.qmd
right:
- icon: github
menu:
- text: Source Code
href: https://github.com/NBISweden/Training-Tech-shorts
- text: Report an issue
href: https://github.com/NBISweden/Training-Tech-shorts/issues
- text: Suggest a lesson
href: https://github.com/NBISweden/Training-Tech-shorts/issues
- text: Discuss a post
href: https://github.com/NBISweden/Training-Tech-shorts/discussions
format:
html:
theme:
- minty