diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 4219f84e3100..05785ba4a438 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -15,7 +15,7 @@ execute: website: title: "Ibis" site-url: https://ibis-project.org - description: "the dataframe library" + description: "the portable Python dataframe library" favicon: logo.svg # search diff --git a/docs/index.qmd b/docs/index.qmd index 689d848ce3a1..5bda6a111d16 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -37,12 +37,6 @@ about: This website is under construction and will eventually replace [the current Ibis website](https://ibis-project.org). Feedback welcome! ::: -::: {.callout-tip} -## Featured post - -View our [featured post on the Ibis analytics project demo](posts/ibis-analytics/). -::: - ## Install We recommend starting with the default backend (DuckDB). diff --git a/docs/posts/ibis-analytics/index.qmd b/docs/posts/ibis-analytics/index.qmd index a3f2c6afd113..d110064b0ed7 100644 --- a/docs/posts/ibis-analytics/index.qmd +++ b/docs/posts/ibis-analytics/index.qmd @@ -7,7 +7,7 @@ code-annotations: below categories: - blog - demo -draft: false +draft: true --- ## Introduction diff --git a/docs/posts/website-to-quarto/index.qmd b/docs/posts/website-to-quarto/index.qmd index 56a2e01fcd3a..3868e3653c37 100644 --- a/docs/posts/website-to-quarto/index.qmd +++ b/docs/posts/website-to-quarto/index.qmd @@ -4,6 +4,7 @@ author: "Cody" date: "2023-09-01" categories: - blog +draft: true --- ## Overview