A starter template for Gridsome for designers and developers to tell stories about their work.
- After build is successful, navigate to the identity tab on your dashboard, Enable it and invite yourself.
- Then go to
Settings > Identity > Services > Git Gateway
, and clickEnable Git Gateway
. - Your CMS will be available at https://yoursite.com/admin
- Tag support
- CSS Preprocessing with SCSS
- Dark mode by default
- Markdown for content
- Netlify CMS preset with Netlify Identity for login
gridsome-portfolio-story.netlify.com
npm install --global @gridsome/cli
gridsome create my-gridsome-site https://github.com/Edmund1645/gridsome-portfolio-story
to install this startercd my-gridsome-site
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌