kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
922 stars 203 forks source link

Are GitHub Pages not supported? #180

Closed gilgongo closed 3 years ago

gilgongo commented 3 years ago

Hi - I'm getting "The tag tf is not a recognized Liquid tag" when I try to deploy to GitHub Pages using 1.7.0.

Is this a known issue?

shushugah commented 3 years ago

Yup, Github Pages runs jekyll in safe mode, which excludes 3rd party jekyll plugins including this one. You could either run the jekyll code locally/in a CI, and upload the raw html to githubpages, or uses a separate service like gitlab or netlify to run jekyll with 3rd party plugins. See this for some more context https://github.com/jekyll/jekyll/issues/5265