-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
60 lines (54 loc) · 1.27 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
51
52
53
54
55
56
57
58
59
60
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!renderdocs/"
website:
page-navigation: true
title: "Table Drawing Research"
description: "Table Engine output Experimentation"
repo-url: https://github.com/insightsengineering/table.drawing.research
repo-actions: [edit, issue]
page-footer:
background: "#B8D09F"
sidebar:
background: "#B8D09F"
pinned: true
align: center
tools:
- icon: github
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: 01_line_breaks.qmd
text: Line Breaks
- href: 02_indentation.qmd
text: Indentation
- href: 03_spanning_header.qmd
text: Spanning Header
- href: 04_footnotes.qmd
text: Footnotes
- href: 05_source_notes.qmd
text: Source Notes
- href: 06_titles.qmd
text: Titles
- href: 07_alignment.qmd
text: Alignment
- href: 08_text_styling.qmd
text: Text Styling
- href: 09_tbl_too_long.qmd
text: Table Too Long
- href: 10_tbl_too_wide.qmd
text: Table Too Wide
- href: 11_other_engines.qmd
text: Other Engines
format:
html:
theme: cosmo
toc: true
code-copy: true
code-overflow: scroll
editor: source