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"] +}