Within setup-guide.md, I’d like to be able to get the absolute URL of some of the supporting files so I can provide sample download code like this:
```sh
wget {{< ref "app.conf" >}} -O app.conf
```
But ref isn’t suitable for this task because app.conf isn’t a page. I imagine the answer is simple but I haven’t been able to find a way to do this yet. How do I get the absolute URL of a page resource?
Error: Error building site: ".../content/post/setup-guilde.md:49:6":
failed to render shortcode "resource-ref": failed to process shortcode:
".../layouts/shortcodes/resource-ref.html:1:21": execute of template failed:
template: shortcodes/resource-ref.html:1:21: executing
"shortcodes/resource-ref.html" at <.Page.Resources.Get>: can't evaluate
field Get in type resource.Resources