Skip to content

Commit

Permalink
Move to r-lib and setup pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed May 3, 2024
1 parent f1ffb66 commit dad038b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
^LICENSE\.md$
^\.github$
^codecov\.yml$
^_pkgdown\.yml$
^docs$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.DS_Store
.quarto
inst/doc
docs
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Authors@R: c(
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5147-4711")),
person("Martin", "Mitáš", role = "aut",
comment = "Author of MD4C")
comment = "Author of MD4C"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides the mean to parse and render markdown text with grid along
with facilities to define the styling of the text.
Expand Down Expand Up @@ -35,6 +36,7 @@ Suggests:
Remotes:
r-lib/systemfonts,
r-lib/textshaping
URL: https://github.com/thomasp85/marquee
BugReports: https://github.com/thomasp85/marquee/issues
URL: https://marquee.r-lib.org, https://github.com/r-lib/marquee
BugReports: https://github.com/r-lib/marquee/issues
Config/Needs/website: tidyverse/tidytemplate
VignetteBuilder: knitr
11 changes: 11 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
url: https://marquee.r-lib.org

development:
mode: auto

template:
bootstrap: 5
package: tidytemplate
includes:
in_header: |
<script defer data-domain="marquee.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
10 changes: 8 additions & 2 deletions man/marquee-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dad038b

Please sign in to comment.