/blogs

blogs writing by markdown

Primary LanguageCSS

blogs

Blogs writing by markdown, generate by Pelican, serve by gh-pages by using ghp-import.

Install

sudo pip install -r requirements.txt

Usage

Make sure we are working in master branch before post any blogs. gh-pages branch is generated by ghp-import and any edit on it will lost.

  1. Post new blogs in content directory
  2. Commit blogs to github by using git add, git commit and git push
  3. Publish blogs by using make github