gridsome-portfolio-story
gridsome-portfolio-story copied to clipboard
A starter template for Gridsome for designers and developers to tell stories about their work. :fire: :rocket:
Portfolio story starter for Gridsome
A starter template for Gridsome for designers and developers to tell stories about their work.
One-click 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 clickEnable Git Gateway
. - Your CMS will be available at https://yoursite.com/admin
Features
- Tag support
- CSS Preprocessing with SCSS
- Dark mode by default
- Markdown for content
- 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
-
gridsome create my-gridsome-site https://github.com/Edmund1645/gridsome-portfolio-story
to install this starter -
cd my-gridsome-site
to open the folder -
gridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌