forked from varia/varia.website
readding submodules?
This commit is contained in:
parent
41e01701ff
commit
254961717d
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -0,0 +1,6 @@
|
|||||||
|
[submodule "plugins-custom"]
|
||||||
|
path = plugins-custom
|
||||||
|
url = https://git.vvvvvvaria.org/varia/plugins-custom
|
||||||
|
[submodule "pelican-plugins"]
|
||||||
|
path = pelican-plugins
|
||||||
|
url = https://github.com/getpelican/pelican-plugins
|
@ -12,8 +12,8 @@ The folder 'plugins' is linked to the Pelican project '[pelican-plugins](https:/
|
|||||||
|
|
||||||
We are currently using two submodules:
|
We are currently using two submodules:
|
||||||
|
|
||||||
* plugins ([https://github.com/getpelican/pelican-plugins](https://github.com/getpelican/pelican-plugins))
|
* pelican-plugins ([https://github.com/getpelican/pelican-plugins](https://github.com/getpelican/pelican-plugins))
|
||||||
* plugins-custom ([https://git.vvvvvvaria.org/rra/plugins-custom](https://git.vvvvvvaria.org/rra/plugins-custom))
|
* plugins-custom ([https://git.vvvvvvaria.org/varia/plugins-custom](https://git.vvvvvvaria.org/varia/plugins-custom))
|
||||||
|
|
||||||
To update these submodules within your (already) cloned repository, first init the submodule, and then update it:
|
To update these submodules within your (already) cloned repository, first init the submodule, and then update it:
|
||||||
|
|
||||||
|
1
pelican-plugins
Submodule
1
pelican-plugins
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 8de8e847ce78e53b62dfdcd7e0e1923614adead5
|
@ -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 = ['./pelican-plugins', './plugins-custom']
|
||||||
PLUGINS = ['dateish','extract_toc', 'i18n_subsites', 'summary', 'events_ics']
|
PLUGINS = ['dateish','extract_toc', 'i18n_subsites', 'summary', 'events_ics']
|
||||||
MD_EXTENSIONS = ['codehilite','extra','toc']
|
MD_EXTENSIONS = ['codehilite','extra','toc']
|
||||||
|
|
||||||
|
1
plugins-custom
Submodule
1
plugins-custom
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 466d35a876bceae4b8a3429b0121703ba8366067
|
Loading…
Reference in New Issue
Block a user