Jekyll Tag Generator for Github Pages

Long Qian has a great blog post about how to put tags on Github pages. While following the steps suggested by him, I saw, that the tag_generator script was written in python. Since I did not have a python compiler installed on my windows machine, I thought it should be easy to convert to a Powershell script.

The advantage is that Windows PowerShell comes installed by default in every Windows, starting with Windows 7 SP1 and Windows Server 2008 R2 SP1 (According to the Microsoft documentation).

In order to use it, follow the steps described in Long Qian’s post and in step 5.3 use this tag generator instead.

Comments