-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (57 loc) · 1.28 KB
/
_quarto.yml
File metadata and controls
58 lines (57 loc) · 1.28 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
project:
type: website
output-dir: docs
resources:
- man/figures/**
- vignettes/articles/**
render:
- index.qmd
- _qrtdown/reference.qmd
- _qrtdown/reference/*.qmd
- _qrtdown/articles.qmd
- _qrtdown/citation.qmd
- vignettes/articles/*.qmd
- vignettes/articles/*.md
- NEWS.md
- '!inst/'
- '!renv/'
- '!packrat/'
- '!README.qmd'
- '!README.Rmd'
- '!README.md'
execute:
freeze: auto
website:
title: ti
navbar:
title: ti 4.2.0
left:
- text: Get started
href: vignettes/articles/ti.qmd
- text: Articles
menu:
- text: ABC Classification
href: vignettes/articles/abc.qmd
- text: Standard vs. Non-Standard Calendars
href: vignettes/articles/calendar_types.qmd
- text: Cohort
href: vignettes/articles/cohort.qmd
- text: Reference
href: reference.qmd
- text: Changelog
href: NEWS.md
right:
- icon: code-square
href: https://codeberg.org/usrbinr/ti
aria-label: Source code
page-footer:
left: Built with [Quarto](https://quarto.org/) and [qrtdown](https://codeberg.org/usrbinr/qrtdown)
right: ti 4.2.0
repo-url: https://codeberg.org/usrbinr/ti
format:
html:
theme:
light: cosmo
toc: true
code-overflow: wrap
css: _qrtdown-styles.css