Skip to content
Snippets Groups Projects
Commit efefec96 authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

fix: updates and footer logos

parent 4db2e5eb
No related branches found
No related tags found
1 merge request!50fix: updates and footer logos
v18
v21
This diff is collapsed.
......@@ -48,6 +48,7 @@ const toolbarCollection = defineCollection({
});
const footerLogosCollection = defineCollection({
type: "content",
schema: z.object({
img: z.string(),
href: z.string().optional(),
......
......@@ -10,17 +10,17 @@ headerImageTag: Moritz Kindler (Unsplash)
## Markdown Bilder
Bilder können in Markdown fie folgt verwendet werden: `![](images/slider/hamburg_unsplash.jpg)`
![](images/slider/hamburg_unsplash.jpg)
Bilder können in Markdown fie folgt verwendet werden: `![](/images/slider/hamburg_unsplash.jpg)`
![](/images/slider/hamburg_unsplash.jpg)
## Bilder mit Beschriftung
Da die Markdown-Syntax keine Möglichkeit bietet, Beschriftungen einzufügen, gibt es dafür eine eigene `<Image>`-Komponente, die zum Beispiel so verwendet werden kann:
```
<Image img="images/slider/hamburg_unsplash.jpg" caption="This is a Caption. Write something here" subCaption="And this is a subcaption for the Author/Rights information" />
<Image img="/images/slider/hamburg_unsplash.jpg" caption="This is a Caption. Write something here" subCaption="And this is a subcaption for the Author/Rights information" />
```
<Image img="images/slider/hamburg_unsplash.jpg" caption="This is a Caption. Write something here" subCaption="And this is a subcaption for the Author/Rights information" />
<Image img="/images/slider/hamburg_unsplash.jpg" caption="This is a Caption. Write something here" subCaption="And this is a subcaption for the Author/Rights information" />
## Bildergalerie
......@@ -38,7 +38,7 @@ Die Bildergalerie erstreckt sich optional über die gesamte Breite des Viewports
},
{
tag: "Lokale Datei",
img: "images/slider/hamburg_unsplash.jpg",
img: "/images/slider/hamburg_unsplash.jpg",
caption: "Landungsbrücken",
subCaption: "Moritz Kindler (Unsplash)",
}
......@@ -57,7 +57,7 @@ Die Bildergalerie erstreckt sich optional über die gesamte Breite des Viewports
},
{
tag: "Lokale Datei",
img: "images/slider/hamburg_unsplash.jpg",
img: "/images/slider/hamburg_unsplash.jpg",
caption: "Landungsbrücken",
subCaption: "Moritz Kindler (Unsplash)",
},
......
---
layout: "@layouts/HomeLayout.astro"
title: Home
headerImage: images/home/hamburg_2054.jpg
headerImage: /images/home/hamburg_2054.jpg
headerImageAlt: Hamburg 2054 Collage
description: "Lokal produzieren, alles recyceln, global vernetzt sein: Das ist die Idee der Fab City. Die Fab City ist die Antwort auf die Herausforderungen der Gegenwart, allen voran den Klimawandel."
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment