Skip to content

Instantly share code, notes, and snippets.

@SimonXIX
Last active March 7, 2023 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SimonXIX/051d78a9a319c1e7d72e6bf3fb49b31f to your computer and use it in GitHub Desktop.
Save SimonXIX/051d78a9a319c1e7d72e6bf3fb49b31f to your computer and use it in GitHub Desktop.
# @name: _quarto.yml
# @creation_date: 2023-03-07
# @license: The MIT License <https://opensource.org/licenses/MIT>
# @author: Simon Bowie <ad7588@coventry.ac.uk>
# @purpose: specifies Quarto book structure
project:
type: book
output-dir: docs
# Quarto options for books
# https://quarto.org/docs/reference/projects/books.html
book:
title: "Example Quarto Book"
author: "Simon Bowie"
date: "2023-03-07"
# this section determines which files will be added to the book as chapters
chapters:
- index.qmd
- paintings.ipynb
- video.ipynb
repo-url: https://github.com/SimonXIX/Experimental_Books_workshop
repo-actions: [edit]
downloads: [pdf, epub]
# Quarto allows commenting using either Hypothesis or Utterances
# https://quarto.org/docs/reference/projects/books.html#comments
comments:
hypothesis: true
format:
# options for HTML output
# https://quarto.org/docs/reference/formats/html.html
html:
number-sections: false
# Quarto allows a number of pre-packaged themes for the HTML version
# You can choose between them using the documentation at https://quarto.org/docs/output-formats/html-themes.html
theme: minty
# options for PDF output
# https://quarto.org/docs/reference/formats/pdf.html
pdf:
documentclass: book
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment