Journeys photos

Journeys photos

The /journeys/ page uses a fixed cross-fading photo backdrop. By default it pulls five photos from Unsplash so the page renders fully out of the box. To self-host, drop your own JPGs in this folder and update the src= attributes in _pages/journeys.md.

Each <img class="bg-img"> carries a data-key that wires it to its section via [data-image-key]. The mapping is:

data-keySection in _pages/journeys.mdSuggested filename
introIntro herointro.jpg
patagoniaChapter I — Torres del Paine (Patagonia)patagonia.jpg
kyotoChapter II — Fushimi Inari (Kyoto)kyoto.jpg
atacamaChapter III — Atacama Desertatacama.jpg
lofotenChapter IV — Lofoten Archipelago (+ outro)lofoten.jpg

To swap, change e.g.

<img class="bg-img" data-key="patagonia"
     src="https://images.unsplash.com/photo-..." alt="" />

to

<img class="bg-img" data-key="patagonia"
     src="/images/journeys/patagonia.jpg" alt="" />

Recommended: landscape, at least 2400px wide, JPG or WebP, optimised to roughly 250–400KB each (these are full-bleed background images).