Pelican has built-in support for GitHub Pages. However, I noticed that
the ghp-import
command might screw up the commit log if your GitHub
Pages and your Pelican source code share the same branch name.
According to the document of GitHub Pages, the user pages should be
committed to master
branch …