diff --git a/_quarto.yml b/_quarto.yml
index 66222198d..c3910ddc4 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -17,8 +17,6 @@ website:
navbar:
logo: "assets/images/turing-logo.svg"
logo-href: https://turinglang.org/
- background: "#073c44"
- foreground: "#ffffff"
left:
- text: Get Started
href: https://turinglang.org/docs/tutorials/docs-00-getting-started/
@@ -39,7 +37,7 @@ website:
href: https://github.com/TuringLang/Turing.jl
page-footer:
- background: "#073c44"
+ #background: "#073c44"
left: |
Turing is created by Hong Ge, and lovingly maintained by the core team of volunteers.
The contents of this website are © 2024 under the terms of the MIT License.
@@ -61,9 +59,9 @@ website:
format:
html:
theme:
- light: cosmo
- dark: [cosmo, theming/theme-dark.scss]
- css: theming/styles.css
+ light: [cosmo, theming/light.scss]
+ dark: [cosmo, theming/dark.scss]
+ highlight-style: github
toc: true
smooth-scroll: true
code-overflow: wrap
diff --git a/index.qmd b/index.qmd
index d2bf8a679..502cd0d99 100644
--- a/index.qmd
+++ b/index.qmd
@@ -1,55 +1,176 @@
---
# pagetitle: "Turing"
toc: false
-page-layout: custom
+page-layout: full
section-divs: false
hide-description: true
+listing:
+- id: news
+ contents:
+ - "news/posts/*/index.qmd"
+ sort: date desc
+ type: grid
+ grid-columns: 3
+ categories: false
+ sort-ui: false
+ filter-ui: false
+ fields: [title, description, date]
+ max-items: 3
+ image-height: "200"
description: |
Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language.
---
-::: {.hero-banner}
-::: {.grid}
-::: {.g-col-1}
-:::
-::: {.g-col-8}
-
-# Turing.jl: Bayesian inference with probabilistic programming.
-
-### Intuitive
-Turing models are easy to write and communicate — syntax is close to mathematical notations.
-
-### General-purpose
-Turing supports models with discrete parameters and stochastic control flow.
+```{=html}
+
+ Get support from and discuss with other users. +
+ + ++ Familiarize yourself with the Turing.jl API. +
+ + ++ Learn to tackle specific problems with Turing.jl. +
+ + ++ A list of inofficial tutorials using Turing.jl. +
+ + ++ A list of talks on the Turing.jl ecosystem. +
+ + ++ Placeholder for Turing-Workshop repo link. +
+ +