diff options
author | Starfall <us@starfall.systems> | 2023-09-05 18:41:44 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-09-05 18:41:44 -0500 |
commit | c0d2f6523324cfbd096b1c108800e50a1b87bf9b (patch) | |
tree | 231b8171469c7316fc41706d6763dc51d8d9622c /eleventy.config.js | |
parent | 0ab55177177e42dc72e327e91cfe2e9b8ec7e19a (diff) |
add moon phase decoration, make feed icon bigger
Diffstat (limited to 'eleventy.config.js')
-rw-r--r-- | eleventy.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eleventy.config.js b/eleventy.config.js index 07da99d..7268139 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -28,8 +28,9 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPlugin(eleventyRss) eleventyConfig.addPassthroughCopy('./css/') - eleventyConfig.addPassthroughCopy('./img/') eleventyConfig.addPassthroughCopy('./files/') + eleventyConfig.addPassthroughCopy('./img/') + eleventyConfig.addPassthroughCopy('./js/') eleventyConfig.addFilter('local_date', filter_local_date) eleventyConfig.addFilter('rfc3339_datetime', filter_rfc3339_datetime) |