Created
January 19, 2016 00:25
-
-
Save chrisciampoli/9cb02e1c51690a7acdc5 to your computer and use it in GitHub Desktop.
Pelican Setup
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
1) unzip package to project folder | |
2) virtualenv . | |
3) source bin/activate | |
4) pip install pelican markdown | |
5) cd src | |
6) git clone https://github.com/getpelican/pelican-plugins.git | |
7) Add PLUGIN_PATHS = ['pelican-plugins'] and PLUGINS = ['assets'] to pelicanconf.py | |
8) cd .. | |
9) cd theme | |
10) ./setup.sh | |
11) cd .. | |
12) cd src | |
13) pelican-themes --install ../theme | |
14) cd .. | |
15) cd src | |
16) add THEME = 'theme' to pelicanconf.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment