feat: add picos de europa post
Some checks failed
Deploy to SFTP Server / build (push) Failing after 2m23s

This commit is contained in:
Max Richter
2025-10-22 22:01:39 +02:00
parent c542408f6a
commit 7d0ccac81f
50 changed files with 3435 additions and 68 deletions

View File

@@ -0,0 +1,87 @@
---
title: Picos de Europa
date: 2025-10-25
license: "CC-BY-SA:4.0"
comments: true
icon: 🏔️
cover: ./images/20250527_125228.jpg
tags: ["picos-de-europa","spain","hiking", "travel"]
---
Unsortierte Bilder aus unserer Wanderung durch die Picos de Europa.
import Image from "@components/Image.astro";
import ImageGallery from "@components/ImageGallery.svelte"
<ImageGallery client:load/>
import image1 from "images/20250527_125228.jpg"
import image2 from "images/PXL_20250601_132646197.jpg"
import image3 from "images/PXL_20250601_124002445.jpg"
import image4 from "images/PXL_20250601_095307910.jpg"
import image5 from "images/PXL_20250601_082528934.jpg"
import image6 from "images/PXL_20250601_044050514.mp4"
import image7 from "images/PXL_20250530_195122211.jpg"
import image8 from "images/PXL_20250530_170114907.MP.jpg"
import image9 from "images/PXL_20250530_141432767.jpg"
import image10 from "images/PXL_20250530_135631186.MP.jpg"
import image11 from "images/PXL_20250530_110041174.jpg"
import image12 from "images/PXL_20250530_082919731.jpg"
import image13 from "images/PXL_20250529_201559403.jpg"
import image14 from "images/PXL_20250529_125633973.mp4"
import image15 from "images/PXL_20250528_121633744.MP.jpg"
import image16 from "images/PXL_20250527_101057540.MP.jpg"
import image17 from "images/PXL_20250527_100728883.jpg"
import image18 from "images/IMG-20250531-WA0020.jpeg"
import image19 from "images/20250528_164715.jpg"
import image20 from "images/PXL_20250602_064236132.mp4"
import image21 from "images/PXL_20250602_064221551.jpg"
import image22 from "images/PXL_20250603_083830771.jpg"
import image23 from "images/PXL_20250603_093606665.jpg"
import image25 from "images/PXL_20250603_194635918.jpg"
import image26 from "images/PXL_20250603_194636284.jpg"
import image27 from "images/PXL_20250605_100650266.jpg"
<Image alt="" src={image1}/>
<Image alt="" src={image2}/>
<Image alt="" src={image3}/>
<Image alt="" src={image4}/>
<Image alt="" src={image5}/>
<Image alt="" src={image6}/>
import videoUrl1 from "images/PXL_20250529_125633973_small_x265.mp4?url"
<video src={videoUrl1} controls alt=""/>
<Image alt="" src={image7}/>
<Image alt="" src={image8}/>
<Image alt="" src={image9}/>
<Image alt="" src={image10}/>
<Image alt="" src={image11}/>
<Image alt="" src={image12}/>
<Image alt="" src={image13}/>
<Image alt="" src={image14}/>
import videoUrl2 from "images/PXL_20250601_044050514_small_x265.mp4"
<video src={videoUrl2} controls alt=""/>
<Image alt="" src={image15}/>
<Image alt="" src={image16}/>
<Image alt="" src={image17}/>
<Image alt="" src={image18}/>
<Image alt="" src={image19}/>
<Image alt="" src={image20}/>
<Image alt="" src={image21}/>
import videoUrl3 from "images/PXL_20250602_064236132_small_x265.mp4"
<video src={videoUrl3} controls alt=""/>
<Image alt="" src={image22}/>
<Image alt="" src={image23}/>
<Image alt="" src={image25}/>
<Image alt="" src={image26}/>
<Image alt="" src={image27}/>