Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gridsome starter kit pre-configured with Forestry CMS for building blogs and portfolios, deployed on Netlify.
Gridsome Forestry Starter is a boilerplate project that couples the Gridsome static site generator with Forestry as a git-backed CMS, giving developers a pre-configured blog or portfolio that editors can update from a web interface.
Gridsome Forestry Starter is a starter kit by Nichlas W. Andersen that combines Gridsome, a Vue-based static site generator, with Forestry, a content management system that stores content in Git. It takes an empty Gridsome project and adds the Forestry configuration, so you can manage blog posts or portfolio items through Forestry's dashboard while the site is built and deployed as static HTML on Netlify. The repository includes the full project structure, dependency files, and Netlify build settings.
npm run develop after installing the Gridsome CLI globally.gridsome build and publish directory dist; deploys trigger on git push or when saving documents in Forestry.npm install --global @gridsome/cli.npm install to fetch dependencies and npm run develop to start the local development server.gridsome build, and the publish directory to dist. Saving documents in Forestry or pushing to Git automatically rebuilds the site.