From 91aaf58a9e5d18619907940a5d3717b804fc545f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Balc=C4=B1?= Date: Sun, 25 Jun 2023 13:48:58 +0300 Subject: [PATCH] Create _quarto.yml --- _quarto.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _quarto.yml diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..d3b4106 --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,42 @@ +project: + type: book + output-dir: public + +book: + title: "Histopathology Template" + author: + - name: "Serdar Balcı" + url: "https://www.serdarbalci.com" + affiliation: "Memorial Patoloji" + affiliation-url: "https://patoloji.memorial.com.tr/" + orcid: "0000-0002-7852-3851" + date: last-modified + + chapters: + - index.qmd + - references.qmd + + page-footer: + border: true + background: light + left: "[patolojiAI](https://www.patolojiai.com/) - [Serdar Balcı](https://www.serdarbalci.com/)" + right: "[Patoloji Atlası](https://www.patolojiatlasi.com/) - [Patoloji Notları](https://www.patolojinotlari.com/) - [ParaPathology](https://www.parapathology.com/)" + + +bibliography: references.bib + +format: + html: + theme: cosmo + toc: true + toc-depth: 4 + pdf: + documentclass: scrreprt + docx: + toc: true + number-sections: true + + +editor: source + +freeze: false