Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

noxify/gridsome-starter-skeleventy

Repository files navigation

We have moved the Repository to https://github.com/jammeryhq

Gridsome Skeleventy Starter

Credits

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.

Install

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Create a Gridsome project

  1. gridsome create my-blog https://github.com/noxify/gridsome-starter-skeleventy to install gridsome with this starter
  2. cd my-blog to open the folder
  3. gridsome develop to start a local dev server at http://localhost:8080
  4. Happy coding 🎉🙌