Credits
- This starter was initial created by Joseph Dyer.
Demo
https://gridsome-starter-skeleventy.now.sh/
Features
- Gridsome
- Tailwindcss
- SCSS
- Markdown
- Tags
- Blog
Plugins
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.
Install
1. Install Gridsome CLI tool if you don't have
npm install --global @gridsome/cli
2. Create a Gridsome project
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 🎉🙌