Skip to content

Instantly share code, notes, and snippets.

@chrisciampoli
Created January 19, 2016 00:25
Show Gist options
  • Save chrisciampoli/9cb02e1c51690a7acdc5 to your computer and use it in GitHub Desktop.
Save chrisciampoli/9cb02e1c51690a7acdc5 to your computer and use it in GitHub Desktop.
Pelican Setup
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