Bjørn Erik Pedersen
Bjørn Erik Pedersen
Yea, OK, I just typed in that example .... and got it wrong. ```handlebars {{ $api := "" }} {{ $url := "https://petstore.swagger.io/v2/swagger.json" }} {{ $opts := dict "key" (dict...
>Can api.json include external references? I assume you mean `petstore.json`. As to your question, I suggest we make it simple. There's a similar issue with JS, but * the use...
Why do you think this problem is related to the file watcher?
What you do experience if you do: ``` hugo server --watch=false ``` Or maybe also: ``` hugo server --poll ```
What does >hugo server --poll Do? > There isn't a building problem since (output croped): There are more differences between `hugo` and `hugo server` than the watching, one major thing...
@cmahnke I have skimmed through this issue again, and I'm not sure what the problem described in here is, so I cannot answer that problem.
I have put this issue back into the Proposal state, as I'm not sure it's worth it, considering the ambiguities. I have a working branch (that I digressed away from...
So, I'm taking this from memory here, so arrest me if I'm wrong. A little simplified, but * With leading slash => host relative URLs. * Without a leading slash...
``` With leading slash => relative to the virtual root of the website (baseURL) Without leading slash => relative to the folder in which the reference is made ``` The...
I tried to "solve" the security thing with the `_merge` config keyword, which should allow you to open up "most things" (there are some caveats). That is: If you say:...