-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
113 lines (102 loc) · 2.31 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
112
113
project:
type: book
output-dir: docs
preview:
browser: true
navigate: true
render:
- "*.qmd"
book:
navbar:
search: true
pinned: true
collapse: true
sidebar:
search: true
page-navigation: true
title: "XIAO: Big Power, Small Board"
subtitle: "Mastering Arduino and TinyML"
author: "Lei Feng, Marcelo Rovai"
date: "01/10/2024"
search: true
repo-url: https://github.com/Mjrovai/XIAO_Big_Power_Small_Board-ebook
repo-actions: [edit, issue, source]
downloads: [pdf]
# sharing: [twitter, linkedin, facebook]
reader-mode: true
cover-image: cover.jpg
favicon: cover.jpg
page-footer:
left: |
XIAO: Big Power, Small Board
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
chapters:
- index.qmd
- Acknowledgements.qmd
- intro.qmd
- about_book.qmd
- Download_READMD.qmd
- part: chapter_1.qmd
chapters:
- chapter_1-1.qmd
- chapter_1-2.qmd
- chapter_1-3.qmd
- chapter_1-4.qmd
- chapter_1-5.qmd
- chapter_1-6.qmd
- part: chapter_2.qmd
chapters:
- chapter_2-1.qmd
- chapter_2-2.qmd
- chapter_2-3.qmd
- chapter_2-4.qmd
- part: chapter_3.qmd
chapters:
- chapter_3-1.qmd
- chapter_3-2.qmd
- chapter_3-3.qmd
- chapter_3-4.qmd
- chapter_3-5.qmd
- part: chapter_4.qmd
chapters:
- chapter_4-1.qmd
- chapter_4-2.qmd
- chapter_4-3.qmd
- chapter_4-4.qmd
- chapter_4-5.qmd
- chapter_4-6.qmd
- part: chapter_5.qmd
chapters:
- chapter_5-1.qmd
# - references.qmd
- about_authors.qmd
bibliography: references.bib
format:
html:
before_body:
- resource: "https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap"
type: "css"
after_body:
- resource: "custom.css"
type: "css"
theme: cosmo
cover-image: cover.jpg
css: styles.css
toc: true
mainfont: Nunito
code-link: true
link-external-icon: true
link-external-newwindow: true
callout-appearance: simple
anchor-sections: true
# epub:
# cover-image: cover.jpg
# number_sections: true
# #toc: true
# css: epub-style.css
# resource_files:
# - fonts/*
editor: visual
html:
mermaid: true