Tag | github

  1. GitHub Pages and HTTPS

    GitHub Pages supports HTTPS protocol. It will be good to prefer HTTPS to HTTP. However, I found that if the URLs are not written carefully, the user might be redirected to HTTP URLs.

    For unknown reason, GitHub Pages are redirecting the directories without trailing slash to the HTTP URLs. For …

    More

  2. Pelican and GitHub Pages

    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 …

    More