-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
111 lines (106 loc) · 2.52 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
project:
type: book
output-dir: _book
# resources:
preview:
port: 8081
browser: true
# pre-render:
# post-render:
book:
title: Snap! Reference Manual
output-file: snap-manual
author: Brian Harvey & Jens Mönig
date: 11/12/2024
description: A manual for Snap! TODO
references: references.bib
cover-image: cover.png
cover-image-alt: Snap! Manual Cover Image TODO
# Book Metadata
language: en
edition: 10
license: CC-BY-NC-SA 4.0
# url: https://manual.snap.berkeley.edu/
# public-url: https://manual.snap.berkeley.edu/
# TODO: Should we auto-commit this to the snap repo?
# pdf-url: https://snap.berkeley.edu/snap/help/SnapManual.pdf
# doi:
# abstract:
#
# Book site display
downloads: [pdf, epub]
page-navigation: true
search: true
navbar:
pinned: true
logo: logo.png
logo-alt: TODO
logo-href: https://snap.berkeley.edu/
tools:
# sidebar:
# style: "docked"
# search: true
# TODO: fix this from showing the GitHub icon in the navbar.
repo-url: https://github.com/snap-cloud/snap-manual/
repo-actions: [edit]
chapters:
- index.qmd
- part: content/Chapter1.md
chapters:
- content/C1-S1.qmd
- content/C1-S2.md
- content/C1-S3.md
- content/C1-S4.md
- content/C1-S5.md
- content/C1-S6.md
- content/C1-S7.md
- content/C1-S8.md
- content/C1-S12.md
- content/C1-S13.md
# - content/C1-S14.md
- content/C1-S15.md
- content/C1-S16.md
- content/C1-S17.md
- content/C1-S18.md
- content/Chapter2.md
appendices:
- examples.qmd
# - references.qmd
bibliography: references.bib
format:
html:
output-file: snap-manual
theme: [cosmo, styles/snap-manual.scss]
strip-comment: true
navbar:
logo: logo.png
# epub:
# css: styles/epub.css
# cover-image: cover.png
pdf:
# https://quarto.org/docs/reference/formats/pdf.html
output-file: snap-manual
cover-image: cover.png
# Do not use pdflatex since we have unicode chars
pdf-engine: xelatex # or lualatex
keep-tex: true
# This are necessary to make an index.
include-in-header: styles/latex-preamble.tex
include-after-body:
text: |
\printindex
# pdf-engine: wkhtmltopdf
toc: true
number-sections: true
documentclass: scrreprt
papersize: letter
resource-path:
- ./
- content/assets/
- content/assets/images/
website:
favicon: logo.png
navbar:
logo: logo.png
background: primary
search: true