Hi all,
I have a Hugo website for myself which works perfectly fine.
I have been wondering if it is possible to run a python script on the public directory to conditionally inject some script and modify the HTML.
On local, I run the python script after the Hugo build and get the results.
Questions:
- How would I run this python script after Hugo build?