Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ project:
# These cannot be used as variables. They are reserved for the project configuration.
website:
title: "Turing.jl"
site-url: "https://turinglang.org/docs/"
site-url: "https://turinglang.org/docs"
description: "Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language."
image: assets/images/turing-text-logo.jpg
favicon: "assets/favicon.ico"
image: /assets/images/turing-text-logo.jpg
favicon: /assets/favicon.ico
open-graph:
title: "The Turing Language"
locale: en_GB
image: /assets/images/turing-text-logo.jpg
image-alt: "Turing.jl Logo"
twitter-card:
creator: "@Hong_Ge2"
site: "@TuringLang"
Expand All @@ -24,7 +26,7 @@ website:
location: navbar
type: overlay
navbar:
logo: "assets/images/turing-logo.svg"
logo: "/assets/images/turing-logo.svg"
logo-href: https://turinglang.org/
left:
- text: Get Started
Expand Down
Loading