diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-11 14:14:40 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-11 14:14:40 +0100 |
commit | be4adbd61ad75572aabf613e5b9e9a54534dcbaf (patch) | |
tree | c4512274b76d8c9237b308d80deece300d6fc77d /content | |
parent | 5b324d5bae27a5c81748f2d8988db26459b1536a (diff) | |
download | bookup-be4adbd61ad75572aabf613e5b9e9a54534dcbaf.tar.gz bookup-be4adbd61ad75572aabf613e5b9e9a54534dcbaf.tar.bz2 |
Feat: some more partial documentation improvements
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, |