diff --git a/eleventy.config.js b/eleventy.config.js index d9a652b..f8ded90 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -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" }); diff --git a/retro/eiffel/eiffel-ps2.jpg b/retro/eiffel/eiffel-ps2.jpg new file mode 100755 index 0000000..611a9b7 Binary files /dev/null and b/retro/eiffel/eiffel-ps2.jpg differ diff --git a/retro/eiffel/index.njk b/retro/eiffel/index.njk index 3044dd7..c9a6857 100644 --- a/retro/eiffel/index.njk +++ b/retro/eiffel/index.njk @@ -30,6 +30,10 @@ parent: "/retro/"

My Setup

In my Mega ST 4 "High" machine the Eiffel connects the PS/2 keyboard and mouse, keeping the workstation fully usable alongside the MonSTerBoard, ET4000 and NetUSBee. The original Atari keyboard is now used with the "Low" machine, which pairs it with a mouSTer and a USB mouse.

+

Gallery

+The Eiffel PS/2 adapter without its case +

The Eiffel PS/2 adapter, shown here without its case.

+

Sources