Skip to content

A starter template for Gridsome for designers and developers to tell stories about their work. 🔥 🚀

Notifications You must be signed in to change notification settings

Edmund1645/gridsome-portfolio-story

Repository files navigation

Portfolio story starter for Gridsome

A starter template for Gridsome for designers and developers to tell stories about their work.

Netlify Status

One-click deploy to Netlify

Deploy to Netlify

Config

  • 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 click Enable Git Gateway.
  • Your CMS will be available at https://yoursite.com/admin

Features

  1. Tag support
  2. CSS Preprocessing with SCSS
  3. Dark mode by default
  4. Markdown for content
  5. Netlify CMS preset with Netlify Identity for login

Demo URL

gridsome-portfolio-story.netlify.com

Installation

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

npm install --global @gridsome/cli

2. Create a Gridsome project

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