Overview:
The Portfolio story starter for Gridsome is a starter template designed for designers and developers to showcase their work. It provides a platform for users to tell stories about their projects and easily deploy their portfolios to Netlify.
Features:
- Tag support: Users can categorize their projects using tags.
- CSS Preprocessing with SCSS: The template supports SCSS for efficient CSS preprocessing.
- Dark mode by default: The design of the template includes a dark mode option.
- Markdown for content: Users can write their project descriptions using Markdown syntax.
- Netlify CMS preset with Netlify Identity for login: The template comes with Netlify CMS and Netlify Identity integration, allowing users to easily manage and update their portfolios.
Installation:
Install Gridsome CLI tool if you haven’t already:
npm install --global @gridsome/cliCreate a new Gridsome project using the Portfolio story starter template:
gridsome create my-gridsome-site https://github.com/Edmund1645/gridsome-portfolio-storyNavigate to the newly created project folder:
cd my-gridsome-siteStart the local development server at http://localhost:8080:
gridsome developHappy coding! 🎉🙌
Summary:
The Portfolio story starter for Gridsome is a convenient template for designers and developers to create and showcase their portfolios. With features like tag support, SCSS preprocessing, dark mode, and Netlify CMS integration, users can easily customize and manage their portfolio projects. The provided installation guide helps users quickly set up their Gridsome project and start building their portfolio website.