Skip to content

Commit 116df2b

Browse files
committed
Use tidytemplate
1 parent 1f59f73 commit 116df2b

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Authors@R: c(
55
person("Lionel", "Henry", , "[email protected]", c("cre", "aut")),
66
person("Thomas Lin", "Pedersen", , "[email protected]",
77
role = "aut", comment = c(ORCID = "0000-0002-5147-4711")),
8-
person("RStudio", role = "cph"),
8+
person("RStudio", role = c("cph", "fnd")),
99
person("T Jake", "Luciani", , "[email protected]", "aut", comment = "svglite"),
1010
person("Matthieu", "Decorde", , "[email protected]", "aut", comment = "svglite"),
1111
person("Vaudor", "Lise", , "[email protected]", "aut", comment = "svglite"),
@@ -44,3 +44,4 @@ Roxygen: list(markdown = TRUE)
4444
URL: https://vdiffr.r-lib.org/, https://github.com/r-lib/vdiffr
4545
BugReports: https://github.com/r-lib/vdiffr/issues
4646
SystemRequirements: C++11, libpng
47+
Config/Needs/website: tidyverse/tidytemplate

_pkgdown.yml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
url: https://vdiffr.r-lib.org
2-
destination: docs
32

4-
navbar:
5-
structure:
6-
left: [home, reference, news]
7-
right: [github]
8-
components:
9-
news:
10-
text: News
11-
menu:
12-
- text: "Release notes"
13-
- text: "Version 1.0.0"
14-
href: https://www.tidyverse.org/blog/2021/06/vdiffr-1-0-0/
15-
- text: "Version 0.3.0"
16-
href: https://www.tidyverse.org/articles/2019/01/vdiffr-0-3-0/
17-
- text: "------------------"
18-
- text: "Change log"
19-
href: news/index.html
3+
template:
4+
package: tidytemplate
5+
bootstrap: 5
6+
7+
includes:
8+
in_header: |
9+
<script defer data-domain="vdiffr.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
10+
11+
news:
12+
releases:
13+
- text: "Version 1.0.0"
14+
href: https://www.tidyverse.org/blog/2021/06/vdiffr-1-0-0/
15+
- text: "Version 0.3.0"
16+
href: https://www.tidyverse.org/articles/2019/01/vdiffr-0-3-0/

0 commit comments

Comments
 (0)