From 9c3dc2e198bcaa9cbe0f4c3087211e51edff8e9b Mon Sep 17 00:00:00 2001 From: Ghislain Durif <gd.dev@libertymail.net> Date: Wed, 11 Oct 2023 09:05:12 +0200 Subject: [PATCH] quarto config file --- _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..bbd0e8d --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,42 @@ +project: + type: book + +book: + title: "UNIX command line" + author: + - "Laurent Modolo" + date: "2023-10-09" + chapters: + - index.md + - 1_understanding_a_computer.Rmd + - 2_using_the_ifb_cloud.Rmd + - 3_first_steps_in_a_terminal.Rmd + - 4_unix_file_system.Rmd + - 5_users_and_rights.Rmd + - 6_unix_processes.Rmd + - 7_streams_and_pipes.Rmd + - 8_text_manipulation.Rmd + - 9_batch_processing.Rmd + - 10_network_and_ssh.Rmd + - 11_install_system_programs.Rmd + - 12_virtualization.Rmd + body-footer: "License: Creative Commons [CC-BY-SA-4.0](http://creativecommons.org/licenses/by-sa/4.0/).<br>Made with [Quarto](https://quarto.org/)." + navbar: + search: true + right: + - icon: git + href: https://gitbio.ens-lyon.fr/can/unix-command-line + text: Sources + +# bibliography: references.bib + +format: + html: + theme: + light: flatly + dark: darkly + +execute: + cache: true + + \ No newline at end of file -- GitLab