-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
29 lines (21 loc) · 832 Bytes
/
book.toml
File metadata and controls
29 lines (21 loc) · 832 Bytes
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
[book]
authors = ["Gabor Szabo"]
language = "en"
src = "src"
title = "C Maven"
description = "Everything I know about the C programming language that you might also want to know."
# Add github icon to the menu
[output.html]
git-repository-url = "https://github.com/szabgab/c.code-maven.com"
git-repository-icon = "fas-code-fork"
edit-url-template = "https://github.com/szabgab/c.code-maven.com/edit/main/{path}"
# Remove the printer icon from the menu
[output.html.print]
enable = false
# Handle Youtube video embedding and the footer
[preprocessor.embedify]
footer.enable = true
footer.message = "Copyright © 2025 • Created with ❤️ by [Gábor Szabó](https://szabgab.com/)"
[preprocessor.alerts]
# This requires the print.html file which will not be created as we set the output.html.print to false.
# [output.pdf]