From 68fe309cff3227e7a7e57bed628db03d9e22922b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2024 10:43:47 -0300 Subject: Misc fixes for the sample build --- Makefile.bookup | 8 +-- content/published/10-installation/installation.md | 7 ++- images/cover.png | Bin 0 -> 17349 bytes images/cover.svg | 69 ++++++++++++++++++++++ snippets/contact.txt | 1 + snippets/cover.txt | 1 + snippets/keywords.txt | 1 + snippets/project.txt | 1 + snippets/url.txt | 1 + snippets/volume.txt | 1 + 10 files changed, 83 insertions(+), 7 deletions(-) create mode 100644 images/cover.png create mode 100644 images/cover.svg diff --git a/Makefile.bookup b/Makefile.bookup index 1a30817..417b56b 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -91,9 +91,9 @@ metadata: compile_book: metadata @rm -f $(OUTPUT).md @#cat sections/*.md >> $(OUTPUT).md - @/bin/bash -c 'cat _bookup.yml >> essays.md ; echo "" >> $(OUTPUT).md' - @/bin/bash -c 'cat _biblio.yml >> essays.md ; echo "" >> $(OUTPUT).md' - @/bin/bash -c 'for file in $(BOOKUP)/structure/00*.yml; do cat $$file >> essays.md ; echo "---" >> essays.md; done' + @/bin/bash -c 'cat _bookup.yml >> $(OUTPUT).md ; echo "" >> $(OUTPUT).md' + @/bin/bash -c 'cat _biblio.yml >> $(OUTPUT).md ; echo "" >> $(OUTPUT).md' + @/bin/bash -c 'for file in $(BOOKUP)/structure/00*.yml; do cat $$file >> $(OUTPUT).md ; echo "---" >> $(OUTPUT).md; done' @/bin/bash -c 'for file in $(BOOKUP)/structure/00*.md; do cat $$file >> $(OUTPUT).md ; echo "" >> $(OUTPUT).md; done' @/bin/bash -c 'for file in content/published/*/*.md; do cat $$file >> $(OUTPUT).md ; echo "" >> $(OUTPUT).md ; cat $(BOOKUP)/templates/references.md >> $(OUTPUT).md ; echo "" >> $(OUTPUT).md; done' @/bin/bash -c 'for file in $(BOOKUP)/structure/99*.md; do cat $$file >> $(OUTPUT).md ; echo "" >> $(OUTPUT).md; done' @@ -190,7 +190,7 @@ bookdown_epub: bookdown: bookdown_clean bookdown_html bookdown_pdf bookdown_epub # -# Build the essays +# Build the book # move_book: diff --git a/content/published/10-installation/installation.md b/content/published/10-installation/installation.md index 841384a..30bce2c 100644 --- a/content/published/10-installation/installation.md +++ b/content/published/10-installation/installation.md @@ -3,8 +3,10 @@ Setup procedure: * Vendorizantion (`bookup` and bibliography repositories). -* Symlinking. -* Basic files: +* Symlinking: + * `_bookdown.yml`. + * `output.yml`. +* Basic required files: * `.gitignore`. * `images/cover.png`. * `_bookup.yml`. @@ -12,4 +14,3 @@ Setup procedure: * `LICENSE`. * `DISCLAIMER`. * `snippets/{contact,cover,keywords,project,url,volume}.txt`. - diff --git a/images/cover.png b/images/cover.png new file mode 100644 index 0000000..a5ec148 Binary files /dev/null and b/images/cover.png differ diff --git a/images/cover.svg b/images/cover.svg new file mode 100644 index 0000000..52afeec --- /dev/null +++ b/images/cover.svg @@ -0,0 +1,69 @@ + + + + + + + + bookupa book publishing template by silvio rhatto + + diff --git a/snippets/contact.txt b/snippets/contact.txt index e69de29..8d6168b 100644 --- a/snippets/contact.txt +++ b/snippets/contact.txt @@ -0,0 +1 @@ +rhatto@riseup.net diff --git a/snippets/cover.txt b/snippets/cover.txt index e69de29..74859a6 100644 --- a/snippets/cover.txt +++ b/snippets/cover.txt @@ -0,0 +1 @@ +Sample cover diff --git a/snippets/keywords.txt b/snippets/keywords.txt index e69de29..10438d5 100644 --- a/snippets/keywords.txt +++ b/snippets/keywords.txt @@ -0,0 +1 @@ +Keywords: book publishing diff --git a/snippets/project.txt b/snippets/project.txt index e69de29..1ead46a 100644 --- a/snippets/project.txt +++ b/snippets/project.txt @@ -0,0 +1 @@ +Bookup diff --git a/snippets/url.txt b/snippets/url.txt index e69de29..ca67d59 100644 --- a/snippets/url.txt +++ b/snippets/url.txt @@ -0,0 +1 @@ +https://bookup.fluxo.info diff --git a/snippets/volume.txt b/snippets/volume.txt index e69de29..421cb38 100644 --- a/snippets/volume.txt +++ b/snippets/volume.txt @@ -0,0 +1 @@ +Volume I -- cgit v1.2.3