Add pelican plugins
This commit is contained in:
parent
f16768bf4d
commit
ba91fdbb87
3 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -59,4 +59,5 @@ target/
|
|||
|
||||
# Pelican stuff
|
||||
output/
|
||||
theme/static/build
|
||||
theme/static/build/
|
||||
plugins/
|
||||
|
|
2
build
2
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
|
||||
|
|
|
@ -12,6 +12,7 @@ dependencies:
|
|||
cache_directories:
|
||||
- env
|
||||
- node_modules
|
||||
- plugins
|
||||
|
||||
test:
|
||||
override:
|
||||
|
|
Reference in a new issue