Skip to content
New issue

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

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

Already on GitHub? # to your account

Liquid Exceptions when doing a Jekyll build #114

Closed
Yohanna opened this issue Nov 4, 2015 · 2 comments
Closed

Liquid Exceptions when doing a Jekyll build #114

Yohanna opened this issue Nov 4, 2015 · 2 comments

Comments

@Yohanna
Copy link

Yohanna commented Nov 4, 2015

I'm getting the following exceptions when doing a jekyll build

Liquid Exception: Liquid syntax error: Unknown tag 'gist' in /home/yohanna/hyde/_posts/2012-02-07-example-content.md/#excerpt
Liquid Exception: Liquid syntax error: Unknown tag 'gist' in _layouts/post.html

Note that deleting the file 2012-02-07-example-content.md solves the problem. Jekyll can't parse the tag gist in line 55 in that file.

@waldofe
Copy link

waldofe commented Nov 5, 2015

@Yohanna Got it working by setting those gems on _config:

gems:
  - jekyll-paginate
  - redcarpet
  - jekyll-gist
  - pygments.rb

@Yohanna
Copy link
Author

Yohanna commented Nov 5, 2015

I missed the jekyll-gist gem. Thanks @oswaldoferreira

@Yohanna Yohanna closed this as completed Nov 5, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants