Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working, Liquid syntax error #12

Open
breuerfelix opened this issue Jun 21, 2018 · 1 comment
Open

not working, Liquid syntax error #12

breuerfelix opened this issue Jun 21, 2018 · 1 comment

Comments

@breuerfelix
Copy link

breuerfelix commented Jun 21, 2018

this plugin is freaking amazing cause I can update my page automatically when I update my project readme. saving a lot of time to not update things in 2 different places.

anyways I get an error:
Liquid Exception: Liquid syntax error (line 1): Unknown tag 'github_sample' in projects/king-bot/index.md

I installed the gem, and added it to the plugins (btw. change that in your documentation please :) )

tried to bundle exec Jekyll serve but no luck at all

implemented like:
{% github_sample scriptworld-git/king-bot/blob/master/README.md 5 %}

also tried:
{%- github_sample scriptworld-git/king-bot/blob/master/README.md 5 -%}

and even full path:
{% github_sample https://github.com/scriptworld-git/king-bot/blob/master/README.md 5 %}

@hpmartini
Copy link

I had the same problem with Jekyll 4.0.0

It worked after I put jekyll_github_sample under the plugins section

plugins:
  - jekyll_github_sample

@bwillis would be great if you'd update your readme.

Thanks for the plugin anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants