From 82e7b7d687009173aa97f0f27eacb09b4dbfae81 Mon Sep 17 00:00:00 2001 From: mxochicale Date: Sun, 28 Jan 2024 02:08:36 +0000 Subject: [PATCH] adds main README.md and page-footer #28 --- quarto/README.md | 28 ++++++++++++++++++++++++++++ quarto/templates/_quarto.yml | 4 +++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 quarto/README.md diff --git a/quarto/README.md b/quarto/README.md new file mode 100644 index 0000000..8aa8c34 --- /dev/null +++ b/quarto/README.md @@ -0,0 +1,28 @@ +# Quarto +> An open-source scientific and technical publishing system [https://quarto.org/] + + +## Templates +* Listing: http://mxochicale.github.io/tools/ + * http://mxochicale.github.io/tools/slides/index00.html#/title-slide + * http://mxochicale.github.io/tools/slides/index01.html#/title-slide + +## References +* https://thedatasavvycorner.com/blogs/03-quarto-github-actions + * https://posit-conf-2023.github.io/quarto-r/ + * Workflow storing different presentations on GitHub quarto-dev/quarto-cli#6913 + * https://github.com/posit-conf-2023/quarto-r/blob/main/_quarto.yml + * https://github.com/posit-conf-2023/quarto-r/tree/main +* https://quarto.org/docs/extensions/ + * https://github.com/quarto-ext/fontawesome + * https://quarto.org/docs/extensions/listing-revealjs.html +* saforem2 slides + * https://github.com/saforem2/slides-template + * https://github.com/saforem2/llm-lunch-talk + * https://github.com/saforem2/lattice23 + * https://github.com/saforem2/deep-fridays/ +* Reproducible authoring with Quarto - 2022 Toronto Workshop on Reproducibility with Mine Çetinkaya-Rundel (slides: https://mine-cetinkaya-rundel.github.io/2022-repro-toronto/). +* Reproducible Publications with Julia and Quarto - JuliaCon 2022 with J.J. Allaire (slides: https://jjallaire.github.io/quarto-juliacon-2022). +* Workshop: Welcome to Quarto 2-hour Workshop - RStudio Meetup: Welcome to Quarto 2-hour Workshop by Tom Mock (slides: https://jthomasmock.github.io/quarto-2hr-webinar/). https://jthomasmock.github.io/quarto-2hr-webinar/materials/01-intro-quarto.html#/TitleSlide + + diff --git a/quarto/templates/_quarto.yml b/quarto/templates/_quarto.yml index 164c7e7..ea2f24b 100644 --- a/quarto/templates/_quarto.yml +++ b/quarto/templates/_quarto.yml @@ -18,4 +18,6 @@ website: image: images/favicon_org.png open-graph: image: images/favicon_org.png - + page-footer: + right: "This page is built with {{< fa heart >}} and [Quarto](https://quarto.org/)." + left: "© 2023, Andrew Bray"