-
Notifications
You must be signed in to change notification settings - Fork 520
/
_pkgdown.yml
80 lines (68 loc) · 1.73 KB
/
_pkgdown.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
destination: reference
# website will be referenced on https://pkgs.rstudio.com/
# Open a PR in https://github.com/rstudio/pkgs.rstudio.com
url: https://pkgs.rstudio.com/rticles/
template:
package: tidytemplate
bootstrap: 5
bslib:
primary: "#096B72"
navbar-background: "#e6f3fc"
trailing_slash_redirect: true
opengraph:
image:
src: man/figures/logo.png
alt: "rticles package"
twitter:
creator: "@rstudio"
card: summary
development:
version_tooltip: "Development version"
home:
links:
- text: Learn more about R Markdown
href: "https://rmarkdown.rstudio.com"
# custom footer for rmarkdown ecosystem
footer:
structure:
left: [rmd]
right: [developed_by, p, built_with]
components:
p: "\n\n"
rmd: |
**rticles** is a part of the **R Markdown** ecosystem of packages for creating
computational documents in R.<br>Learn more at
[rmarkdown.rstudio.com](https://rmarkdown.rstudio.com/).
# structure of website themed for R Markdown ecosystem
navbar:
structure:
left: [intro, examples, articles, reference, news]
components:
examples:
text: Examples
href: articles/examples.html
# Add articles menu using
# https://pkgdown.r-lib.org/dev/reference/build_articles.html#index-and-navbar
# aticles:
news:
releases:
- text: "No blog post"
# - text: Version 0.2
# href: <url>
authors:
footer:
roles: [cre, fnd]
sidebar:
roles: [cre, aut]
# structure example
reference:
- title: List all available journal templates
contents:
- journals
- title: Journal templates
contents:
- ends_with("article")
- title: Utility function
desc: Functions useful in templates
contents:
- string_to_table