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
8 changes: 5 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ 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"
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"
Expand All @@ -24,7 +26,7 @@ website:
location: navbar
type: overlay
navbar:
logo: "assets/logo/turing-logo.svg"
logo: /assets/logo/turing-logo.svg
# 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
Expand Down
Loading