Skip to content

Commit

Permalink
Refactors order and names. Also adds part 5 (Blog with Pagination)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikwirth committed Dec 6, 2019
1 parent 1bb97b8 commit 09512c4
Show file tree
Hide file tree
Showing 14 changed files with 577 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ canonical_url:
2. [Basic WordPress & Gatsby Setup](https://dev.to/nevernull/basic-wordpress-gatsby-setup-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-44d8)
3. [Setup Menu Navigation](https://dev.to/nevernull/setup-menu-navigation-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-3bfl)
4. [Deployment](https://dev.to/nevernull/deployment-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-2g2o)
5. How to handle Images and make use of gatsby-image (Coming up: Thursday)
6. PageBuilder with ACF Flexible Content
7. Internationalization - i18n
8. Dynamic Previews
9. ...
5. Blog Posts with Pagination
6. How to handle Images and make use of gatsby-image
7. PageBuilder with ACF Flexible Content
8. Internationalization - i18n
9. Dynamic Previews
10. ...

Depending on time and upcoming discussions, this outline might change. I might add some more parts, if I discover other topics, that could be of interest.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ Find the GitLab code base in this extra branch: [https://github.com/henrikwirth/

## What's Next :arrow_right:

In the next part of the series, we will discover how to fetch images from WordPress in a way, that makes it possible to use the powerful [gatsby-image](https://using-gatsby-image.gatsbyjs.org/) plugin.
In the upcoming part we will introduce a blog page with pagination, which will serve as overview for our blog post previews.

Coming up soon: **Part 5** - How to handle Images and make use of gatsby-image
Coming up soon: **Part 5** - Blog Posts with Pagination
Loading

0 comments on commit 09512c4

Please sign in to comment.