We have moved the Repository to https://github.com/jammeryhq
Grisome starter based on Ghost Casper V2 and tailwindcss.
https://gridsome-starter-casper-v2.now.sh/
- Gridsome
- Tailwindcss with some custom configuration
- tailwindcss tables plugin
- v-tooltip
- SCSS
- Markdown
- Tags
- Categories
- Author Pages
- Blog
- About Page
- Pagination
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.
- gridsome-source-static-meta source plugin that converts values in JSON and/or YAML files into keys on the global GraphQL metaData query.
- gridsome-remark-classes Gridsome Remark plugin to add css classes to any element
- gridsome-remark-table-align Gridsome Remark plugin move the
table
align defintion to thetableCell
definition.
npm install --global @gridsome/cli
gridsome create my-blog https://github.com/noxify/gridsome-starter-casper-v2
to install gridsome with this startercd my-blog
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌