From 62b11b06736a8e37d2e110bc22f37757566bc2a8 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 6 Jul 2024 12:03:58 +0200 Subject: [PATCH] Add Cruft and link to latest Cookiecutter commit --- .cruft.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .cruft.json diff --git a/.cruft.json b/.cruft.json new file mode 100644 index 0000000..a46c37e --- /dev/null +++ b/.cruft.json @@ -0,0 +1,27 @@ +{ + "template": "https://github.com/getpelican/cookiecutter-pelican-plugin", + "commit": "bbc42b1423d34ebf2c661e5f6e7b51154e570f9f", + "checkout": null, + "context": { + "cookiecutter": { + "plugin_name": "Search", + "repo_name": "search", + "package_name": "search", + "distribution_name": "pelican-search", + "version": "1.1.0", + "description": "Pelican plugin that indexes content and enables static site searches", + "authors": "{name = \"Justin Mayer\"}, email = \"entroP@gmail.com\"}", + "keywords": "\"pelican\", \"plugin\", \"search\", \"index\"", + "readme": "README.md", + "contributing": "CONTRIBUTING.md", + "license": "GNU Affero General Public License v3|AGPL-3.0", + "repo_url": "https://github.com/pelican-plugins/search", + "dev_status": "5 - Production/Stable", + "tests_exist": true, + "python_version": ">=3.8.1,<4.0", + "pelican_version": ">=4.5", + "_template": "https://github.com/getpelican/cookiecutter-pelican-plugin" + } + }, + "directory": null +}