Whelp, my dev. server shut itself down this morning and for some weird reason, the previous commands listed were all about deployment and before I knew it I was running hugo --help
Low and behold, there’s a baseURL argument! I ran preview --baseURL https://hugo-explore-kalikakay.c9users.io/
and it looks like the baseURL is set now so that I can use it!
There’s no need to override the thing.
I feel like such a dunce!
I need to add what it looks like in development vs. production.
Code: TheThing.md
<p> window.location = "{{< ref "hereis.md" >}}"; </p>
<p> window.location = "{{< relref "hereis.md" >}}"; </p>
[The Link]({{< ref "hereis.md" >}})
Where does the link take me?
Development:
Production:
I’d toy around with it more, but it looks like I got the hang of it already.