A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Overview
The Gatsby Starter Portfolio: Bella is a portfolio starter designed for designers and photographers. It offers a minimalistic and fast website solution for those looking to quickly bootstrap a design or photography portfolio or use it as a foundation for a personal site.
Features
- Demo Website: Provides a live demo of the portfolio website.
- Deploy to Netlify: Allows for easy deployment of the website to Netlify.
- Big Typography & Images: Emphasizes large typography and high resolution images for a visually impactful design.
- White Theme: Features a clean and minimalist white theme.
- Prismic.io as CMS: Utilizes Prismic.io as the content management system for easy content management.
- One-Page Layout with Sub-Pages for Projects: Offers a one-page layout with sub-pages specifically for showcasing projects.
Installation
To install the Gatsby Starter Portfolio: Bella, follow these steps:
- Ensure that you have Node.js, the Gatsby CLI, and node-gyp installed in your development environment.
- Use the following command to copy and install the starter, replacing “project-name” with the name of the folder you wish to install it in:
gatsby new project-name https://github.com/bella/gatsby-starter-portfolio
- If you choose to use Prismic as the CMS, you will need to set up an account on Prismic and create the same “Custom Type” as used in the starter. Refer to the gatsby-starter-prismic guide for detailed instructions on setting up the necessary configurations.
- Define the API Key for your Prismic repository in the
gatsby-config.js file. You can retrieve the key from your Prismic repository settings. - It is recommended to store the API Key in an environment variable by creating a
.env.development file.
Summary
The Gatsby Starter Portfolio: Bella is a portfolio starter designed for designers and photographers. It offers features such as demo website, easy deployment to Netlify, big typography & images, white theme, Prismic.io as CMS, and a one-page layout with sub-pages for projects. Installation instructions are provided, and users have the option to use Prismic as the CMS or modify the starter to use their preferred data source.