It has been a long time since i wrote blogs. I think it is time to write some thoughts down and practice my English.
It's very easy to blog on Github with pelican.
- create a repository on github like this: cainiaocome.github.io, replace cainiaocome with your username
- pip install pelican[Markdown] on your computer
- git clone your repository
- get into that directory
- execute command "pelican-quickstart"
Now you can write your first article now. Create a file named test.md inside directory "content" and put these lines in it
Title: My First Review
Date: 2010-12-03 10:20
Category: Review
Following is a review of my favorite mechanical keyboard.
now go to the repo root directory and execute: make html && make github.
That's it. Your blog is now on. check https://yourusername.github.io/ now.