forked from konsensusnetwork/BM_IT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
105 lines (103 loc) · 2.3 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
project:
type: book
preview:
port: 4200
browser: false
book:
title: "Book Title"
output-file: main
author: "Book Author"
date: "01/01/0000"
image: cover.png
image-alt: "Book Cover"
isbn: "978-XXX"
license: CC-BY-4.0
language: nl
publisher: Konsensus Network
favicon: /figures/freestarfish.png
search:
location: sidebar
type: overlay
sidebar:
style: floating
border: true
navbar:
left:
- icon: book
text: "Read online"
href: index.qmd
aria-label: Book
- icon: shop
text: "Buy this book!"
href: https://bitcoinbook.shop/products/
aria-label: Shop
page-footer:
left:
- text: "© 2024 Konsensus Network"
center:
- text: "License"
href: index.qmd
- text: "Presale"
href: presale.qmd
right:
- icon: twitter
href: https://twitter.com/konsensusn
aria-label: Twitter
- icon: github
href: https://github.com/konsensusnetwork
aria-label: Github
- icon: linkedin
href: https://www.linkedin.com/konsensusnetwork
aria-label: LinkedIn
- icon: youtube
href: https://www.youtube.com/konsensusnetwork
aria-label: YouTube
open-graph: true
twitter-card:
site: "@konsensusn"
chapters:
- index.qmd
- chapters/CH00.qmd
- part: "Che cos'è il denaro?"
chapters:
- chapters/p1-quote.qmd
- chapters/CH01.qmd
- chapters/CH02.qmd
- chapters/CH03.qmd
- chapters/CH04.qmd
format:
html:
lang: nl
theme:
light: [flatly, theme.scss, theme-light.scss]
number-depth: 2
grid:
sidebar-width: 500px
body-width: 900px
margin-width: 350px
gutter-width: 1em
toc: true
toc-location: left
reference-location: margin
pdf:
lang: nl
documentclass: memoir
classoption: smalldemyvopaper,10pt,twoside,onecolumn,openright,extrafontsizes,hidelinks
papersize: a5
toc-depth: 1
toc-title: Inhoudsopgave
keep-tex: true
colorlinks: false
include-in-header:
- preamble.tex
epub:
cover-image: cover.png
cover-image-alt: |
Book Cover
creator: Konsensus Network
toc: true
toc-depth: 1
toc-title: Inhoudsopgave
lang: "nl-NL"
css: epub.css
number-depth: 2