Colby Fayock
Colby Fayock
Each project should have at least one example that serves as inspiration for what we can build. Ideally the project is a working, publicly visible example.
Not all tutorials help every single person, ideally there's a mix of tutorials that can help people with different parts of the project. We should link great examples of tutorials...
Currently our webpack compilers run on every page load which slows down performance a bit during development. This doesn't impact production as it's statically compiled. These plugins work by running...
There are a few core things needed to make this work with WordPress, maybe we can figure out a way to make a WordPress theme to easily get that done...
I'm happy with the "desktop" experience for larger devices, but I didn't put a ton of thought into how mobile should look. We should figure out a good way to...
We should set up tests for the different functions that the site depend on This includes things located in the various lib files Jest?
Can we provide generated social preview images for posts without requiring an additional service?
Right now we're pulling the package.json to get the homepage, instead, try to get the wordpress site URL. Some WP hosts seems like they lock the site URL, particularly AWS...
We should take advantage of libraries that allow us to provide syntax highlighting to code blocks. This may depend on moving to using Blocks for content https://github.com/colbyfayock/next-wordpress-starter/issues/4 ## Questions *...
Currently we don't respect configured permalinks. I also noticed that if you don't set the parmalink to someting like Day and Name the pages don't actually work. Can we support...