forked from varia/varia.website
re-connected the events-ics plugin as a submodule
This commit is contained in:
parent
95d0a8fd08
commit
7276d5b7eb
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "plugins"]
|
[submodule "plugins"]
|
||||||
path = plugins
|
path = plugins
|
||||||
url = https://github.com/getpelican/pelican-plugins.git
|
url = https://github.com/getpelican/pelican-plugins.git
|
||||||
[submodule "custom-plugins/events-ics"]
|
[submodule "plugins-custom/events-ics"]
|
||||||
path = custom-plugins/events-ics
|
path = plugins-custom/events-ics
|
||||||
url = https://git.vvvvvvaria.org/rra/events-ics.git
|
url = https://git.vvvvvvaria.org/rra/events-ics.git
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 829142893c6f73ed25ec294baa00b493f55fe31b
|
|
@ -29,7 +29,7 @@ AUTHOR_FEED_RSS = None
|
|||||||
DEFAULT_PAGINATION = 25
|
DEFAULT_PAGINATION = 25
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
PLUGIN_PATHS = ['./plugins','./plugins-custom']
|
PLUGIN_PATHS = ['./plugins', './plugins-custom']
|
||||||
PLUGINS = ['extract_toc', 'i18n_subsites', 'summary', 'events-ics']
|
PLUGINS = ['extract_toc', 'i18n_subsites', 'summary', 'events-ics']
|
||||||
MD_EXTENSIONS = ['codehilite','extra','toc']
|
MD_EXTENSIONS = ['codehilite','extra','toc']
|
||||||
|
|
||||||
|
1
plugins-custom/events-ics
Submodule
1
plugins-custom/events-ics
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 539841521a88d012cc49dc165aa3f5b5efbf8b65
|
Loading…
Reference in New Issue
Block a user