This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bval-site.git
commit a3043ba3721106aec3473179508bf86bce311811 Author: Dave Fisher <[email protected]> AuthorDate: Tue Jun 1 11:25:38 2021 -0700 fix configuration --- pelicanconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 0b5a135..1754726 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -97,9 +97,10 @@ THEME = './theme/apache' # other plugins are discoverable and can be installed via pip by mentioning them in requirements.txt # You can find plugins here: https://github.com/pelican-plugins # Plugins that are custom for this site are found in PLUGIN_PATHS. -# PLUGIN_PATHS = ['./theme/plugins'] +PLUGIN_PATHS = ['./theme/plugins'] # PLUGINS = ['asfgenid', 'asfdata', 'pelican-gfm', 'asfreader'] # We are using the default plugin - 'pelican-gfm' which is installed by the build +PLUGINS = ['pelican-gfm'] # Lifecycle and plugins: # (1) Initialization:
