disable Banner

This commit is contained in:
Christoph Haas 2026-06-05 21:01:23 +02:00
parent 8d46ac5ecb
commit 9d2e10bd47
2 changed files with 6 additions and 4 deletions

View file

@ -46,7 +46,7 @@ export default defineConfig({
// https://expressive-code.com/key-features/word-wrap/#configuration
components: {
Footer: "./src/components/Footer.astro",
Banner: "./src/components/Banner.astro",
// Banner: "./src/components/Banner.astro",
},
customCss: ["./src/styles/custom.css"],
sidebar: [
@ -55,11 +55,13 @@ export default defineConfig({
// slug: "ispmail-trixie",
autogenerate: { directory: "ispmail-trixie" },
},
/*
{
label: "ISPmail for Debian 12",
// slug: "ispmail-bookworm",
autogenerate: { directory: "ispmail-bookworm" },
},
*/
{
label: "Misc articles",
autogenerate: { directory: "articles" },

View file

@ -13,9 +13,9 @@ hero:
- text: Let's build your mail server…
link: /ispmail-trixie
icon: rocket
banner:
content: |
The guide has been updated for Debian 13!
#banner:
# content: |
# The guide has been updated for Debian 13!
---
import { Card, CardGrid } from "@astrojs/starlight/components";