-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Cruft to link to latest upstream template commit
- Loading branch information
1 parent
a492fdb
commit 727f898
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"template": "https://github.com/getpelican/cookiecutter-pelican-plugin", | ||
"commit": "f9a088515d09675d433595982ae643c3fe323c50", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"plugin_name": "Similar Posts", | ||
"repo_name": "similar-posts", | ||
"package_name": "similar_posts", | ||
"distribution_name": "pelican-similar-posts", | ||
"version": "1.0.0", | ||
"description": "Pelican plugin to add similar posts to articles, based on a vector space model", | ||
"authors": "{name = \"David Lesieur\", email = \"[email protected]\"}", | ||
"keywords": "\"pelican\", \"plugin\", \"similarity\", \"tf-idf\", \"tags\", \"gensim\", \"vector-space-model\", \"algebraic-model\", \"numpy\", \"scipy\"", | ||
"readme": "README.md", | ||
"contributing": "CONTRIBUTING.md", | ||
"license": "GNU General Public License v3|GPL-3.0-only", | ||
"repo_url": "https://github.com/pelican-plugins/similar-posts", | ||
"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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters