Customized CSS, footer

This commit is contained in:
Christoph Haas 2024-10-21 23:37:58 +02:00
parent 4d9df2bc30
commit 2fdf2840cb
5 changed files with 57 additions and 32 deletions

View file

@ -7,9 +7,9 @@ hero:
image:
file: /public/large-pingu.jpg
actions:
- text: Let's get into it
- text: Let's build your mail server…
link: /ispmail-bookworm
icon: right-arrow
icon: rocket
---
import { Card, CardGrid } from '@astrojs/starlight/components';
@ -17,11 +17,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
## Next steps
<CardGrid stagger>
<Card title="Update content" icon="pencil">
Edit `src/content/docs/index.mdx` to see this page change.
<Card title="Educational" icon="open-book">
This is not a simple copy/paste walkthrough. You will learn the technical details of email exchange on the internet. And you will understand how the different pieces of software work and interact.
</Card>
<Card title="Add new content" icon="add-document">
Add Markdown or MDX files to `src/content/docs` to create new pages.
<Card title="Free" icon="heart">
This guide is a not-for-profit fun project. You only need to get an internet domain and a cheap virtual server (~5€/$ per month). Powered by the desire to make the internet a bit more decentralized.
</Card>
<Card title="Configure your site" icon="setting">
Edit your `sidebar` and other config in `astro.config.mjs`.