Doriane
Doriane
yes of course, here it is ```python CRITICAL: 'STATIC_LANG_SAVE_AS' Traceback (most recent call last): File "/home/dorian/.local/bin/pelican", line 8, in sys.exit(main()) File "/home/dorian/.local/lib/python3.8/site-packages/pelican/__init__.py", line 527, in main pelican.run() File "/home/dorian/.local/lib/python3.8/site-packages/pelican/__init__.py", line...
i was finally able to bypass it by creating a custom `transid` metadata extracted from `PATH_METADATA` ```python # first folder is lang metadata, others are category, category + filename forms...
yes exactly! however urlencoding the original images src doesn't work because image_process rewrite it anyways, so this step has to be done in the plugin itself as far as i...