terraform icon indicating copy to clipboard operation
terraform copied to clipboard

Can write plugins?

Open ike opened this issue 10 years ago • 1 comments

Hi there,

I love harp.js, and I use it for all my static sites, including my blog. I recently got into a distributed file system called IPFS, and I am experimenting with distributing my site on their platform as well. This would (unfortunately) require that all the links on my site be relative.

I would like to write a plugin for Terraform (I think this is the appropriate spot?) to automatically convert all internal links to relative. Is this kind of thing supported?

Thanks, Isaac

ike avatar Oct 17 '15 06:10 ike

We need to solve this problem somehow. It comes up from time to time. I was thinking a helper function would be the way to go then you can choose during the compile process if you want relative or absolute urls. Open to ideas here.

sintaxi avatar Jan 04 '16 11:01 sintaxi