-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
40 lines (35 loc) · 1.06 KB
/
_quarto.yml
File metadata and controls
40 lines (35 loc) · 1.06 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
project:
type: website
execute-dir: project
render: # Add HERE new chapters and new notebooks
- index.qmd
- chapters/chapter1.qmd
- notebooks/notebook1.qmd
website:
page-navigation: true
title: "Template for training resources in Python"
# In the two URLs below:
# - replace AIML4OS by the Github account/organization your repository is hosted by;
# - replace AIML4OS-template-quarto-python by the name of your repository.
# If your repo is on the AIML4OS organization, change only the name of the repo.
site-url: "https://AIML4OS.github.io/AIML4OS-template-quarto-python"
repo-url: "https://github.com/AIML4OS/AIML4OS-template-quarto-python"
repo-actions: [edit, source, issue]
sidebar:
search: true
contents: # Add HERE new chapters (but not the notebooks)
- href: index.qmd
text: Introduction
- href: chapters/chapter1.qmd
text: A complete example
format:
html:
theme:
- cosmo
css: styles.css
toc: true
code-fold: true
ipynb:
output: true
filters:
- export-metadata.lua