Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkasberg committed Apr 23, 2024
1 parent a07ed1f commit 200138f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Jekyll AI Related Posts 🪄

Rubygems: [jekyll_ai_related_posts](https://rubygems.org/gems/jekyll_ai_related_posts)

Jekyll ships with functionality that populates
[related_posts](https://jekyllrb.com/docs/variables/) with the ten most recent
posts. If you install
Expand All @@ -18,7 +20,12 @@ posts with the accuracy of OpenAI's models (or any other LLM, for that matter).

Jekyll AI Related Posts is a [Jekyll
plugin](https://jekyllrb.com/docs/plugins/installation/). It can be installed
using any Jekyll plugin installation method.
using any Jekyll plugin installation method. For example, in your `_config.yml`:

```yaml
plugins:
- jekyll_ai_related_posts
```
## Configuration
Expand Down

0 comments on commit 200138f

Please sign in to comment.