diff --git a/eleventy.config.js b/eleventy.config.js index bc65150..69513a5 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -8,11 +8,13 @@ const path = require("path"); module.exports = function(eleventyConfig) { eleventyConfig.setLayoutsDirectory("_layouts"); + eleventyConfig.addPassthroughCopy("img"); eleventyConfig.addPassthroughCopy("css/fonts"); eleventyConfig.addPassthroughCopy("js"); eleventyConfig.addPassthroughCopy("LICENSE.txt"); eleventyConfig.addPassthroughCopy("robots.txt"); + eleventyConfig.addPassthroughCopy("roms"); eleventyConfig.addNunjucksFilter("values", obj => Object.values(obj)); diff --git a/en/etc/umihara-kawase.md b/en/etc/umihara-kawase.md new file mode 100644 index 0000000..e69de29 diff --git a/es/etc/umihara-kawase.md b/es/etc/umihara-kawase.md new file mode 100644 index 0000000..e69de29 diff --git a/roms/UmiharaKawase.sfc b/roms/UmiharaKawase.sfc new file mode 100644 index 0000000..3df9c75 Binary files /dev/null and b/roms/UmiharaKawase.sfc differ