-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
73 lines (71 loc) · 2.41 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
63
64
65
66
67
68
69
70
71
72
73
url: https://greta-dev.github.io/greta.pkgdown
template:
includes:
before_title: '<a href="https://greta-stats.org"><img src="https://github.com/greta-dev/greta/raw/master/logos/main_icon.png" id="hexlogo" alt="greta" width = "144px"></a>'
before_body: '<p></p><div id="header-content" class="container"><div class="row"><img id="main-icon" src="https://github.com/greta-dev/greta/raw/master/logos/main_icon.png"/></div><div class="row"><p id="main-icon-text">simple and scalable statistical modelling in R</p></div></div>'
bootstrap: 5
bslib:
bg: "white"
fg: "#A379CC"
primary: "#A379CC"
navbar-brand-font-size: "2rem"
navbar-light-color: "white"
navbar-light-brand-color: "white"
navbar-light-brand-hover-color: "white"
text-muted: "white"
navbar-light-hover-color: "white"
gray-300: "#dee2e6"
border-radius: 0.5rem
btn-border-radius: 0.25rem
home:
sidebar: FALSE
title: An R package Simple and Scalable Statistical Modelling
description: >
Write statistical models in R and fit them by MCMC and optimisation on CPUs
and GPUs, using Google TensorFlow. greta lets you write your own model
like in BUGS, JAGS and Stan, except that you write models right in R, it
scales well to massive datasets, and it's easy to extend and build on. See
the website for more information, including tutorials, examples, package
documentation, and the greta forum.
navbar:
structure:
left: [get_started, docs, examples, analyses, more]
right: [forum, twitter, github]
components:
get_started:
text: get started
href: articles/get_started.html
examples:
text: examples
href: articles/example_models.html
analyses:
text: analyses
menu:
- text: example analysis
href: articles/analyses/example.html
docs:
text: docs
href: reference/index.html
more:
text: more
menu:
- text: why 'greta'?
href: articles/webpages/why_greta.html
twitter:
icon: fa-twitter
href: https://twitter.com/greta_stats
aria-label: Twitter
forum:
icon: fa-comments
href: https://forum.greta-stats.org/
aria-label: Forum
github:
icon: fa-github
href: https://github.com/greta-dev/greta
aria-label: GitHub
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html