<div dir="ltr">Hi Martin,<div><br></div><div>When building the site locally, i used to declare " " as baseURL, and then run ghe hugo server command to build and publish on localhost:1313</div><div>Then i also realized that the final web URL had to be hardcoded to make it work on the web server.</div><div><br></div><div>However, there are these relURL (<a href="https://gohugo.io/functions/relurl/">https://gohugo.io/functions/relurl/</a>) and absURL (<a href="https://gohugo.io/functions/relurl/">https://gohugo.io/functions/absurl/</a>) that i noticed afterwards, that may help to solve this issue.</div><div><br></div><div>Talk soon,</div><div><br></div><div>Nick</div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 29 août 2019 à 17:24, Martin Landa <<a href="mailto:landa.martin@gmail.com">landa.martin@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
čt 29. 8. 2019 v 17:11 odesílatel Martin Landa <<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>> napsal:<br>
> baseURL is hardcoded to your target [1]. Is there any option to use<br>
> related URL (pointing to a current directory). Let's open web-site eg.<br>
> from /opt/src/grass-website/public.<br>
><br>
> In this case baseURL should point to file:///opt/src/grass-website/public.<br>
<br>
I just wonder whether it's even possible to use relative URLs without<br>
local web server. My attempt [1] seems to work for main page, but all<br>
other pages are broken.<br>
<br>
Ma<br>
<br>
[1] <a href="https://github.com/landam/grass-website/commit/045ad12e210295d7321e84452f6caa7bcb34e932" rel="noreferrer" target="_blank">https://github.com/landam/grass-website/commit/045ad12e210295d7321e84452f6caa7bcb34e932</a><br>
<br>
-- <br>
Martin Landa<br>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" rel="noreferrer" target="_blank">http://geo.fsv.cvut.cz/gwiki/Landa</a><br>
<a href="http://gismentors.cz/mentors/landa" rel="noreferrer" target="_blank">http://gismentors.cz/mentors/landa</a><br>
</blockquote></div>