Build Static Blog With Pelican
Setup environment and install software: $ mkdir pelican_blog $ cd pelican_blog $ mkvirtualenv pelican_blog $ pip install pelican markdown beautifulsoup4 Pelican quickstart: $ pelican-quickstart You will see blow: Welcome to pelican-quickstart v3.5.0. This script will help you create a new Pelican-based website. Please answer the following questions so this script can generate the files needed by Pelican. > Where do you want to create your new web site? [.] > What will be the title of this web site?...