diff --git a/_quarto.yml b/_quarto.yml
index 66222198d..092651210 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,18 +37,10 @@ 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.
-
- right:
- - icon: twitter
- href: https://x.com/TuringLang
- aria-label: Turing Twitter
- - icon: github
- href: https://github.com/TuringLang/Turing.jl
- aria-label: Turing GitHub
+ Turing is created by Hong Ge, and maintained by the core team of developers.
+ © 2024 under the terms of the MIT License.
back-to-top-navigation: true
repo-url: https://github.com/TuringLang/turinglang.github.io/
@@ -61,9 +51,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..40a7a5b17 100644
--- a/index.qmd
+++ b/index.qmd
@@ -1,55 +1,225 @@
---
-# 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}
+```{=html}
+
+ Learn about all the packages that are part of the TuringLang organization. +
+ + ++ Familiarize yourself with the mechanics of Turing.jl. +
+ + ++ Learn to tackle specific modelling problems with Turing.jl. +
+ +An example of the Beeysian workflow.
+Placeholder for intro text on list of talks which are available online
+This list contains a few other written resources for learning Turing. If you have written something and would like to share it with the community, please get in touch!
+