-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
85 lines (77 loc) · 2.49 KB
/
_pkgdown.yml
File metadata and controls
85 lines (77 loc) · 2.49 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
template:
bootstrap: 5
math-rendering: mathjax
light-switch: true
bslib:
bootswatch: united
primary: "#fac090" # (translucent) hover colour in the navbar and sidebar
pkgdown-navbar-bg: "#984807" # Background colur of navbar
navbar-light-color: "#f7f8f8" # Navbar text colour of items
navbar-light-hover-color: "#231F20" # Navbar text colour of items on hover
navbar-light-brand-color: "#f7f8f8" # Navbar package name text colour
navbar-light-brand-hover-color: "#f7f8f8" # Navbar package name text colour on hover
link-color: "#984807" # Colour of links
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BRQ5L694TJ" ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BRQ5L694TJ');
</script>
<!-- Google tag (gtag.js) -->
after_body: >
<script data-goatcounter="https://augmentedrcbd.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
deploy:
install_metadata: true
url: https://aravind-j.github.io/augmentedRCBD/
navbar:
structure:
left: [home, reference, tutorial, 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
tutorial:
icon: far fa-file
text: Tutorial
href: articles/Data_Analysis_with_augmentedRCBD.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/augmentedRCBD
reference:
- title: Core anlaysis functions
contents:
- '`augmentedRCBD`'
- '`augmentedRCBD.menv`'
- '`augmentedRCBD.mix`'
- title: Supplementary functions
contents:
- '`describe.augmentedRCBD`'
- '`gva.augmentedRCBD`'
- '`freqdist.augmentedRCBD`'
- '`augmentedRCBD.bulk`'
- title: Print methods
contents:
- '`print.augmentedRCBD`'
- '`print.augmentedRCBD.bulk`'
- '`print.augmentedRCBD.menv`'
- '`print.augmentedRCBD.mix`'
- title: MS Word report generation
contents:
- '`report.augmentedRCBD`'
- '`report.augmentedRCBD.bulk`'