gridsome-starter-liebling
gridsome-starter-liebling copied to clipboard
Grisome starter based on Ghost Liebling and tailwindcss.
trafficstars
We have moved the Repository to https://github.com/jammeryhq
- https://github.com/jammeryhq/gridsome-starter-liebling
Gridsome Liebling Starter
Grisome starter based on Ghost Liebling and tailwindcss.
Demo
https://gridsome-starter-liebling.now.sh
Features
- Gridsome
- Tailwindcss
- Light and Dark Mode with auto detect
- v-tooltip
- Mega Menu support
- SCSS
- Markdown
- Tags
- Categories
- Author Pages
- Blog
- About Page
- Pagination
- Medium Zoom
- Updated Image Processing to return the
figureelement with caption - Full Text Search powered by gridsome-plugin-flexsearch
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.
- gridsome-source-static-meta source plugin that converts values in JSON and/or YAML files into keys on the global GraphQL metaData query.
- gridsome-plugin-flexsearch Add lightning fast search to Gridsome with FlexSearch
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-lieblingto install gridsome with this startercd my-blogto open the foldergridsome developto start a local dev server athttp://localhost:8080- Happy coding 🎉🙌