-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added 3 blog posts about WordPress and Gatsby #13292
Added 3 blog posts about WordPress and Gatsby #13292
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks for cross-posting!
docs/blog/2019-04-03-how-to-build-a-blog-with-wordpress-and-gatsby-part-1/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-04-03-how-to-build-a-blog-with-wordpress-and-gatsby-part-1/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-04-03-how-to-build-a-blog-with-wordpress-and-gatsby-part-1/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-04-04-how-to-build-a-blog-with-wordpress-and-gatsby-part-2/index.md
Outdated
Show resolved
Hide resolved
…uild, and clarified version of plugin needed.
@pieh I have made the requested changes by changing the images of code over to actual code with syntax highlighting, adding a video of the WordPress netlify plugin working, and clarifying the version needed of the Menu API plugin. |
docs/blog/2019-04-03-how-to-build-a-blog-with-wordpress-and-gatsby-part-1/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-04-04-how-to-build-a-blog-with-wordpress-and-gatsby-part-2/index.md
Outdated
Show resolved
Hide resolved
|
||
Below is the code I'm using for the template starter. This is just to make sure things are working after you finish setting up your `gatsby-node.js` logic. Once you know the page is being created, you will update the template to display correctly. | ||
|
||
```javascript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```javascript | |
```javascript:title=src/templates/BlogPost.js |
Also would be interesting if we add a directive, e.g. something like
/* title=src/templates/BlogPost.js */
as the first line of a code block. But--outside the scope of this PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DSchau Is that possible currently? I'd be happy to do that since I'm not thrilled about the commented file name look. If not, it would be an awesome addition!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not possible currently! Future work--if you're interested in making this change, it'd be adding some functionality to gatsby-remark-prismjs!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DSchau Sure, I'd be interested in looking into that. I assume that will be a separate issue though. Should I just work on it and create the issue with the PR when I have a solution?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely!
I have made the requested changes (with the exception of the separate issue discussed). Is there anything else I need to do? |
docs/blog/2019-04-03-how-to-build-a-blog-with-wordpress-and-gatsby-part-1/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-04-04-how-to-build-a-blog-with-wordpress-and-gatsby-part-2/index.md
Outdated
Show resolved
Hide resolved
docs/blog/2019-04-04-how-to-build-a-blog-with-wordpress-and-gatsby-part-2/index.md
Outdated
Show resolved
Hide resolved
…tsby-part-2/index.md Co-Authored-By: iamtimsmith <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These posts are so great. Thanks for contributing, @iamtimsmith! 🙌
@marcysutton Thanks! I'm a big supporter of Gatsby and was excited to meet the team at DrupalCon Seattle. |
@iamtimsmith nice, that was a good time! BTW I've asked the Gatsby team about adjusting the dates of your posts, as I do think we should update them. When I hear more about a publishing schedule I can go ahead and make the changes! |
@marcysutton Awesome. Thanks! |
I've updated the dates for all three posts to go out on different days:
As soon as the checks are complete I will merge it! |
Holy buckets, @iamtimsmith — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
Description
Added series of blog posts about using WordPress to build a blog with Gatsby per our conversation on twitter. Originally found at https://www.iamtimsmith.com/blog/