Skip to content

Commit

Permalink
Add to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkasberg committed Apr 23, 2024
1 parent 6ccdf77 commit 9f5fcd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f5fcd4

Please sign in to comment.