From 623bebce5e7ff70021a80bbe3a479cf2b0a0797a Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Sun, 6 Aug 2023 19:22:12 -0500 Subject: [PATCH] Add bookwyrm to /me --- eleventy.config.js | 3 +++ public/img/book.svg | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 public/img/book.svg 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 @@ + + + + +