Replies: 1 comment
-
Please allow me to add a working Wordpress integration example here as well. Source code here: Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys!
First of all, thank you to the whole Gatsby Team for such a lovely tool that make our lives and development easier! I'm not a javascript expert, but I would like to show you my YAML setup to quickly outline a flexible site where you can create any section type you can imagine, move sections around pages and change their order by moving them up and down in YAML hierarchy. Plus it is fully integrated with GatsbyImage plugin taking advantage of image optimisation and inline internal links added simply to YAML file. You can use local images reference and remote images. And on top of that, I was able to connect this setup to a custom Wordpress CMS serving these YAML files dynamically.
The working example is here: https://gatsbyymlstartermain.gatsbyjs.io/
And you can find all the source code here: https://github.com/pawelwos/gatsby-yml-starter
I would love to hear from you Guys (the experts), if this is worth developing...
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions