Last active
August 29, 2015 14:20
-
-
Save bmcorser/4c0b8998c626b50e8acd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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