Skip to content

Commit

Permalink
Let's use the plugin manager instead of submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kplaube committed Dec 7, 2016
1 parent a2d9f99 commit 5576c43
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Gemfile.lock
blog/cache
output
sandbox
vendor
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.4
blog
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
STATIC_PATHS = ['images']
THEME = 'yapeme'

PLUGIN_PATHS = ['plugins', ]
PLUGIN_PATHS = ['plugins', 'vendor', ]
PLUGINS = [
'assets',
'extended_meta',
Expand Down
1 change: 0 additions & 1 deletion plugins/assets

This file was deleted.

1 change: 0 additions & 1 deletion plugins/extended_meta

This file was deleted.

1 change: 0 additions & 1 deletion plugins/i18n_subsites

This file was deleted.

1 change: 0 additions & 1 deletion plugins/liquid_tags

This file was deleted.

0 comments on commit 5576c43

Please sign in to comment.