Browse Source

readding submodules?

master
rra 6 years ago
parent
commit
254961717d
  1. 6
      .gitmodules
  2. 4
      README.md
  3. 1
      pelican-plugins
  4. 2
      pelicanconf.py
  5. 1
      plugins-custom

6
.gitmodules

@ -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

4
README.md

@ -12,8 +12,8 @@ The folder 'plugins' is linked to the Pelican project '[pelican-plugins](https:/
We are currently using two submodules:
* 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))
* pelican-plugins ([https://github.com/getpelican/pelican-plugins](https://github.com/getpelican/pelican-plugins))
* 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:

1
pelican-plugins

@ -0,0 +1 @@
Subproject commit 8de8e847ce78e53b62dfdcd7e0e1923614adead5

2
pelicanconf.py

@ -29,7 +29,7 @@ AUTHOR_FEED_RSS = None
DEFAULT_PAGINATION = 25
# 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']
MD_EXTENSIONS = ['codehilite','extra','toc']

1
plugins-custom

@ -0,0 +1 @@
Subproject commit 466d35a876bceae4b8a3429b0121703ba8366067
Loading…
Cancel
Save