Skip to content

Instantly share code, notes, and snippets.

@SimonXIX
Created March 13, 2023 14:49
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/92c47a9b19a834441c885336371715a1 to your computer and use it in GitHub Desktop.
Save SimonXIX/92c47a9b19a834441c885336371715a1 to your computer and use it in GitHub Desktop.
# @name: _quarto.yml
# @creation_date: 2023-03-13
# @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: "ScholarLed catalogue"
author: "Simon Bowie"
date: "2023-03-13"
# this section determines which files will be added to the book as chapters
chapters:
- index.qmd
- all_press.ipynb
- african.ipynb
- mattering.ipynb
- media.ipynb
- meson.ipynb
- obp.ipynb
- punctum.ipynb
repo-url: https://github.com/SimonXIX/scholarled_catalogue
repo-actions: [edit]
downloads: [pdf]
# 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: scrreprt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment