[solved] LiteIDE environment: set an execution path?

Hello,

In order to start debugging, I have installed LiteIDE (which sounds great!). Building Hugo is OK (especially tick the Lock Build tick box), but when executing it tells that Hugo is “Unable to locate Config file. Perhaps you need to create a new site.”

Of course, it starts Hugo from the root dev path. I have a test site that I use for testing.

If someone here uses LiteIDE, could he or she tell me how to configure LiteIDE to set a root path?

Thanks by advance.

It appears @mohae had solved this problem but the method is not explained!

Use hugo -s /my-site, or even better – write integration tests.

1 Like

Thanks @bep. This has solved my problem.