-
Notifications
You must be signed in to change notification settings - Fork 28
/
_quarto.yml
45 lines (42 loc) · 1.24 KB
/
_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
44
45
project:
type: book
output-dir: docs
# Quarto options for books
# https://quarto.org/docs/reference/projects/books.html
book:
title: "Baroque AI: Publication Prototype"
author: "Class participants"
date: "2023-04-14"
# this section determines which files will be added to the book as chapters
chapters:
- index.qmd
- colophon.ipynb
- collection003.qmd
- paintings.ipynb
# - video.ipynb
# - sw-collection.ipynb
# - html-test.html
repo-url: https://github.com/NFDI4Culture/catalogue-003
repo-actions: [edit]
downloads: [pdf,docx,epub]
cover-image: cover-smallalt.jpg
# Quarto allows commenting using either Hypothesis or Utterances
# https://quarto.org/docs/reference/projects/books.html#comments
comments:
hypothesis: true
format:
# options for HTML output
# https://quarto.org/docs/reference/formats/html.html
html:
number-sections: false
# Quarto allows a number of pre-packaged themes for the HTML version
# You can choose between them using the documentation at https://quarto.org/docs/output-formats/html-themes.html
theme: darkly
# options for PDF output
# https://quarto.org/docs/reference/formats/pdf.html
pdf:
documentclass: book
docx:
toc: true
epub:
toc: true