We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cc8b5 commit 1c7d8d4Copy full SHA for 1c7d8d4
_quarto.yml
@@ -9,9 +9,18 @@ project:
9
website:
10
title: "Turing.jl"
11
site-url: https://turinglang.org
12
- site-path: "/"
+ description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."
13
image: assets/logo/turing-text-logo.svg
14
favicon: "assets/favicon.ico"
15
+
16
+ # Enable Open Graph and Twitter Cards for better social sharing
17
+ open-graph:
18
+ title: "The Turing Language"
19
+ locale: en_GB
20
+ twitter-card:
21
+ creator: "@Hong_Ge2"
22
+ site: "@TuringLang"
23
24
search:
25
location: navbar
26
type: overlay
0 commit comments