Colby Fayock

Results 93 issues of 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.

documentation
help wanted
good first issue
Hacktoberfest

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...

documentation
help wanted
good first issue
Hacktoberfest

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...

enhancement
help wanted
Hacktoberfest

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...

question

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...

enhancement
help wanted
Hacktoberfest

We should set up tests for the different functions that the site depend on This includes things located in the various lib files Jest?

enhancement
help wanted
Hacktoberfest

Can we provide generated social preview images for posts without requiring an additional service?

enhancement

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...

help wanted
question
Hacktoberfest

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 *...

enhancement

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...

question