From 88464a35e287ca5728cfcbbf8c21451f3bb25f95 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 17 Mar 2023 12:14:56 -0700 Subject: [PATCH] add contribute.json --- .eleventy.js | 1 + src/contribute.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/contribute.json diff --git a/.eleventy.js b/.eleventy.js index e2d61d13..5edb4764 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -27,6 +27,7 @@ module.exports = function (eleventyConfig) { // passthrough eleventyConfig.addPassthroughCopy('src/assets') eleventyConfig.addPassthroughCopy('src/robots.txt') + eleventyConfig.addPassthroughCopy('src/contribute.json') // shortcodes eleventyConfig.addShortcode('version', () => now) diff --git a/src/contribute.json b/src/contribute.json new file mode 100644 index 00000000..5fde1550 --- /dev/null +++ b/src/contribute.json @@ -0,0 +1,9 @@ +{ + "name": "coryd.dev", + "description": "Cory Dransfeldt's personal blog.", + "repository": { + "url": "https://github.com/mozilla/contribute.json", + "license": "MPL2" + }, + "keywords": ["11ty", "Eleventy", "Javascript", "Liquid.js", "Markdown"] +}