Skip to content

Instantly share code, notes, and snippets.

@bmcorser
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmcorser/4c0b8998c626b50e8acd to your computer and use it in GitHub Desktop.
Save bmcorser/4c0b8998c626b50e8acd to your computer and use it in GitHub Desktop.
pyenv virtualenv 2.7.8 pelicanfly-issues-11
pyenv activate pelicanfly-issues-11
pip install pelican markdown
mkdir site && cd site
pelican-quickstart
# ....
curl https://gist.githubusercontent.com/deepzeafish/0b35baa9989aed7b5295/raw/gistfile1.txt > pelicanconf.py
pip install pelicanfly pelican-gist
mkdir content
vim content/keyboard-review.md
# ...
pelican content --ignore-cache -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment