-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy path_pkgdown.yml
62 lines (58 loc) · 1.49 KB
/
_pkgdown.yml
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
destination: docs
title: worldfootballR
url: https://jaseziv.github.io/worldfootballR/
authors:
Jason Zivkovic:
href: https://bsky.app/profile/jaseziv.bsky.social
Tony ElHabr:
href: https://twitter.com/TonyElHabr
Tan Ho:
href: https://twitter.com/_TanHo
Samuel H:
href: https://twitter.com/saintsbynumbers
template:
bootstrap: 5
bootswatch: yeti
bslib:
font_scale: 1
base_font: {google: "Roboto"}
heading_font: {google: "Roboto"}
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PQNCTZ7KQD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PQNCTZ7KQD');
</script>
navbar:
type: dark
bg: dark
structure:
left: [home, reference, articles, news]
right: [bluesky, github, more]
components:
bluesky:
icon: "fa-brands fa-bluesky fa-lg"
href: https://bsky.app/profile/jaseziv.bsky.social
reference:
- title: FBRef
contents:
- starts_with("fb_")
- starts_with("get_")
- title: Transfermarket
contents:
- player_transfer_history
- starts_with("tm_")
- get_player_market_values
- title: Understat
contents:
- starts_with("understat_")
- title: Load
contents:
- starts_with("load_")
- title: Utility
contents:
- player_dictionary_mapping