Pelican Setup

Posted on Aug 24, 2017

Install Pelican:

1sudo -H pip install pelican Markdown typogrify

Install Pelican themes

1git clone --recursive https://github.com/getpelican/pelican-themes
2sudo /usr/local/bin/pelican-themes --install pelican-themes/Flex
3sudo chmod 755 /usr/local/lib/python2.7/dist-packages/pelican/themes/Flex

Install Pelican plugins

1git clone --recursive https://github.com/getpelican/pelican-plugins

Fetch blog sources

1git clone git@github.com:j4nu5/j4nu5.github.io.git
2cd j4nu5.github.io.git
3git fetch
4git checkout source

Setup for development

1mkdir cache output

Verify plugins root

1grep PLUGIN_PATHS pelicanconf.py

Install Github pages

1sudo -H pip install ghp-import

Check out the scripts and the Makefile

comments powered by Disqus