forked from wfu-agentic-ai/workgroup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (49 loc) · 1.05 KB
/
_quarto.yml
File metadata and controls
53 lines (49 loc) · 1.05 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
44
45
46
47
48
49
50
51
52
53
project:
type: website
output-dir: _site
render:
- '*.qmd'
- '*.md'
- '!CLAUDE.md'
website:
open-graph: true
title: "Agentic AI: Workgroup"
site-url: https://wfu-agentic-ai.github.io/workgroup/
repo-url: https://github.com/wfu-agentic-ai/workgroup
repo-actions: [edit, issue]
favicon: favicon.ico
search:
location: navbar
type: overlay
navbar:
left:
- text: Home
href: index.qmd
- text: Sessions
href: sessions/index.qmd
- text: Tutorials
href: tutorials/index.qmd
- text: Resources
href: resources/index.qmd
- text: About
href: about.qmd
tools:
- icon: github
href: https://github.com/wfu-agentic-ai/workgroup
format:
html:
theme:
light: [simplex, assets/theme-light.scss]
dark: [simplex, assets/theme-dark.scss]
css: styles.css
toc: true
code-copy: true
mermaid:
theme: neutral
link-external-newwindow: true
execute:
freeze: true
glossary:
path: glossary.yml
popup: click
show: true