add webfinger

This commit is contained in:
Cory Dransfeldt 2023-03-12 15:31:05 -07:00
parent 07b6ff7d47
commit ad12d17f99
No known key found for this signature in database
2 changed files with 31 additions and 0 deletions

View file

@ -33,6 +33,7 @@ module.exports = function (eleventyConfig) {
// copy these static files to _site folder
eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('src/manifest.json')
eleventyConfig.addPassthroughCopy('src/.well-known')
// create excerpts
eleventyConfig.setFrontMatterParsingOptions({