Instant Live Preview
View content edits on the static build as you type with Craft's live preview feature. No waiting for build times. No reloading and going back to the top of the page.
Preview links can also be shared with others for reviewing.
This all happens on the static build. Which saves the cost and work of having to manage another dynamic server.
Stitch your Craft content in Gridsome
The Craft CMS GraphQL Schema is stitched into Gridsome's GraphQL layer. Crafts data can then be used in templates via page-query
and static-query
and viewed in Gridsome's GraphQL explorer.
Templates and Routing
NOGN takes care of hooking up the templates
and routing
for the Craft entries. Once installed, you can focus on building your site.
Pagination
NOGN offers a custom component for paginating the Craft data in Gridsome. It follows as closely to the default Gridsome Pager component as possible.