Tagged in

GitHub

How to migrate GitHub issues to Jira

A tutorial shows you how to write a script to migrate GitHub issues to Jira.

How to setup Github Blog via Pelican

There are many ways to setup a Github blog, but since I love Python I think it makes sense to use Pelican, which is a Static Site Generator, Powered by Python.

Set up environment

  1. Create a blog directory for all blog content and styles: mkdir <blogname>
  2. Go into the blog …