diff --git a/content/_includes/default_layout.njk b/content/_includes/default_layout.njk index 5711a8b..e250482 100644 --- a/content/_includes/default_layout.njk +++ b/content/_includes/default_layout.njk @@ -20,7 +20,8 @@ - + + diff --git a/content/halfmoon.njk b/content/halfmoon.njk deleted file mode 100644 index b9b4452..0000000 --- a/content/halfmoon.njk +++ /dev/null @@ -1,5 +0,0 @@ ---- -permalink: halfmoon.css ---- -{% include "../node_modules/halfmoon/css/halfmoon.min.css" %} -{% include "../node_modules/halfmoon/css/cores/halfmoon.modern.css" %} diff --git a/eleventy.config.mjs b/eleventy.config.mjs index 694b0db..6b63c9b 100644 --- a/eleventy.config.mjs +++ b/eleventy.config.mjs @@ -23,6 +23,7 @@ export default function (eleventyConfig) { }); eleventyConfig.addPassthroughCopy('assets'); + eleventyConfig.addPassthroughCopy({ 'node_modules/halfmoon/css': '/assets/css/halfmoon' }); eleventyConfig.addPassthroughCopy('fonts'); // Font Awesome Icons