diff --git a/eleventy.config.js b/eleventy.config.js index 1076e98..5e2c0ba 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -45,6 +45,9 @@ module.exports = function(eleventyConfig) { return DateTime.fromJSDate(dateObj, {zone: 'utc'}).toFormat('yyyy-LL-dd'); }); + // Passthrough + eleventyConfig.addPassthroughCopy({ 'public/xsl/*': "/xsl/" }); + // Get the first `n` elements of a collection. eleventyConfig.addFilter("head", (array, n) => { if(!Array.isArray(array) || array.length === 0) { diff --git a/public/img/book.svg b/public/img/book.svg new file mode 100644 index 0000000..f187cb2 --- /dev/null +++ b/public/img/book.svg @@ -0,0 +1,15 @@ + + + + +