Add photo galleries to MonSTerBoard, Gotek, Eiffel and STPSU pages

This commit is contained in:
2026-09-12 00:40:57 +02:00
parent 8c62c7e991
commit a715ad3377
12 changed files with 27 additions and 1 deletions
+6
View File
@@ -38,6 +38,12 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("retro/stpsu/*.png");
eleventyConfig.addPassthroughCopy("retro/stpsu/*.pdf");
// Retro: page-specific photo galleries (MonSTerBoard, Gotek, Eiffel, STPSU)
eleventyConfig.addPassthroughCopy("retro/monsterboard/*.jpg");
eleventyConfig.addPassthroughCopy("retro/gotek/*.jpg");
eleventyConfig.addPassthroughCopy("retro/eiffel/*.jpg");
eleventyConfig.addPassthroughCopy("retro/stpsu/*.jpg");
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });