Louis Liu

Results 4 comments of Louis Liu

As @inukshuk mentioned, here is [the list of plugins](https://pages.github.com/versions/) that Github Pages site supports. "GitHub Pages cannot build sites using unsupported plugins. If you want to use unsupported plugins, generate...

Here is a very simple solution: [allejo/jekyll-toc](https://github.com/allejo/jekyll-toc) Another solution is through generating the site's static files and pushing them to Github: [Use jekyll-toc plugin on Github Pages](https://dqdongg.com/blog/github/2018/12/29/Blog-Jekyll-toc-plugin.html) posted by [David...

I experienced the same issue on Windows and resolved it by installing the latest [Microsoft Visual C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/). Make sure to select "Desktop Development with C++" under workload and...