diff --git a/README.md b/README.md index 764c19d17..7a350c740 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +

+ + + Turing.jl logo + +

+

Bayesian inference with probabilistic programming

+ # `Turing.jl` Website This repository contains the quarto source for the `Turing.jl` website. diff --git a/_brand.yml b/_brand.yml new file mode 100644 index 000000000..37b09c662 --- /dev/null +++ b/_brand.yml @@ -0,0 +1,4 @@ +logo: + medium: + light: assets/logo/turing-logo-light.svg + dark: assets/logo/turing-logo-dark.svg diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 000000000..99e0f11ef --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,45 @@ + diff --git a/_quarto.yml b/_quarto.yml index 4e86b1f68..abe75fa1e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -26,7 +26,7 @@ website: location: navbar type: overlay navbar: - logo: /assets/logo/turing-logo.svg + 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 @@ -83,52 +83,7 @@ format: } include-after-body: - - text: | - + file: _includes/footer.html # Global Variables to use in any qmd files using: # {{< meta site-url >}}