diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 21:24:47 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 21:24:47 +0100 |
commit | f3b89d42e03a14385d1e32b7aa8450a2698ec076 (patch) | |
tree | c058e5cc1ba72027248656a6277fc8fd2b1bb069 /content | |
parent | 08af902dbc822db1754d18339efc83985c65c3c3 (diff) | |
download | bookup-f3b89d42e03a14385d1e32b7aa8450a2698ec076.tar.gz bookup-f3b89d42e03a14385d1e32b7aa8450a2698ec076.tar.bz2 |
Feat: support for website and notebook
Diffstat (limited to 'content')
-rw-r--r-- | content/notes/00-intro/notes.md | 32 | ||||
-rw-r--r-- | content/published/10-structure/structure.md | 2 |
2 files changed, 33 insertions, 1 deletions
diff --git a/content/notes/00-intro/notes.md b/content/notes/00-intro/notes.md new file mode 100644 index 0000000..af00773 --- /dev/null +++ b/content/notes/00-intro/notes.md @@ -0,0 +1,32 @@ +--- +title : "Bookup Notebook" +author : "Silvio Rhatto" +date : "`r Sys.Date()`" +lang : "pt-br" +site : "bookdown::bookdown_site" +publisher: "Bookup" +output: + bookdown::gitbook: + config: + toc: + collapse: section + toolbar: + # Default search indexing is very slow: there's lots of notes to be indexed at each page load + # Because of that, it may be better to disable search by default + #search: no + # Fuse search engine is faster + search: + engine: fuse + sharing: no + fontsettings: + theme: night + family: sans + size: 2 + #split_by: chapter+number + #split_by: section + +--- + +# Caderno de anotações {#index} + +Exemplo de caderno de anotações. diff --git a/content/published/10-structure/structure.md b/content/published/10-structure/structure.md index f413396..cb1fafb 100644 --- a/content/published/10-structure/structure.md +++ b/content/published/10-structure/structure.md @@ -6,7 +6,7 @@ A estrutura de pastas de um projeto usando Bookup é a seguinte: * `content`: o conteúdo do livro. * `drafts`: deixe aqui os textos que ainda estão em composição. * `published`: aqui vai todo o material a ser compilado em livro. -* `notes`: caderno de anotações. + * `notes`: caderno de anotações a ser incluído no material público. * `slides`: slides no formato Markdown. * `site`: HTML opcional usado para o sítio base; se existir, o livro será colocado dentro da pasta `public/book` ou algo assim. |