-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (40 loc) · 1 KB
/
_quarto.yml
File metadata and controls
43 lines (40 loc) · 1 KB
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
website:
title: "Quarto Workshop"
site-url: https://intelligentsystemslaboratory.github.io/quarto_workshop/
repo-url: https://github.com/IntelligentSystemsLaboratory/quarto_workshop
repo-branch: main
repo-actions: [edit, issue]
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
sidebar:
style: "docked"
logo: "./images/nwoap_book_world_library_thumbnail.jpg"
search: true
collapse-level: 2
contents:
- icon: github
text: Source Code
url: https://github.com/IntelligentSystemsLaboratory
- href: index.qmd
text: Home
- href: introduction/index.qmd
text: Introduction
- hands_on.qmd
- about.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
# Additional extensions for Sphinx
sphinx:
config:
html_js_files:
- https://unpkg.com/mermaid@10.9.1/dist/mermaid.min.js
extra_extensions:
- sphinxcontrib.mermaid # Draw diagrams with Mermaid