-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
36 lines (29 loc) · 1.02 KB
/
book.toml
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
[book]
authors = ["Vince Varga (vincevarga.dev)"]
language = "en"
multilingual = false
src = "src"
title = "Dart Coding Challenges"
# Here you can read more about all these fields:
# https://rust-lang.github.io/mdBook/format/configuration/renderers.html#html-renderer-options
[output.html]
# Make sure math looks good.
#
# This is needed for complexity analysis,
# and any kind of math that is part of the challenge.
#
# https://rust-lang.github.io/mdBook/format/mathjax.html
mathjax-support = true
# The light default theme in my opinion is hideous.
# Let's use something pretty!
default-theme = "ayu"
# Ayu looks amazing!
preferred-dark-theme = "ayu"
git-repository-url = "/~https://github.com/vincevargadev/dart-coding-challenges"
git-repository-icon = "fa-github"
edit-url-template = "/~https://github.com/vincevargadev/dart-coding-challenges/edit/main/{path}"
cname = "dart-coding-challenges.vincevarga.dev"
# https://rust-lang.github.io/mdBook/format/configuration/renderers.html#outputhtmlfold
[output.html.fold]
enable = true
level = 1