Guide to set up Github Pages by Pelican

This Github Page is built for display further projects. I use Pelican to simplify the process of creating html files. The following codes is referred to the tutorial on Github Pages and Pelican Doc.

pip install pelican
git clone https://github.com/zhenhuixu/zhenhuixu.github.io.git
pelican-quickstart
pelican ./content -s pelicanconf.py
pelican --listen
git add .
git commit -m "This is the first homework"
git push -u origin master

links

social