add contribute.json

This commit is contained in:
Cory Dransfeldt 2023-03-17 12:14:56 -07:00
parent 5083f22110
commit 88464a35e2
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -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)

9
src/contribute.json Normal file
View file

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