Skip to content

Commit

Permalink
docs adaptation for strapi-4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluszcz committed Jul 30, 2022
1 parent e200cba commit 738ffac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: jekyll-strapi
title: jekyll-strapi-4
# email: your-email@example.com
description: >- # this means to ignore newlines until "baseurl:"
Jekyll plugin to get the content from Strapi v4.
#baseurl: "/jekyll-strapi" # the subpath of your site, e.g. /blog
url: "https://bluszcz.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: strapijs
github_username: strapi
twitter_username: jekyllrb
github_username: bluszcz

# Build settings
theme: minima
Expand Down
6 changes: 3 additions & 3 deletions docs/docs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Currently new version plugins is being develop only in this repo and it is not a

```
MAIN_PATH=`pwd`
git clone https://github.com/bluszcz/jekyll-strapi.git
git clone https://github.com/bluszcz/jekyll-strapi-4.git
cd jekyll-strapi
gem build
cd $MAIN_PATH
Expand All @@ -91,12 +91,12 @@ This is will a plugin which you will install later

### Jekyll configuration

Add `jekyll-strapi` to the plugins in `_config.yml`:
Add `jekyll-strapi-4` to the plugins in `_config.yml`:

```
plugins:
- jekyll-feed
- jekyll-strapi
- jekyll-strapi-4
```

and following at the end of `_config.yml`:
Expand Down

0 comments on commit 738ffac

Please sign in to comment.