diff --git a/.github/workflows/quarto-pages.yml b/.github/workflows/quarto-pages.yml index 2c17b6c..5cc1952 100644 --- a/.github/workflows/quarto-pages.yml +++ b/.github/workflows/quarto-pages.yml @@ -69,7 +69,7 @@ jobs: - name: Build the book run: | quarto render docs/ - continue-on-error: true # for diagnosing build issue related to image file + #continue-on-error: true # for diagnosing build issue related to image file # # GITHUB PAGES STUFF diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 4827f44..23da9ab 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -22,7 +22,7 @@ book: repo-branch: main repo-subdir: docs repo-actions: [edit, issue, source] - downloads: [pdf, epub, docx] + downloads: [pdf, epub] # docx #cover-image: cover.png #favicon: favicon.ico @@ -45,14 +45,17 @@ book: # - about-author.qmd # https://quarto.org/docs/websites/website-navigation.html#side-navigation - sidebar: - logo: images/python-banner.jpeg + # TEMPORARY, WILL FIX GH PAGES DEPLOY? + #sidebar: + # logo: images/python-banner.jpeg page-footer: left: | Copyright 2024, Michael J Rossetti right: | This book was built with Quarto. + #page-footer: | + # Copyright 2024, Michael J Rossetti chapters: - index.qmd @@ -210,8 +213,15 @@ format: #dark: darkly #css: styles/my-style.css + # https://quarto.org/docs/books/book-output.html + # https://quarto.org/docs/output-formats/pdf-basics.html + # https://quarto.org/docs/output-formats/pdf-basics.html#output-options + # https://cameronpatrick.com/post/2023/07/quarto-thesis-formatting/ pdf: - documentclass: scrreprt + documentclass: scrreprt # centered, for report + #documentclass: scrbook # alternating left and right page margins, for book + + # fix issue with GitHub Pages, where link to PDF is in root level?