-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
98 lines (92 loc) · 2.8 KB
/
_quarto.yml
File metadata and controls
98 lines (92 loc) · 2.8 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
96
97
98
project:
type: website
output-dir: _site
resources:
- "manual/**"
- "vignettes/**"
- "examples/**"
- "blog/**"
- "src/**"
- feed
website:
title: "NIMBLE"
description: "An R package for programming with BUGS models and compiling parts of R"
site-url: "https://r-nimble.org"
repo-url: "https://github.com/nimble-dev/nimble"
google-analytics: G-J6VLDBN5DK
navbar:
logo: "images/nimble-logo-oval-small-clean.png"
logo-href: "index.qmd"
title: false
left:
- text: "Home"
href: index.qmd
- text: "What is NIMBLE?"
href: what-is-nimble.qmd
- text: "Examples"
href: examples.qmd
- text: "Documentation"
href: documentation.qmd
- text: "Download"
href: download.qmd
- text: "Community"
href: groups-and-issues.qmd
- text: "Blog"
menu:
- text: "All Posts"
href: blog/index.qmd
- text: "---"
- text: "Recent Posts"
- text: "Version 1.4.1 Released"
href: blog/version-1-4-1-of-nimble-released.qmd
- text: "Using nimbleQuad for maximum likelihood estimation and deterministic posterior approximation"
href: blog/nimbleQuad.qmd
- text: "Using derived quantities in NIMBLE's MCMC system"
href: blog/derived-quantities.qmd
- text: "Version 1.4.0 and nimbleQuad Released"
href: blog/version-1-4-0-of-nimble-released.qmd
- text: "nimbleMacros Package"
href: blog/announcing-the-nimblemacros-package-and-the-use-of-macros-in-nimble-models.qmd
- text: "More"
menu:
- text: "How to Contribute"
href: contributing.qmd
- text: "Release Notes"
href: release-notes.qmd
- text: "License and Citation"
href: license-and-citation.qmd
- text: "About Us"
href: about-us.qmd
tools:
- icon: github
href: "https://github.com/nimble-dev/nimble"
- icon: twitter
href: "https://twitter.com/R_nimble"
- icon: rss
href: blog/index.xml
sidebar:
style: "docked"
search: true
contents:
- section: "Blog Posts"
contents:
- text: "All Posts"
href: blog/index.qmd
- text: "---"
- text: "Recent Posts"
- blog/version-1-4-1-of-nimble-released.qmd
- blog/nimbleQuad.qmd
- blog/derived-quantities.qmd
- blog/version-1-4-0-of-nimble-released.qmd
- blog/announcing-the-nimblemacros-package-and-the-use-of-macros-in-nimble-models.qmd
format:
html:
theme:
- cosmo
- custom.scss
css: styles.css
toc: true
toc-location: right
code-copy: true
code-overflow: wrap
page-layout: article