From 376c8722458d0f08001b8907930b94cee5636cef Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Thu, 13 Nov 2025 12:55:48 +0530 Subject: [PATCH 1/5] try brands --- _brand.yml | 4 ++++ _quarto.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 _brand.yml diff --git a/_brand.yml b/_brand.yml new file mode 100644 index 000000000..07f57752f --- /dev/null +++ b/_brand.yml @@ -0,0 +1,4 @@ +logo: + medium: + dark: assets/logo/turing-logo-dark.svg + light: assets/logo/turing-logo-light.svg \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index 4e86b1f68..480f35ff6 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 From 25bfd55e9aace47793086d4377fcd7cab4732f6b Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Thu, 13 Nov 2025 13:34:54 +0530 Subject: [PATCH 2/5] move footer to separate file and try small logo --- _brand.yml | 6 ++-- _includes/footer.html | 81 +++++++++++++++++++++++++++++++++++++++++++ _quarto.yml | 47 +------------------------ 3 files changed, 85 insertions(+), 49 deletions(-) create mode 100644 _includes/footer.html diff --git a/_brand.yml b/_brand.yml index 07f57752f..0738ecd52 100644 --- a/_brand.yml +++ b/_brand.yml @@ -1,4 +1,4 @@ logo: - medium: - dark: assets/logo/turing-logo-dark.svg - light: assets/logo/turing-logo-light.svg \ No newline at end of file + small: + light: assets/logo/turing-logo-light.svg + dark: assets/logo/turing-logo-dark.svg \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 000000000..ce05b1717 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,81 @@ + \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index 480f35ff6..abe75fa1e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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 >}} From c7af289b91e1fa36f1a8430ecbac82c732f9f638 Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Thu, 13 Nov 2025 13:41:42 +0530 Subject: [PATCH 3/5] add logo in README and try large logo --- README.md | 8 ++++++++ _brand.yml | 4 ++-- _includes/footer.html | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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 index 0738ecd52..415dfab26 100644 --- a/_brand.yml +++ b/_brand.yml @@ -1,4 +1,4 @@ logo: - small: + large: light: assets/logo/turing-logo-light.svg - dark: assets/logo/turing-logo-dark.svg \ No newline at end of file + dark: assets/logo/turing-logo-dark.svg diff --git a/_includes/footer.html b/_includes/footer.html index ce05b1717..92b79a4fb 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -78,4 +78,4 @@
- \ No newline at end of file + From 4bab23c103d2d850dc1530b8bd0296935bf29d32 Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Thu, 13 Nov 2025 13:46:16 +0530 Subject: [PATCH 4/5] use medium sized logo --- _brand.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_brand.yml b/_brand.yml index 415dfab26..37b09c662 100644 --- a/_brand.yml +++ b/_brand.yml @@ -1,4 +1,4 @@ logo: - large: + medium: light: assets/logo/turing-logo-light.svg dark: assets/logo/turing-logo-dark.svg From 21edcfa4f1830211d2e7b15585f9f6bd6dea8e62 Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Thu, 13 Nov 2025 14:14:50 +0530 Subject: [PATCH 5/5] format footer --- _includes/footer.html | 116 +++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 76 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 92b79a4fb..99e0f11ef 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,81 +1,45 @@