-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path_quarto.yml
78 lines (75 loc) · 2.04 KB
/
_quarto.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
74
75
76
77
78
project:
title: "Stan"
type: website
output-dir: _website
post-render:
- quarto-config/generate_redirects.py redirects.txt --output_dir=_website
- ./merge_docs_search.py --output_dir=_website
render:
- "index.qmd"
- "404.qmd"
- "about/*.qmd"
- "install/*.qmd"
- "learn-stan/*.qmd"
- "learn-stan/*/*.qmd"
- "tools/*.qmd"
resources:
- "learn-stan/case-studies/*.html"
website:
favicon: img/logo_tm.png
image: img/logo_tm.png
page-navigation: true
back-to-top-navigation: true
open-graph: true
navbar:
logo: "img/logo_tm.png"
logo-alt: "Stan logo"
title: false
left:
- text: "Stan"
href: index.qmd
- text: "Getting Started"
href: install/index.qmd
- text: "Documentation"
href: "https://mc-stan.org/docs"
- text: "Learning Resources"
menu:
- text: "Tutorials"
href: learn-stan/tutorials.qmd
- text: "Case Studies"
href: learn-stan/case-studies.qmd
- text: "StanCon Talks"
href: learn-stan/stancon-talks.qmd
- text: "Domain-specific"
href: learn-stan/field-guides.qmd
- text: "Publications"
href: learn-stan/publications.qmd
- text: "Diagnostics and Warnings"
href: learn-stan/diagnostics-warnings.qmd
- text: "Tools"
href: tools/index.qmd
- text: "About"
href: about/index.qmd
tools:
- icon: github
url: https://github.com/stan-dev
- icon: chat-text-fill
href: "https://discourse.mc-stan.org"
format:
html:
theme:
light: [cosmo, quarto-config/theme.scss]
dark: [cosmo, quarto-config/theme-dark.scss]
syntax-definitions:
- quarto-config/stan.xml
highlight-style:
light: quarto-config/tango.theme
dark: quarto-config/nord.theme
code-copy: true
code-overflow: wrap
css: quarto-config/quarto_styles.css
toc: true
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px