Blogs writing by markdown, generate by Pelican, serve by gh-pages by using ghp-import.
sudo pip install -r requirements.txt
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.
- Post new blogs in
content
directory - Commit blogs to github by using
git add
,git commit
andgit push
- Publish blogs by using
make github