diff --git a/src/_data/plugins/eleventy-plugin-llms-txt b/src/_data/plugins/eleventy-plugin-llms-txt new file mode 100644 index 0000000000..e812f02b13 --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-llms-txt @@ -0,0 +1,5 @@ +{ + "npm": "eleventy-plugin-llms-txt", + "author": "LostInBrittany", + "description": "An Eleventy plugin that generates a `llms.txt` file to expose your site's content to Large Language Models (LLMs) in a structured format." +}