You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 allimplemented 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 %}
The text was updated successfully, but these errors were encountered: