-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path_quarto.yml
More file actions
92 lines (88 loc) · 2.77 KB
/
_quarto.yml
File metadata and controls
92 lines (88 loc) · 2.77 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
project:
type: website
preview:
# Change port if it's busy in your system or just comment below line so that It will automatically use any free port
port: 4200
browser: true
# These cannot be used as variables. They are reserved for the project configuration.
website:
title: "Turing.jl"
site-url: https://turinglang.org
description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."
image: /assets/logo/turing-text-logo.jpg
favicon: /assets/favicon.ico
open-graph:
title: "The Turing Language"
locale: en_GB
image: /assets/logo/turing-text-logo.jpg
image-alt: "Turing.jl Logo"
twitter-card:
creator: "@Hong_Ge2"
site: "@TuringLang"
image-width: 4214
image-height: 1032
search:
location: navbar
type: overlay
navbar:
title: false
# logo-href: https://turinglang.org/ -- Keep this commented so clicking on logo in dev mode doesn't redirect to the site
left:
- text: Get Started
href: https://turinglang.org/docs/getting-started/
- text: Tutorials
href: https://turinglang.org/docs/tutorials/
- text: FAQ
href: https://turinglang.org/docs/faq/
- text: Libraries
href: library/
- text: News
href: news/
- text: Team
href: team/
tools:
- icon: twitter-x
text: Turing Twitter
href: https://x.com/TuringLang
- icon: chat-dots
text: Turing Discourse
href: https://discourse.julialang.org/c/domain/probprog/48
- icon: slack
text: Turing Slack
href: https://julialang.slack.com/archives/CCYDC34A0
- icon: github
text: Turing GitHub
href: https://github.com/TuringLang
back-to-top-navigation: true
repo-url: https://github.com/TuringLang/turinglang.github.io/
# repo-actions: [edit, issue]
repo-link-target: _blank
page-navigation: true
format:
html:
theme:
light: [cosmo, theming/theme-light.scss]
dark: [cosmo, theming/theme-dark.scss]
highlight-style: github
toc: true
smooth-scroll: true
code-overflow: wrap
output-block-background: true
include-in-header:
- text: |
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Turing.jl",
"alternateName": "The Turing Language",
"url" : "https://turinglang.org/",
}
</script>
include-after-body:
file: _includes/footer.html
# Global Variables to use in any qmd files using:
# {{< meta site-url >}}
site-url: https://turinglang.org
get-started: https://turinglang.org/docs/getting-started/
tutorials-intro: https://turinglang.org/docs/tutorials/