I am trying to use Zola with the theme ‘Easydocs’ to build a local technical documentation (kind of knowledge management tool).
I want to built my site to be on my computer (C:).
I am facing an issue as Zola requires a base_url parameter that cannot be set to a local folder (only http://…).
Did I miss something and is there a way to build a site locally?
Thanks, for sure it works great.
But I am looking for a solution where I can have a static HTML site. So if I want to share it, it is just a copy/paste or a link to index.html file.