-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
51 lines (43 loc) · 1.13 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
project:
type: book
output-dir: docs
book:
title: "TORCHLITE Hackathon Handbook"
reader-mode: true
sharing: [twitter, facebook]
#downloads: [pdf, epub]
page-footer:
left: |
<span class='r2rsymbols-sym sym-33' style='font-size:20px!important;'>©</span>2024 [HTRC](https://analytics.hathitrust.org/)
right: |
This Handbook was developed by [Manika Lamba](https://manika-lamba.github.io/) in <a href="https://quarto.org/">Quarto</a>.
cover-image: images/cover.png
favicon: images/cover.png
site-url: https://htrc.github.io/torchlite-handbook
repo-url: https://github.com/htrc/torchlite-handbook
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- htrc.qmd
- ef.qmd
- worksets.qmd
- widget.qmd
- technical-background.qmd
- publications.qmd
- people.qmd
- links.qmd
- showcase.qmd
format:
html:
theme:
- cosmo
- r4ds.scss
code-link: true
pdf: default
epub:
cover-image: images/cover.png
author-meta: "Manika Lamba"
include-in-header: "index.html"
callout-appearance: simple
editor: visual