-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (63 loc) · 1.95 KB
/
Copy path_quarto.yml
File metadata and controls
67 lines (63 loc) · 1.95 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
project:
type: book
# Render locally to docs/ for preview and review.
# Downstream books based on this template should publish via GitHub Actions,
# not by committing generated site files.
output-dir: docs
execute:
# This template uses freeze during local development, but does not require
# _freeze/ to be tracked. Downstream books can decide whether to commit
# _freeze/ based on project needs.
freeze: auto
book:
title: "geocompx Quarto Book Template"
# subtitle: "Book subtitle"
page-footer: "Built with Quarto from the geocompx quarto-book-template repository."
author: "Author Name"
description: |
A minimal Quarto book template for future geocompx book projects.
# cover-image: path/to/cover.png
# site-url: https://example.com
repo-url: https://github.com/geocompx/quarto-book-template
date: now
date-format: iso
repo-branch: main
repo-actions: [edit, issue]
# sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- 01-introduction.qmd
- 02-example-chapter.qmd
appendices:
- 90-more.qmd
- 91-more2.qmd
format:
html:
theme: flatly
code-link: true
template-partials: [helpers/toc.html, helpers/title-block.html]
toc-title: "On this page"
toc-depth: 4
# Uncomment the pdf block before generating publication-ready PDF output.
# Day-to-day work should usually focus on HTML rendering.
# pdf:
# documentclass: krantz
# monofont: 'Source Code Pro'
# monofontoptions:
# - Scale=0.7
# pdf-engine: xelatex
# keep-tex: true
# number-sections: true
# top-level-division: chapter
# include-before-body: helpers/before_body.tex
# include-in-header:
# text: |
# \AtBeginEnvironment{longtable}{\footnotesize}
# \usepackage{makeidx}
# \makeindex
# \setlength{\defaultaddspace}{0pt} % to remove extra line in tables
# include-after-body:
# text: |
# \printindex
bibliography:
- book.bib