-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
46 lines (39 loc) · 1000 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
33
34
35
36
37
38
39
40
41
42
43
project:
type: website
render:
- "*.md"
- README.md
- resources/README.md
- content/README.md
- workshops/README.md
website:
title: "Open Source Undefined"
navbar:
left:
- href: README.md
text: Home
tools:
- icon: github
href: https://github.com/Open-Models/Open-Source-Undefined
- icon: book
href: https://www.zotero.org/groups/5352918/open_source_undefined/library
- icon: chat-right-dots
href: https://github.com/Open-Models/Open-Source-Undefined/discussions
- icon: cc-circle
href: https://creativecommons.org/publicdomain/zero/1.0/
sidebar:
style: "docked"
contents:
- section: "Content"
href: content/README.md
contents:
- content/history.md
- section: "Resources"
href: resources/README.md
contents:
- resources/open-source-reflections.md
format:
html:
theme: cosmo
css: styles.css
toc: true