Greg Rickaby

Results 18 comments of Greg Rickaby

💯 The Gutenberg team has also created a PHP-based script for generating themes which is def worth a look. ```bash php new-empty-theme.php ``` https://github.com/WordPress/theme-experiments/blob/master/new-empty-theme.php

@donmhico I'll look into the deployment regression. Might be a good time to switch from Buddy to Github Actions.

@donmhico I just re-ran Buddy. Can you verify? Thanks.

I had 5 minutes yesterday to get this file started, but agree with you 100%. Just need more time :)

Another option would be Disqus! They have an official [NPM package](https://www.npmjs.com/package/disqus-react). Some good info here: https://mk.gg/posts/add-disqus-comments-to-gatsby-blog/

@elpuas I had to update all the dependencies in `package.json` before I could get it to work, but I really love where this is heading!

Please, take it @mkamranhamid 😸

I thought I had this querying the data correctly, but when `gatsby-plugin-feed` tries to loop through the Posts, I get this error when running `gatsby build`: ``` ERROR #11321 PLUGIN...

Now that #10 has been merged in, this will be the next big undertaking. The HTML markup will be loosely based on Authomattic's _s structure, and must be: - [...

@koraysels Thank you for reporting the issue. @ravewebdev I'm unable to reproduce the issue above on my local. I _am_ able to reproduce on WPE Dev though. https://nextjs-wordpress-starter-develop.vercel.app/contact ![screenshot](https://dl.dropbox.com/s/q5h5f8w97g0wwtj/Screen%20Shot%202021-09-21%20at%209.40.00%20AM.png?dl=0) I...