-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
97 lines (89 loc) · 2.24 KB
/
_pkgdown.yml
File metadata and controls
97 lines (89 loc) · 2.24 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
template:
bootstrap: 5
light-switch: yes
math-rendering: mathjax
bslib:
base_font:
google: Fira Sans
heading_font:
google: Fira Sans
code_font:
google: Fira Mono
primary: '#ff0f0f'
pkgdown-navbar-bg: '#0f0f0f'
navbar-light-color: '#f9f9f9'
navbar-light-hover-color: '#ff0f0f'
navbar-light-brand-color: '#ff0f0f'
navbar-light-brand-hover-color: '#ff0f0f'
link-color: '#ff0f0f'
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-615WGTLM4G" ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-615WGTLM4G');
</script>
<!-- Google tag (gtag.js) -->
after_body: >
<script data-goatcounter="https://samplecore.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
deploy:
install_metadata: yes
url: https://aravind-j.github.io/SampleCore/
navbar:
structure:
left:
- home
- reference
- news
right:
- search
- github
- lightswitch
components:
home:
icon: fa-home fa-lg
text: Home
href: index.html
reference:
icon: fa-code
text: Reference
href: reference/index.html
articles:
icon: far fa-file
text: Articles
menu:
- text: Additional
- text: ——–
- text: Example Clustered Data
href: articles/additional/Example_Clustered_Data.html
news:
icon: far fa-newspaper
text: News
href: news/index.html
github:
icon: fab fa-github-alt
text: Github
href: https://github.com/aravind-j/SampleCore
search:
exclude: news/index.html
reference:
- title: Allocation Methods
contents:
- '`allocate.basic`'
- '`allocate.diversity`'
- '`allocate.distance`'
- title: Selection Methods
contents:
- '`select.random`'
- '`select.diversity`'
- '`select.distance`'
- title: Helpers
contents:
- '`plot_dist`'
- title: Datasets
contents:
- '`cassava_EC_gp`'