feat(maintaining): Add plugins as submodules
This commit is contained in:
parent
43de32edd2
commit
5b2683b3a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
output
|
output
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pid
|
*.pid
|
||||||
plugins
|
|
||||||
cache
|
cache
|
||||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,9 @@
|
|||||||
[submodule "themes/clean-blog"]
|
[submodule "themes/clean-blog"]
|
||||||
path = themes/clean-blog
|
path = themes/clean-blog
|
||||||
url = https://git.epheme.re/fmouhart/pelican-clean-blog.git
|
url = https://git.epheme.re/fmouhart/pelican-clean-blog.git
|
||||||
|
[submodule "plugins/autopages"]
|
||||||
|
path = plugins/autopages
|
||||||
|
url = https://git.epheme.re/fmouhart/pelican-autopages.git
|
||||||
|
[submodule "plugins/i18n_subsites"]
|
||||||
|
path = plugins/i18n_subsites
|
||||||
|
url = https://git.epheme.re/fmouhart/pelican-i18n_subsites.git
|
||||||
|
1
plugins/autopages
Submodule
1
plugins/autopages
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 7ebe350704d0c5b7bcd5b7d71770de2da1c0c2e3
|
1
plugins/i18n_subsites
Submodule
1
plugins/i18n_subsites
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5903058c9793f85b484da55960194661171fad76
|
Loading…
x
Reference in New Issue
Block a user