amitmerchant1990 / reverie

:art: A ridiculously elegant Jekyll theme.
https://reverie.pages.dev
MIT License
779 stars 683 forks source link

jekyll-scholar #16

Closed evinpinar closed 4 years ago

evinpinar commented 4 years ago

Currently, I am trying to add some references/bibliography to my blog post through jekyll-scholar. It is working fine on local, but github cannot recognize the citations(the plugin is not recognized). How can I solve this problem?

Specifically, github returns this error:

The tag cite on line 1 in _posts/.....md is not a recognized Liquid tag.

Where cite is used as shown here.

amitmerchant1990 commented 4 years ago

jekyll-scholar is not supported by GitHub Pages natively. If you want to use the same on your site, you should think about migrating it to Netlify or something like that.