-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
35 lines (33 loc) · 912 Bytes
/
_quarto.yml
File metadata and controls
35 lines (33 loc) · 912 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
project:
type: website
render:
- index.qmd
- projects/*.qmd
website:
site-url: https://root-project.github.io/open_projects/
title: >-
<img src="assets/images/root_logo_cyan.png" alt="" style="height:35px; vertical-align:middle;">
description: Opportunities for collaboration and contributions with the ROOT Core Team
repo-url: 'https://github.com/root-project/open_projects'
navbar:
brand:
image: assets/images/root_logo_cyan.png
text: ROOT Open Projects
href: index.html
type: default
right:
- text: Home
href: index.html
- text: Projects
href: 'index.html#projects'
- icon: github
href: 'https://github.com/root-project/root'
- icon: envelope
href: 'mailto:[email protected]'
format:
html:
theme: cosmo
css: css/style.css
toc: false
smooth-scroll: true
embed-resources: true