From 9f5fcd4b9d3d406b30cdad7bf1ea579e49cb73ae Mon Sep 17 00:00:00 2001 From: Mike Kasberg Date: Tue, 23 Apr 2024 16:42:16 -0600 Subject: [PATCH] Add to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f4e989c..d024c6f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ plugins: - jekyll_ai_related_posts ``` +You should also ignore the cache files that this plugin generates. (This will +help avoid a regeneration loop when using `jekyll serve`.) + +```yaml +exclude: + - .ai_related_posts_cache.sqlite3 + - .ai_related_posts_cache.sqlite3-journal +``` + + ## Configuration All config for this plugin sits under a top-level `ai_related_posts` key.