We have moved the Repository to https://github.com/jammeryhq
- This starter was initial created by Joseph Dyer.
https://gridsome-starter-skeleventy.now.sh/
- Gridsome
- Tailwindcss
- SCSS
- Markdown
- Tags
- Blog
With Gridsome offering a plugin-rich ecosystem, there are a few key plugins that make this project possible.
- Gridsome Source Filesystem Transform files into content that can be fetched with GraphQL in your components.
npm install --global @gridsome/cli
gridsome create my-blog https://github.com/noxify/gridsome-starter-skeleventy
to install gridsome with this startercd my-blog
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌