A beautiful and featureful gatsby blog starter for bloggers. It is an open-source project.
This article provides an overview of a product, including its key features, installation guide, and other information. The product is a Gatsby starter theme with features such as a beautiful layout, dark mode, beautiful typography, code highlighting, filter by topics, search articles, pagination support, mobile support, and support for Contentful CMS.
To install this Gatsby starter theme, follow these steps:
Create a new Gatsby site using the Gatsby CLI and specify the Ck Gatsby starter: gatsby new <site-name> https://github.com/chetanverma16/gatsby-starter-ck.git
Navigate into the newly created site’s directory: cd <site-name>
Start the site: gatsby develop
Access the site locally in your browser at http://localhost:8000
Note: You can also experiment with querying your data using the GraphQL tool provided at http://localhost:8000/___graphql
If you want to set up the Contentful CMS, follow these additional steps:
Create an account on contentful.com
Navigate to the content model and click on “Add content type”
Create the required fields for the content type, including Title, Slug, Thumbnail, Topic, Author, Published, and Body
Obtain the Space ID and Content Delivery API access token from the API Key section in the settings of your contentful.com account
Create .env.development and .env.production files in the local copy of the repository
Put the Space ID and Content Delivery API access token inside these files and save them
Publish your blog on contentful.com and deploy your own copy of this repository
This article provides an overview of a Gatsby starter theme with various features such as a beautiful layout, dark mode, and code highlighting. It also includes a guide to installing the theme and setting up the Contentful CMS. The article encourages users and contributors to support the project by starring the repository and provides information on how to contribute. The theme is licensed under the MIT License.