Skip to content

Instantly share code, notes, and snippets.

@nipunbatra
Last active August 29, 2015 14:14
Show Gist options
  • Save nipunbatra/446d673ba69f529ae045 to your computer and use it in GitHub Desktop.
Save nipunbatra/446d673ba69f529ae045 to your computer and use it in GitHub Desktop.
  • Install pelican

pip install pelican

  • Install markdown

pip install markdown

  • Clone main repo

git clone https://github.com/nipunbatra/nipunbatra.github.io

  • Clone pelican plugins

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

  • Clone pelican-themes

git clone https://github.com/getpelican/pelican-themes

  • Clone pelican-gist (inside pelican-plugins)

git clone https://github.com/streeter/pelican-gist

  • Copy gist (from Dropbox/Public)

cp -r gist/ ~/git/pelican-plugins/

  • make html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment