Christopher Geary

Results 13 comments of Christopher Geary

Having the ability to pick & choose the choice of database layer / ORM is what makes tools like Next so much more powerful than they would have been if...

How would you envisage this working when you save a post/page in WordPress? As this plugin will trigger deployments when content is changed, I'm not sure how we would determine...

@satoshionoda I don't mind at all. The only reason I made this GPL, is because of WordPress. Otherwise I would have made it MIT. It's unfortunately low on my priority...

It's not currently possible, however I have just created a PR that adds support for this. https://github.com/crgeary/wp-jamstack-deployments/pull/43 Would you mind trying it out and let me know what you think?...

Thanks :) I'm not sure about roles, I don't think that's the responsibility of this plugin to determine who can and cannot start deployments. What I could perhaps do is...

This can also be solved with: ``` {{ if .Site.Params.cacheBustCSS }} {{ else }} {{ end }} ``` Similar issue with the `og:image` which could be: ``` ``` And with...

Actually, this might be my mistake. Just tested the latest version in isolation and it works as expected. This might be an issue from an old version, or an issue...

Actually, I think you're right. I just tried this again on my codebase and I still have the original issue. My current solution is to re-create the variable in SASS...

I made a helper function for colors as well, which I think solves the issue of needing to use the correct quote types. Although I haven't tested that as I...

It has come up before, but this was way back before Hugo released "Pipes", and we decided to wait for that to release. Consequently it was forgotten about. I'll add...