mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 00:12:41 +00:00
Fixing stuff
This commit is contained in:
parent
f258f0becb
commit
ab4826a57a
@ -33,7 +33,8 @@
|
||||
exclude: ^templates/(index|tipue_search)\.html$
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: make-eslint
|
||||
- id: eslint
|
||||
name: eslint
|
||||
language: system
|
||||
entry: make eslint
|
||||
files: ''
|
||||
|
@ -3,6 +3,7 @@ set -o pipefail -o errexit -o nounset -o xtrace
|
||||
|
||||
cd ..
|
||||
git clone https://github.com/getpelican/pelican-plugins.git
|
||||
cd pelican-plugins
|
||||
git submodule update --init image_process representative_image tag_cloud
|
||||
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user