commit
2a88acc858
13
README.md
13
README.md
@ -10,8 +10,15 @@ Jekyll plugin to automatically index your content into Algolia.
|
|||||||
|
|
||||||
## ⚠ Unreleased beta version
|
## ⚠ Unreleased beta version
|
||||||
|
|
||||||
This plugin is not **yet** released on Rubygems. If you want to try it, you
|
This plugin is not **yet** released on Rubygems. If you want to try it either point to the develop branch of this repo:
|
||||||
should clone the repository and then update your `Gemfile` to point to the path
|
|
||||||
|
```yml
|
||||||
|
group :jekyll_plugins do
|
||||||
|
gem "jekyll-algolia", git: "https://github.com/algolia/jekyll-algolia", branch: "develop"
|
||||||
|
end
|
||||||
|
```
|
||||||
|
|
||||||
|
or clone the repository and then update your `Gemfile` to point to the path
|
||||||
on disk like this:
|
on disk like this:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
@ -25,7 +32,7 @@ Feedback very welcome!
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ jekyll algolia
|
$ bundle exec jekyll algolia
|
||||||
```
|
```
|
||||||
|
|
||||||
This will push the content of your Jekyll website to your Algolia index.
|
This will push the content of your Jekyll website to your Algolia index.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user