Skip to content

Commit

Permalink
Merge pull request #43 from tidymodels/fix-plausible
Browse files Browse the repository at this point in the history
add plausible to pkgdown
  • Loading branch information
EmilHvitfeldt authored Jan 4, 2024
2 parents 5f350b3 + 4877061 commit e93e402
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ url: https://modeldb.tidymodels.org

template:
package: tidytemplate
params:
part_of: <a href="https://tidymodels.org">tidymodels</a>
footer: modeldb is a part of the <strong>tidymodels</strong> ecosystem, a collection of modeling packages designed with common APIs and a shared philosophy.
bootstrap: 5
bslib:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="modeldb.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto

0 comments on commit e93e402

Please sign in to comment.