We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a512a3d commit 52b8746Copy full SHA for 52b8746
.gitignore
@@ -1 +1,2 @@
1
+book/
2
*~
book.toml
@@ -1,6 +1,14 @@
[book]
-authors = ["Răzvan Cosmin Rădulescu"]
+authors = ["Răzvan C. Rădulescu"]
3
language = "en"
4
multilingual = false
5
src = "src"
6
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