-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_quarto.yml
More file actions
36 lines (33 loc) · 796 Bytes
/
_quarto.yml
File metadata and controls
36 lines (33 loc) · 796 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
project:
type: website
output-dir: docs
website:
title: "GSWEP4R Tutorial"
description: "useR! Tutorial: Good Software Engineering Practice with R"
favicon: favicon.ico
site-url: https://RCONIS.github.io/user2024-tutorial-gswep
search: true
navbar:
left:
- href: index.qmd
text: Home
icon: "house-fill"
- href: listing.qmd
text: Slides
icon: "file-earmark-slides"
page-footer:
center:
- text: "About"
href: https://rconis.com/about/
- text: "Imprint"
href: https://rconis.com/imprint/
- text: "Contact"
href: https://rconis.com/contact/
format:
html:
theme: lux
css: styles.css
toc: true
link-external-icon: false
link-external-newwindow: true
editor: source