You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is by design. It is hard to provide a service when "anything is possible". Thus, we provide a limited set of parameters that work for 95% of all users.
This will likely become redundant if the builds are moved to GHA, because part of the change as currently envisaged is to replace pelicanconf.yaml with an equivalent pelicanconf.py. This file will then be under the control of the site owner.
The pelican.auto.py file is generated from the template bin/pelican.auto.ezt with variables from pelicanconf.yaml.
This is somewhat inflexible - it is not currently possible for sites to add extra settings to the file, nor to change any fixed defaults.
It would be useful to be able to override/extend settings using the peliconconf.yaml file.
The text was updated successfully, but these errors were encountered: