-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path_pkgdown.yml
More file actions
20 lines (18 loc) · 613 Bytes
/
_pkgdown.yml
File metadata and controls
20 lines (18 loc) · 613 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
url: https://insightsengineering.github.io/r.pkg.template
template:
bootstrap: 5
bootswatch: cerulean
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125641273-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125641273-1');
</script>
navbar:
right:
- icon: fa-github
href: https://github.com/insightsengineering/r.pkg.template