Home

How to Use Unsupported Jekyll Plugins with GitHub Pages

Jekyll Jekyll 4.2.1 GitHub Pages

A benefit of Jekyll, is it’s seamless support for automated deployment, for free, to GitHub Pages. However, the more time you invest in your Jekyll-powered website, you’re more likely to encounter unsupported plugins when trying to deploy to GitHub: github-pages 223 | Error: Liquid syntax error on line 28: Unknown tag The reason — all GitHub Page sites are generated using the --safe option to...