init portfolio
Some checks failed
Build / Deploy (push) Failing after 1m55s

This commit is contained in:
Rik Berkelder 2025-02-13 02:28:59 +01:00
parent 445069cbf8
commit c12d34a822
18 changed files with 109 additions and 2 deletions

BIN
content/portfolio/luxorlive/20240906_220541.JPG (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/portfolio/luxorlive/20250124_204057.JPG (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/portfolio/luxorlive/20250124_204945.JPG (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,6 @@
---
title: Luxor Live
description: Delivering dynamic, on-the-spot lighting solutions for visiting acts without their own lighting designer, and ensuring a smooth experience for touring LD's
---

View file

@ -0,0 +1,19 @@
import * as path from 'node:path';
import * as fs from 'node:fs';
const conf = {
tags: "portfolio",
layout: "base.njk",
eleventyComputed: {
images(data) {
const dir = path.dirname(data.page.inputPath);
const images = fs.readdirSync(dir).filter(file => ['.png', '.jpg', '.jpeg', '.JPG'].includes(path.extname(file).toLowerCase())).map(image => `${data.page.url}${image}`);
return images;
},
data(data) { return data; }
}
};
export default conf;

BIN
content/portfolio/sowulo/1.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/portfolio/sowulo/2.JPG (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/portfolio/sowulo/3.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,4 @@
---
title: Sowulo
description: Designing a theatrical, atmospheric and detailed show while efficiently adapting to both venues of varying sizes and large festivals with very short on-site preparation times
---