From ba91fdbb8701affb10874e7ee9baf29a596c8747 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 17 May 2016 17:58:04 +0100 Subject: [PATCH] Add pelican plugins --- .gitignore | 3 ++- build | 2 ++ circle.yml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15de315..ea49359 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,5 @@ target/ # Pelican stuff output/ -theme/static/build +theme/static/build/ +plugins/ diff --git a/build b/build index ffbf404..8c824c0 100755 --- a/build +++ b/build @@ -14,4 +14,6 @@ set -e pyvenv env env/bin/pip install -r requirements.txt +git clone --recursive https://github.com/getpelican/pelican-plugins plugins/ + npm install diff --git a/circle.yml b/circle.yml index a08b1d1..a2b85e3 100644 --- a/circle.yml +++ b/circle.yml @@ -12,6 +12,7 @@ dependencies: cache_directories: - env - node_modules + - plugins test: override: