This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans-site.git
The following commit(s) were added to refs/heads/main by this push: new c4dafc2 also exclude asfdata.yaml from python c4dafc2 is described below commit c4dafc2c493b16aa87d7a7652ffa4f2aee30f8d5 Author: Mark Struberg <strub...@apache.org> AuthorDate: Sun Jan 12 21:15:47 2025 +0100 also exclude asfdata.yaml from python --- .gitignore | 1 + pelicanconf.py | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..797b705 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.iml \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index 6e3e3c0..d64e83b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -107,13 +107,13 @@ PLUGINS = ['asfgenid', 'asfdata', 'pelican-gfm', 'asfreader'] # sitemap - produces a sitemap.xml # Configure the asfdata plugin -ASF_DATA = { - 'data': ASF_DATA_YAML, - 'metadata': { - 'site_url': SITEURL - }, - 'debug': True -} +#ASF_DATA = { +# 'data': ASF_DATA_YAML, +# 'metadata': { +# 'site_url': SITEURL +# }, +# 'debug': True +#} # Configure the asfgenid plugin ASF_GENID = {