-
Notifications
You must be signed in to change notification settings - Fork 21
/
_quarto.yml
44 lines (39 loc) · 1.01 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
project:
type: book
output-dir: docs
book:
title: "Introduction to Zig"
subtitle: "a project-based book"
author: "Pedro Duarte Faria"
date: "today"
google-analytics: "G-6CHJXK4CEV"
cover-image: "Cover/cover-artv3.png"
chapters:
- index.qmd
- Chapters/01-zig-weird.qmd
- Chapters/03-structs.qmd
- Chapters/01-memory.qmd
- Chapters/01-base64.qmd
- Chapters/02-debugging.qmd
- Chapters/05-pointers.qmd
- Chapters/04-http-server.qmd
- Chapters/03-unittests.qmd
- Chapters/07-build-system.qmd
- Chapters/09-error-handling.qmd
- Chapters/09-data-structures.qmd
- Chapters/10-stack-project.qmd
- Chapters/12-file-op.qmd
- Chapters/14-zig-c-interop.qmd
- Chapters/13-image-filter.qmd
- Chapters/14-threads.qmd
- Chapters/15-vectors.qmd
- references.qmd
bibliography: references.bib
execute:
freeze: auto
highlight-style: github
format:
html:
theme:
light: cosmo
dark: darkly