diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/sections/10-structure/structure.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/sections/10-structure/structure.md b/content/sections/10-structure/structure.md index f43dc4a..263a764 100644 --- a/content/sections/10-structure/structure.md +++ b/content/sections/10-structure/structure.md @@ -7,9 +7,11 @@ A Bookup project folder structure looks like this: * `drafts`: you can leave here texts still being composed. * `sections`: here goes the material to be compiled in book format. * `notes`: keep texts here to be compiled as a notebook companion. -* `slides`: slides in Markdown format. + * `slides`: keep the slides sources here. * `site`: an optional website used as base; if that exists, the book will be place inside the `build/book` folder. +* `slides`: if this folder is available, it will be considered as the compiled + slides folder and will be included in the `build/slides` folder. * `build`: the compiled book (HTML, PDF and other formats): * `notes`: the compiled notebook. * `book`: the compiled book, if there's a `site` folder available, |