Skip to content

Commit 52b8746

Browse files
committed
Refine book settings
1 parent a512a3d commit 52b8746

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
book/
12
*~

book.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[book]
2-
authors = ["Răzvan Cosmin Rădulescu"]
2+
authors = ["Răzvan C. Rădulescu"]
33
language = "en"
44
multilingual = false
55
src = "src"
66
title = "Artistic Design Mastery from a Hobbyist - ADeM"
7+
8+
[output.html]
9+
git-repository-url = "https://github.com/razcore-rad/adem/"
10+
edit-url-template = "https://github.com/razcore-rad/adem/edit/main/{path}"
11+
12+
[output.html.fold]
13+
enable = true
14+
level = 2

0 commit comments

Comments
 (0)