-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
108 lines (98 loc) · 2.28 KB
/
Copy path_quarto.yml
File metadata and controls
108 lines (98 loc) · 2.28 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
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
project:
type: book
book:
title: "Brouw je eigen bier"
subtitle: "Cursus bierbrouwen voor beginners."
date: today
date-format: long
google-analytics: "G-K3JHGJ2XQG"
site-url: https://brouwjebier.netlify.app/
chapters:
- index.qmd
- voorwoord.qmd
- part: "Deel 1"
chapters:
- over-bier.qmd
- brouwproces.qmd
- apparatuur.qmd
- hygiene.qmd
- logboek.qmd
- brouwsel-1.qmd
- part: "Deel 2"
chapters:
- mout.qmd
- suikers.qmd
- maischen.qmd
- water.qmd
- brouwsel-2.qmd
- part: "Deel 3"
chapters:
- hop.qmd
- gist.qmd
- kruiden.qmd
- rekenen.qmd
- recepten.qmd
- brouwsel-3.qmd
- part: "Deel 4"
chapters:
- software.qmd
- proeven.qmd
- brouwmethodes.qmd
- biertypen.qmd
- brouwsel-4.qmd
appendices:
- bkgtabel.qmd
- gildes.qmd
- webwinkels.qmd
- referenties.qmd
downloads: [pdf, epub]
bibliography: brouwjebier.bib
lang: nl
execute:
freeze: auto
filters:
- textbook
format:
html:
theme:
- cosmo
- brouwjebier.scss
cover-image: resources/cover.png
fig-width: 6
fig-asp: 0.618
code-fold: false
link-external-icon: false
link-external-newwindow: true
author-meta: "Ben Welman"
description-meta: "Leer aan de hand van dit cursusboek hoe je bier kunt brouwen."
pdf:
documentclass: scrbook
classoption: oneside
include-in-header: latex/preamble.tex
papersize: a4
geometry:
- top=20mm
- bottom=20mm
- left=20mm
- right=20mm
cite-method: biblatex
number-sections: true
links-as-notes: true
date: \today
author: [Ben Welman, Douwe Beimin]
epub:
html-math-method: mathjax
css: include/epub-styles.css
cover-image: resources/cover.png
author: "Ben Welman"
creator: "Ben Welman"
contributor: "Douwe Beimin"
subject: "Bierbrouwen"
abstract: "Leer stap voor stap hoe je zelf bier kunt brouwen."
righTs: "CC BY-NC-SA 4.0"
knitr:
opts_chunk:
echo: false
warning: false
message: false
cache: false