mrprajesh / blog

Rajesh's Blog
https://mrprajesh.github.io/blog
MIT License
0 stars 0 forks source link

/blog/tag/<tag> #4

Closed mrprajesh closed 4 years ago

mrprajesh commented 4 years ago

shows 404 error

mrprajesh commented 4 years ago

Only on gh-page but works fine locally.

mrprajesh commented 4 years ago

Have raised an issue at https://github.com/ronv/sidey/issues/5

mrprajesh commented 4 years ago

It seems like github pages did not support this feature due not whitelisting some plugins. There are several proposal https://github.com/mmistakes/minimal-mistakes/issues/329 it is also mentioned here

mrprajesh commented 4 years ago

Option 0: Maybe this but seems to have a different tag syntax Option 1: Use Travis CI and run/use required plugins Option 2: Use netlify instead of github pages. like ronv https://sidey-jekyll.netlify.com/ Option 3: Try via py script after publishing gh-pages like here

mrprajesh commented 4 years ago

Anything in Gemlock will be used to load/run local plugins in jekyll whereas anything in yaml file is what used by github pages. Therefore, may be the tag folder is not be generated in the site's www on gh-pages is my guess!

mrprajesh commented 4 years ago

So, if we tell/edit yaml to output tag folder we are done!

mrprajesh commented 4 years ago

~I have tried an ugly work-around~. Fixed!

mrprajesh commented 4 years ago

As we are using manual deployment using rsync, closing it!