add contribute.json
This commit is contained in:
parent
5083f22110
commit
88464a35e2
2 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,7 @@ module.exports = function (eleventyConfig) {
|
||||||
// passthrough
|
// passthrough
|
||||||
eleventyConfig.addPassthroughCopy('src/assets')
|
eleventyConfig.addPassthroughCopy('src/assets')
|
||||||
eleventyConfig.addPassthroughCopy('src/robots.txt')
|
eleventyConfig.addPassthroughCopy('src/robots.txt')
|
||||||
|
eleventyConfig.addPassthroughCopy('src/contribute.json')
|
||||||
|
|
||||||
// shortcodes
|
// shortcodes
|
||||||
eleventyConfig.addShortcode('version', () => now)
|
eleventyConfig.addShortcode('version', () => now)
|
||||||
|
|
9
src/contribute.json
Normal file
9
src/contribute.json
Normal 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"]
|
||||||
|
}
|
Reference in a new issue