-
I have a blog built on Pelican that I haven't been actively maintaining since 2017. I recently had a reason to update it again, so I started by installing the latest Pelican version. After regenerating my site, I noticed that all of the output is being duplicated: each article gets written once into my
I don't want the second one, as I don't like how it clutters up the output directory. Is this standard Pelican behavior now, or is it a bug? If the former, is there a way to disable it? In case it helps, my complete |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I don't see anything in your settings file that would cause that. I suggest running |
Beta Was this translation helpful? Give feedback.
-
Are you sure you're not looking at the output of multiple pelican runs with different configurations? I'd suggest clearing your |
Beta Was this translation helpful? Give feedback.
Are you sure you're not looking at the output of multiple pelican runs with different configurations? I'd suggest clearing your
output
folder and checking again: either manually or via runningpelican
with--delete-output-directory
option.