forked from rstudio/rticles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
68 lines (59 loc) · 1.4 KB
/
_pkgdown.yml
File metadata and controls
68 lines (59 loc) · 1.4 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
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: quillt
opengraph:
image:
src: man/figures/logo.png
alt: "rticles package"
twitter:
creator: "@rstudio"
card: summary
development:
version_tooltip: "Development version"
home:
strip_header: false
# structure of website themed with quillt
navbar:
title: ~
type: default
structure:
left: [intro, examples]
right: [reference, news, github]
components:
home: ~
examples:
text: Examples
href: articles/articles/examples.html
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/rstudio/rticles
news:
text: News
menu:
- text: "Changelog"
href: news/index.html
- text: "------------------"
- text: "Blog posts"
# Add blog post where a released version is mentioned.
- 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")