mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Add photo galleries to MonSTerBoard, Gotek, Eiffel and STPSU pages
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user