DigitalMindCH / twister-jekyll-theme

a free multimedia jekyll theme
http://digitalmind.ch/themes/twister-jekyll-theme/demo/
MIT License
62 stars 64 forks source link

jekyll plugins #1

Open boyriot opened 9 years ago

boyriot commented 9 years ago

hi, is it possible to change plugins with liquid tags? because github doesn't support jekyll plugins so, it doesn't generate categories and tags.

mynimi commented 9 years ago

You can use plugins if you use the approach described in the documentation, which is generating the site locally and pushing it with grunt here's the link to the deployment section of the docs.

You can of course create category and tag pages manually for each tag, but that can be quite time-consuming and thus I would not really recommend that. I've been doing it with this deployment method for a while and have not had issues with it. It requires one extra step, but I am willing to take that if it means that I can take advantage not only of plugins, but also use the jekyll version I want.