From 32ac70fd936a0efb5f0f1972cc6dfe9fddf447fa Mon Sep 17 00:00:00 2001 From: GD <gd.dev@libertymail.net> Date: Tue, 22 Nov 2022 10:31:06 +0100 Subject: [PATCH] change to dark theme + aesthetics for README rendering in gitlab + add links --- README.md | 9 +++++++++ _quarto.yml | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13287bb..eefa029 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ subtitle: "Static website generator and more" This is a Quarto website using Markdown files to write contents. +[Webpage](https://lbmc.gitbiopages.ens-lyon.fr/hub/quarto_website_template/) including a [presentation](https://lbmc.gitbiopages.ens-lyon.fr/hub/quarto_website_template/presentation/slides_presenting_quarto.html) and [sources](https://gitbio.ens-lyon.fr/LBMC/hub/quarto_website_template/). + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License (CC BY 4.0)</a> ## What is Quarto? @@ -39,11 +41,15 @@ Per the Quarto [official website](https://quarto.org): :::: {.columns} ::: {.column width="70%"} + [pandoc](https://pandoc.org/): "a universal document converter" + ::: ::: {.column width="30%"} + {width=40%} + ::: :::: @@ -117,6 +123,7 @@ You can include markdown (`.md`) files inside any (Q|R)markdown file with the fo :::: {.columns} ::: {.column width="40%"} + File `_quarto.yml` More complicated example: [quarto website config](https://github.com/quarto-dev/quarto-web/blob/main/_quarto.yml) @@ -124,6 +131,7 @@ More complicated example: [quarto website config](https://github.com/quarto-dev/ ::: ::: {.column width="60%"} + ```yml project: type: website @@ -144,6 +152,7 @@ format: css: styles.css toc: true ``` + ::: :::: diff --git a/_quarto.yml b/_quarto.yml index 5c32fd7..5a74a4e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -13,7 +13,9 @@ website: format: html: - theme: cosmo + theme: + dark: darkly + light: flatly css: styles.css toc: true -- GitLab