disable Banner
This commit is contained in:
parent
8d46ac5ecb
commit
9d2e10bd47
2 changed files with 6 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ export default defineConfig({
|
||||||
// https://expressive-code.com/key-features/word-wrap/#configuration
|
// https://expressive-code.com/key-features/word-wrap/#configuration
|
||||||
components: {
|
components: {
|
||||||
Footer: "./src/components/Footer.astro",
|
Footer: "./src/components/Footer.astro",
|
||||||
Banner: "./src/components/Banner.astro",
|
// Banner: "./src/components/Banner.astro",
|
||||||
},
|
},
|
||||||
customCss: ["./src/styles/custom.css"],
|
customCss: ["./src/styles/custom.css"],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
|
@ -55,11 +55,13 @@ export default defineConfig({
|
||||||
// slug: "ispmail-trixie",
|
// slug: "ispmail-trixie",
|
||||||
autogenerate: { directory: "ispmail-trixie" },
|
autogenerate: { directory: "ispmail-trixie" },
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
label: "ISPmail for Debian 12",
|
label: "ISPmail for Debian 12",
|
||||||
// slug: "ispmail-bookworm",
|
// slug: "ispmail-bookworm",
|
||||||
autogenerate: { directory: "ispmail-bookworm" },
|
autogenerate: { directory: "ispmail-bookworm" },
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
label: "Misc articles",
|
label: "Misc articles",
|
||||||
autogenerate: { directory: "articles" },
|
autogenerate: { directory: "articles" },
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,9 @@ hero:
|
||||||
- text: Let's build your mail server…
|
- text: Let's build your mail server…
|
||||||
link: /ispmail-trixie
|
link: /ispmail-trixie
|
||||||
icon: rocket
|
icon: rocket
|
||||||
banner:
|
#banner:
|
||||||
content: |
|
# content: |
|
||||||
The guide has been updated for Debian 13!
|
# The guide has been updated for Debian 13!
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Card, CardGrid } from "@astrojs/starlight/components";
|
import { Card, CardGrid } from "@astrojs/starlight/components";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue