1
Fork 0

Add pelican plugins

This commit is contained in:
Jake Howard 2016-05-17 17:58:04 +01:00
parent f16768bf4d
commit ba91fdbb87
3 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View file

@ -59,4 +59,5 @@ target/
# Pelican stuff # Pelican stuff
output/ output/
theme/static/build theme/static/build/
plugins/

2
build
View file

@ -14,4 +14,6 @@ set -e
pyvenv env pyvenv env
env/bin/pip install -r requirements.txt env/bin/pip install -r requirements.txt
git clone --recursive https://github.com/getpelican/pelican-plugins plugins/
npm install npm install

View file

@ -12,6 +12,7 @@ dependencies:
cache_directories: cache_directories:
- env - env
- node_modules - node_modules
- plugins
test: test:
override: override: